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

Unified Diff: chrome/browser/BUILD.gn

Issue 2864973002: [Sync] Create UserEventService. (Closed)
Patch Set: Added keyed service dep to Build file. Created 3 years, 7 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: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 28a0089e7d3a078e5b159a1ef059c55c24517b22..556cf27fb6dfaf50dd69342e036a987b6c9195c1 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1319,6 +1319,8 @@ split_static_library("browser") {
"sync/supervised_user_signin_manager_wrapper.h",
"sync/sync_startup_tracker.cc",
"sync/sync_startup_tracker.h",
+ "sync/user_event_service_factory.cc",
+ "sync/user_event_service_factory.h",
"tab_contents/navigation_metrics_recorder.cc",
"tab_contents/navigation_metrics_recorder.h",
"tab_contents/tab_util.cc",

Powered by Google App Engine
This is Rietveld 408576698