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

Unified Diff: components/sync/BUILD.gn

Issue 2559123002: [Sync] SyncEngine refactor part 2: SyncServiceBase. (Closed)
Patch Set: Address comments. Created 4 years 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 | « components/browser_sync/profile_sync_service_unittest.cc ('k') | components/sync/driver/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/BUILD.gn
diff --git a/components/sync/BUILD.gn b/components/sync/BUILD.gn
index 6b8a569996a8c93b938d41a15fc9747647eaa3e4..2b290c6e0f9844e35016fa3dca4291c441323700 100644
--- a/components/sync/BUILD.gn
+++ b/components/sync/BUILD.gn
@@ -150,6 +150,8 @@ static_library("sync") {
"driver/sync_error_controller.h",
"driver/sync_service.cc",
"driver/sync_service.h",
+ "driver/sync_service_base.cc",
+ "driver/sync_service_base.h",
"driver/sync_service_observer.cc",
"driver/sync_service_observer.h",
"driver/sync_service_utils.cc",
« no previous file with comments | « components/browser_sync/profile_sync_service_unittest.cc ('k') | components/sync/driver/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698