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

Unified Diff: sync/sync_tests.gypi

Issue 161253002: sync: Add interfaces for per-type sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Another win compile fix Created 6 years, 10 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_core.gypi ('k') | sync/test/engine/mock_update_handler.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 4e6fbf3c3f0d8c4029eeb1c87b599164c676dac8..e28c00ec918b363ccd697fd7f3a90cc42bbf5379 100644
--- a/sync/sync_tests.gypi
+++ b/sync/sync_tests.gypi
@@ -40,6 +40,8 @@
'test/engine/fake_sync_scheduler.h',
'test/engine/mock_connection_manager.cc',
'test/engine/mock_connection_manager.h',
+ 'test/engine/mock_update_handler.cc',
+ 'test/engine/mock_update_handler.h',
'test/engine/test_directory_setter_upper.cc',
'test/engine/test_directory_setter_upper.h',
'test/engine/test_id_factory.h',
@@ -271,8 +273,8 @@
'engine/apply_control_data_updates_unittest.cc',
'engine/backoff_delay_provider_unittest.cc',
'engine/download_unittest.cc',
- 'engine/sync_directory_commit_contribution_unittest.cc',
- 'engine/sync_directory_update_handler_unittest.cc',
+ 'engine/directory_commit_contribution_unittest.cc',
+ 'engine/directory_update_handler_unittest.cc',
'engine/sync_scheduler_unittest.cc',
'engine/syncer_proto_util_unittest.cc',
'engine/syncer_unittest.cc',
« no previous file with comments | « sync/sync_core.gypi ('k') | sync/test/engine/mock_update_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698