summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
authorstanisc <stanisc@chromium.org>2014-09-22 09:46:49 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-22 16:47:08 +0000
commit3724e60a79c733002e5f3391809f733ae843c8bb (patch)
treeceb490dee0879c7be4b2e9ea80821d3731d993d3 /chrome/chrome_browser.gypi
parente88496b3ee30a5fbb97a91a6afa6ce143036ca84 (diff)
downloadchromium_src-3724e60a79c733002e5f3391809f733ae843c8bb.zip
chromium_src-3724e60a79c733002e5f3391809f733ae843c8bb.tar.gz
chromium_src-3724e60a79c733002e5f3391809f733ae843c8bb.tar.bz2
Refactor syncable DEVICE_INFO type from ChangeProcessor to SyncableService - part 3.
This change integrates DeviceIfoSyncService and DeviceInfoDataTypeController introduced in an early change with the rest of the Sync code and removes the old implementation of DEVICE_INFO sync type based on SyncedDeviceTracker. As a part of this change DEVICE_INFO stops being a specially implemented control type and becomes a priority type with implementation that follows pattern of the majority of other sync types. This should help to do some further refactoring including decoupling of DeviceInfo sync code from the browser and moving it to sync_driver component. This change also adds support for syncing of local device backup timestamp to DeviceInfoSyncService. This functionality was missing when DeviceInfoSyncService was initially introduced. BUG=395349 Review URL: https://codereview.chromium.org/566623003 Cr-Commit-Position: refs/heads/master@{#295992}
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r--chrome/chrome_browser.gypi2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 68b1b7b..869cd77 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1267,8 +1267,6 @@
'browser/sync/glue/sync_backend_registrar.h',
'browser/sync/glue/sync_start_util.cc',
'browser/sync/glue/sync_start_util.h',
- 'browser/sync/glue/synced_device_tracker.cc',
- 'browser/sync/glue/synced_device_tracker.h',
'browser/sync/glue/synced_session.cc',
'browser/sync/glue/synced_session.h',
'browser/sync/glue/synced_session_tracker.cc',