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

Unified Diff: sync/sync_tests.gypi

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/sync.gyp ('k') | sync/test/engine/injectable_sync_context_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sync_tests.gypi
diff --git a/sync/sync_tests.gypi b/sync/sync_tests.gypi
index 434d6055b30d4cae3c28d47529e6199af4427881..faa3a657b2b502172c83700da01d1b527ca7a15e 100644
--- a/sync/sync_tests.gypi
+++ b/sync/sync_tests.gypi
@@ -43,12 +43,12 @@
'test/engine/fake_sync_scheduler.h',
'test/engine/injectable_sync_context_proxy.cc',
'test/engine/injectable_sync_context_proxy.h',
+ 'test/engine/mock_commit_queue.cc',
+ 'test/engine/mock_commit_queue.h',
'test/engine/mock_connection_manager.cc',
'test/engine/mock_connection_manager.h',
- 'test/engine/mock_model_type_sync_proxy.cc',
- 'test/engine/mock_model_type_sync_proxy.h',
- 'test/engine/mock_model_type_sync_worker.cc',
- 'test/engine/mock_model_type_sync_worker.h',
+ 'test/engine/mock_model_type_processor.cc',
+ 'test/engine/mock_model_type_processor.h',
'test/engine/mock_nudge_handler.cc',
'test/engine/mock_nudge_handler.h',
'test/engine/mock_update_handler.cc',
« no previous file with comments | « sync/sync.gyp ('k') | sync/test/engine/injectable_sync_context_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698