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

Unified Diff: components/sync_driver/BUILD.gn

Issue 1408123003: [Sync] Initial USS service implementation for DeviceInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated for Stan's comments. 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
« no previous file with comments | « components/sync_driver.gypi ('k') | components/sync_driver/device_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/BUILD.gn
diff --git a/components/sync_driver/BUILD.gn b/components/sync_driver/BUILD.gn
index c71b8f7ec062f767e275369645013e3ea410adb7..d2ab3daa321c2cf8f032d3d90e4119877af3b139 100644
--- a/components/sync_driver/BUILD.gn
+++ b/components/sync_driver/BUILD.gn
@@ -32,6 +32,8 @@ source_set("sync_driver") {
"device_info.h",
"device_info_data_type_controller.cc",
"device_info_data_type_controller.h",
+ "device_info_service.cc",
+ "device_info_service.h",
"device_info_sync_service.cc",
"device_info_sync_service.h",
"device_info_tracker.h",
@@ -202,6 +204,7 @@ source_set("unit_tests") {
"backup_rollback_controller_unittest.cc",
"data_type_manager_impl_unittest.cc",
"device_info_data_type_controller_unittest.cc",
+ "device_info_service_unittest.cc",
"device_info_sync_service_unittest.cc",
"favicon_cache_unittest.cc",
"generic_change_processor_unittest.cc",
« no previous file with comments | « components/sync_driver.gypi ('k') | components/sync_driver/device_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698