Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: ios/chrome/browser/ui/sync/BUILD.gn

Issue 2970693004: (NO NEED REVIEW) loading spinner background for bookmarks panel (iOS)
Patch Set: move synced_sessions_bridge to browser/ui/sync/ Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
« no previous file with comments | « ios/chrome/browser/ui/ntp/recent_tabs/synced_sessions_bridge.mm ('k') | ios/chrome/browser/ui/sync/synced_sessions_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698