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

Unified Diff: components/sync_driver.gypi

Issue 1310553005: [Sync] Replace ProfileSyncComponentsFactory with SyncClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Really fix GN Created 5 years, 4 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 | « components/autofill/core/browser/options_util_unittest.cc ('k') | components/sync_driver/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver.gypi
diff --git a/components/sync_driver.gypi b/components/sync_driver.gypi
index 9b814fc1d05360937b81d216cfdbf5bc66916bde..5a3215053e4bc6c16dc336d9ae7c507a109fde4d 100644
--- a/components/sync_driver.gypi
+++ b/components/sync_driver.gypi
@@ -83,7 +83,6 @@
'sync_driver/pref_names.h',
'sync_driver/profile_sync_auth_provider.cc',
'sync_driver/profile_sync_auth_provider.h',
- 'sync_driver/profile_sync_components_factory.h',
'sync_driver/protocol_event_observer.cc',
'sync_driver/protocol_event_observer.h',
'sync_driver/proxy_data_type_controller.cc',
@@ -164,6 +163,8 @@
'sync_driver/fake_data_type_controller.h',
'sync_driver/fake_generic_change_processor.cc',
'sync_driver/fake_generic_change_processor.h',
+ 'sync_driver/fake_sync_client.cc',
+ 'sync_driver/fake_sync_client.h',
'sync_driver/fake_sync_service.cc',
'sync_driver/fake_sync_service.h',
'sync_driver/frontend_data_type_controller_mock.cc',
« no previous file with comments | « components/autofill/core/browser/options_util_unittest.cc ('k') | components/sync_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698