| Index: ios/chrome/browser/ui/sync/BUILD.gn
|
| diff --git a/ios/chrome/browser/ui/sync/BUILD.gn b/ios/chrome/browser/ui/sync/BUILD.gn
|
| index 2759ec0f540ec842a3f59e26828b4ec7be5dcd63..5490f891921c65627963101f80a26e3cc8b0afb8 100644
|
| --- a/ios/chrome/browser/ui/sync/BUILD.gn
|
| +++ b/ios/chrome/browser/ui/sync/BUILD.gn
|
| @@ -11,16 +11,20 @@ source_set("sync") {
|
| "sync_error_infobar_delegate.mm",
|
| "sync_util.h",
|
| "sync_util.mm",
|
| + "synced_sessions_bridge.h",
|
| + "synced_sessions_bridge.mm",
|
| ]
|
| deps = [
|
| "//base",
|
| "//components/browser_sync",
|
| "//components/infobars/core",
|
| + "//components/signin/core/browser",
|
| "//components/strings",
|
| "//components/sync",
|
| "//google_apis",
|
| "//ios/chrome/app/strings",
|
| "//ios/chrome/browser/browser_state",
|
| + "//ios/chrome/browser/signin",
|
| "//ios/chrome/browser/sync",
|
| "//ios/chrome/browser/tabs",
|
| "//ios/chrome/browser/ui/commands",
|
|
|