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

Unified Diff: ios/chrome/browser/ui/ntp/recent_tabs/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/ntp/recent_tabs/BUILD.gn
diff --git a/ios/chrome/browser/ui/ntp/recent_tabs/BUILD.gn b/ios/chrome/browser/ui/ntp/recent_tabs/BUILD.gn
index 4cf4957876b45b960a556da621acf2ce4eb2dd75..b16dc7c51c6f23b116f8adc41f152c5c09cd8fd5 100644
--- a/ios/chrome/browser/ui/ntp/recent_tabs/BUILD.gn
+++ b/ios/chrome/browser/ui/ntp/recent_tabs/BUILD.gn
@@ -16,8 +16,6 @@ source_set("recent_tabs") {
"sessions_sync_user_state.h",
"synced_sessions.h",
"synced_sessions.mm",
- "synced_sessions_bridge.h",
- "synced_sessions_bridge.mm",
]
deps = [
"//base",
@@ -40,6 +38,7 @@ source_set("recent_tabs") {
"//ios/chrome/browser/ui/context_menu",
"//ios/chrome/browser/ui/ntp",
"//ios/chrome/browser/ui/ntp/recent_tabs/views",
+ "//ios/chrome/browser/ui/sync/",
"//ios/web",
"//ui/base",
"//url",

Powered by Google App Engine
This is Rietveld 408576698