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

Unified Diff: components/sync/BUILD.gn

Issue 2388973002: [Sync] Removing duplicate includes, part 2. (Closed)
Patch Set: Update for Max's comments. Created 4 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/BUILD.gn
diff --git a/components/sync/BUILD.gn b/components/sync/BUILD.gn
index 1ebece93dd715742a6d823d44a974a70c1b40b5c..75b9c994d6c32abfd79d7c46b044ec134f7a699c 100644
--- a/components/sync/BUILD.gn
+++ b/components/sync/BUILD.gn
@@ -843,7 +843,7 @@ source_set("unit_tests") {
"device_info/device_info_service_unittest.cc",
"device_info/device_info_sync_service_unittest.cc",
"device_info/device_info_util_unittest.cc",
- "device_info/local_device_info_provider_unittest.cc",
+ "device_info/local_device_info_provider_impl_unittest.cc",
"driver/about_sync_util_unittest.cc",
"driver/backend_migrator_unittest.cc",
"driver/data_type_manager_impl_unittest.cc",
@@ -876,7 +876,7 @@ source_set("unit_tests") {
"engine_impl/get_updates_processor_unittest.cc",
"engine_impl/model_type_registry_unittest.cc",
"engine_impl/model_type_worker_unittest.cc",
- "engine_impl/sync_scheduler_unittest.cc",
+ "engine_impl/sync_scheduler_impl_unittest.cc",
"engine_impl/syncer_proto_util_unittest.cc",
"engine_impl/syncer_unittest.cc",
"engine_impl/syncer_util_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698