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

Unified Diff: components/sync_driver/BUILD.gn

Issue 1310553005: [Sync] Replace ProfileSyncComponentsFactory with SyncClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Self review 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
Index: components/sync_driver/BUILD.gn
diff --git a/components/sync_driver/BUILD.gn b/components/sync_driver/BUILD.gn
index f1c896355f5f92d5b1bd52a35d6a1c2eb72e24ff..593478aeea61c0ad24c348103dfdde8ab5d0c5e3 100644
--- a/components/sync_driver/BUILD.gn
+++ b/components/sync_driver/BUILD.gn
@@ -136,6 +136,10 @@ source_set("test_support") {
"fake_data_type_controller.h",
"fake_generic_change_processor.cc",
"fake_generic_change_processor.h",
+ "fake_sync_client.cc",
+ "fake_sync_client.h",
+ "fake_sync_service.cc",
+ "fake_sync_service.h",
"local_device_info_provider_mock.cc",
"local_device_info_provider_mock.h",
"model_associator_mock.cc",

Powered by Google App Engine
This is Rietveld 408576698