| Index: ios/chrome/browser/ui/webui/sync_internals/BUILD.gn
|
| diff --git a/ios/chrome/browser/ui/webui/sync_internals/BUILD.gn b/ios/chrome/browser/ui/webui/sync_internals/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1ad2090ce34b0f4ae20d3da24b4b29663bee4fb4
|
| --- /dev/null
|
| +++ b/ios/chrome/browser/ui/webui/sync_internals/BUILD.gn
|
| @@ -0,0 +1,25 @@
|
| +# Copyright 2016 The Chromium Authors. All rights reserved.
|
| +# 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 = [
|
| + "sync_internals_message_handler.cc",
|
| + "sync_internals_message_handler.h",
|
| + "sync_internals_ui.cc",
|
| + "sync_internals_ui.h",
|
| + ]
|
| + deps = [
|
| + "//base",
|
| + "//components/browser_sync",
|
| + "//components/resources",
|
| + "//components/signin/core/browser",
|
| + "//components/sync",
|
| + "//ios/chrome/browser:browser_no_public_deps",
|
| + "//ios/chrome/browser/browser_state",
|
| + "//ios/chrome/browser/signin",
|
| + "//ios/chrome/browser/sync",
|
| + "//ios/chrome/common",
|
| + "//ios/web",
|
| + ]
|
| +}
|
|
|