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

Unified Diff: components/sync_driver/BUILD.gn

Issue 1397913002: [Sync] Componentize local_device_info_provider_impl and test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN Created 5 years, 2 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 5106ce7cef171a318d57f351ef6939f247e3244c..493e646a9d1330a1249ef3eea3d242add6a02c4b 100644
--- a/components/sync_driver/BUILD.gn
+++ b/components/sync_driver/BUILD.gn
@@ -63,6 +63,8 @@ source_set("sync_driver") {
"invalidation_helper.cc",
"invalidation_helper.h",
"local_device_info_provider.h",
+ "local_device_info_provider_impl.cc",
+ "local_device_info_provider_impl.h",
"model_association_manager.cc",
"model_association_manager.h",
"model_associator.h",
@@ -209,6 +211,7 @@ source_set("unit_tests") {
"device_info_sync_service_unittest.cc",
"favicon_cache_unittest.cc",
"generic_change_processor_unittest.cc",
+ "local_device_info_provider_unittest.cc",
"model_association_manager_unittest.cc",
"non_blocking_data_type_controller_unittest.cc",
"non_ui_data_type_controller_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698