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

Unified Diff: chrome/chrome_browser.gypi

Issue 430583003: Refactor syncable DEVICE_INFO type from ChangeProcessor to SyncableService - Part 2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed memory leak in DataTypeController unit tests Created 6 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 | « chrome/browser/sync/glue/device_info_tracker.h ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 73df88731f75cb54689598b6145618399c4fadab..26934c66921282657609328828b5542ac8f437ee 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1285,6 +1285,11 @@
'browser/sync/glue/chrome_report_unrecoverable_error.h',
'browser/sync/glue/device_info.cc',
'browser/sync/glue/device_info.h',
+ 'browser/sync/glue/device_info_data_type_controller.cc',
+ 'browser/sync/glue/device_info_data_type_controller.h',
+ 'browser/sync/glue/device_info_sync_service.cc',
+ 'browser/sync/glue/device_info_sync_service.h',
+ 'browser/sync/glue/device_info_tracker.h',
'browser/sync/glue/extensions_activity_monitor.cc',
'browser/sync/glue/extensions_activity_monitor.h',
'browser/sync/glue/favicon_cache.cc',
« no previous file with comments | « chrome/browser/sync/glue/device_info_tracker.h ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698