chromium/ios/components/webui/sync_internals/BUILD.gn

# Copyright 2020 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

source_set("sync_internals") {
  sources = [
    "ios_sync_internals_message_handler.h",
    "ios_sync_internals_message_handler.mm",
    "sync_internals_ui.h",
    "sync_internals_ui.mm",
  ]
  deps = [
    "//base",
    "//components/browser_sync",
    "//components/resources",
    "//components/sync",
    "//components/sync/invalidations",
    "//components/sync/service/resources",
    "//components/version_info:version_info",
    "//ios/components/webui:provider",
    "//ios/components/webui:url_constants",
    "//ios/web/public",
    "//ios/web/public/thread",
    "//ios/web/public/webui",
    "//ui/base:base",
  ]
}