summaryrefslogtreecommitdiffstats
path: root/sync/sync_tests.gypi
diff options
context:
space:
mode:
authorrlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-30 18:21:17 +0000
committerrlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-30 18:21:17 +0000
commite05b9d1361a9b8e1666cf569f3d0bb72a56828e0 (patch)
treee7c882fefc4aee9105ca418596c95250fb57e84c /sync/sync_tests.gypi
parente7b852280537f8a6eebe82b4cbec8ed9267d1092 (diff)
downloadchromium_src-e05b9d1361a9b8e1666cf569f3d0bb72a56828e0.zip
chromium_src-e05b9d1361a9b8e1666cf569f3d0bb72a56828e0.tar.gz
chromium_src-e05b9d1361a9b8e1666cf569f3d0bb72a56828e0.tar.bz2
sync: Implement per-type update processing
Introduces a new class that represents a syncable::Directory's udpate requesting and processing capabilities. The intention is that this will eventually be expanded to cover commits as well. Eventually, this will be used as the basis for an interface between sync and Some update logic has been moved into this SyncDirectoryUpdateHandler class or download.cc. The rest of it can be found in process_update_util.cc, the successor to the old ProcessUpdatesCommand. The StoreTimestampsCommand has been entirely removed. The unit tests associated with these SyncerCommands have been ported to sync_directory_update_handler_unittest.cc. Except for a few error scenarios that are now handled differently, the observable behavior of the client should not be changed by this CL. BUG=278484 Review URL: https://codereview.chromium.org/38803003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231878 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/sync_tests.gypi')
-rw-r--r--sync/sync_tests.gypi3
1 files changed, 1 insertions, 2 deletions
diff --git a/sync/sync_tests.gypi b/sync/sync_tests.gypi
index 2081066..b6debb0 100644
--- a/sync/sync_tests.gypi
+++ b/sync/sync_tests.gypi
@@ -243,12 +243,11 @@
'engine/backoff_delay_provider_unittest.cc',
'engine/download_unittest.cc',
'engine/model_changing_syncer_command_unittest.cc',
- 'engine/process_updates_command_unittest.cc',
- 'engine/store_timestamps_command_unittest.cc',
'engine/sync_scheduler_unittest.cc',
'engine/syncer_proto_util_unittest.cc',
'engine/syncer_unittest.cc',
'engine/sync_directory_commit_contribution_unittest.cc',
+ 'engine/sync_directory_update_handler_unittest.cc',
'engine/traffic_recorder_unittest.cc',
'js/js_arg_list_unittest.cc',
'js/js_event_details_unittest.cc',