| Index: ios/chrome/browser/sync/glue/BUILD.gn
|
| diff --git a/components/physical_web/webui/BUILD.gn b/ios/chrome/browser/sync/glue/BUILD.gn
|
| similarity index 52%
|
| copy from components/physical_web/webui/BUILD.gn
|
| copy to ios/chrome/browser/sync/glue/BUILD.gn
|
| index f3d6432dd2b700c0f266293e7ce3eef7ca158809..8fd8b306d47f3dacee16c9854ba291a4b69e67c4 100644
|
| --- a/components/physical_web/webui/BUILD.gn
|
| +++ b/ios/chrome/browser/sync/glue/BUILD.gn
|
| @@ -2,13 +2,16 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("webui") {
|
| +source_set("glue") {
|
| sources = [
|
| - "physical_web_ui_constants.cc",
|
| - "physical_web_ui_constants.h",
|
| + "sync_start_util.cc",
|
| + "sync_start_util.h",
|
| ]
|
| -
|
| deps = [
|
| "//base",
|
| + "//components/browser_sync",
|
| + "//components/sync",
|
| + "//ios/chrome/browser/browser_state",
|
| + "//ios/web",
|
| ]
|
| }
|
|
|