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

Unified Diff: sync/sync.gyp

Issue 1325453003: [Sync] rename USS processor / worker interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update base on comments Created 5 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 | « sync/sessions/model_type_registry.cc ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sync.gyp
diff --git a/sync/sync.gyp b/sync/sync.gyp
index a029b681cd06d0dc64b01a45c443475f3c22be9a..dd600720ba1c07e84242c7e9e5c74cbc3e611f90 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -109,6 +109,8 @@
'engine/commit_contributor.h',
'engine/commit_processor.cc',
'engine/commit_processor.h',
+ 'engine/commit_queue.cc',
+ 'engine/commit_queue.h',
'engine/commit_util.cc',
'engine/commit_util.h',
'engine/conflict_resolver.cc',
@@ -131,12 +133,10 @@
'engine/get_updates_processor.h',
'engine/model_type_entity.cc',
'engine/model_type_entity.h',
- 'engine/model_type_sync_proxy.cc',
- 'engine/model_type_sync_proxy.h',
+ 'engine/model_type_processor.cc',
+ 'engine/model_type_processor.h',
'engine/model_type_sync_proxy_impl.cc',
'engine/model_type_sync_proxy_impl.h',
- 'engine/model_type_sync_worker.cc',
- 'engine/model_type_sync_worker.h',
'engine/model_type_sync_worker_impl.cc',
'engine/model_type_sync_worker_impl.h',
'engine/net/server_connection_manager.cc',
« no previous file with comments | « sync/sessions/model_type_registry.cc ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698