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

Unified Diff: chrome/browser/BUILD.gn

Issue 2753753005: [sync] WebContentsObserver based sessions notifications (Closed)
Patch Set: Use composition Created 3 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/sync/chrome_sync_client.cc » ('j') | chrome/browser/ui/tab_helpers.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 6c620cbfa428eea8a79e3a328adcf63e64371bbb..3421bf9c3ec49ce94dc3d6e0eb9f6ac44ab35dbb 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1275,8 +1275,12 @@ split_static_library("browser") {
"sync/glue/sync_start_util.h",
"sync/profile_sync_service_factory.cc",
"sync/profile_sync_service_factory.h",
- "sync/sessions/notification_service_sessions_router.cc",
- "sync/sessions/notification_service_sessions_router.h",
+ "sync/sessions/sync_sessions_router_tab_helper.cc",
+ "sync/sessions/sync_sessions_router_tab_helper.h",
+ "sync/sessions/sync_sessions_web_contents_router.cc",
+ "sync/sessions/sync_sessions_web_contents_router.h",
+ "sync/sessions/sync_sessions_web_contents_router_factory.cc",
+ "sync/sessions/sync_sessions_web_contents_router_factory.h",
"sync/supervised_user_signin_manager_wrapper.cc",
"sync/supervised_user_signin_manager_wrapper.h",
"sync/sync_startup_tracker.cc",
@@ -1635,6 +1639,10 @@ split_static_library("browser") {
"//net:net",
"//ui/vector_icons",
]
+ sources += [
+ "sync/sessions/browser_list_router_helper.cc",
+ "sync/sessions/browser_list_router_helper.h",
+ ]
}
if (is_chromeos && use_cras) {
« no previous file with comments | « no previous file | chrome/browser/sync/chrome_sync_client.cc » ('j') | chrome/browser/ui/tab_helpers.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698