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

Unified Diff: sync/sync.gyp

Issue 10701046: sync: Remove SyncManager::TestingMode in favour of InternalComponentsFactory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test Created 8 years, 5 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
Index: sync/sync.gyp
diff --git a/sync/sync.gyp b/sync/sync.gyp
index b1554f556c5001d31e0d4fc4e8cbe090ebb3f9c0..a9687f2cff5efc3377fd65e18c83e2d12cb05782 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -299,6 +299,8 @@
'internal_api/public/http_bridge.h',
'internal_api/public/http_post_provider_factory.h',
'internal_api/public/http_post_provider_interface.h',
+ 'internal_api/public/internal_components_factory.h',
+ 'internal_api/public/internal_components_factory_impl.h',
'internal_api/public/read_node.h',
'internal_api/public/read_transaction.h',
'internal_api/public/sync_manager.h',
@@ -313,6 +315,7 @@
'internal_api/debug_info_event_listener.cc',
'internal_api/debug_info_event_listener.h',
'internal_api/http_bridge.cc',
+ 'internal_api/internal_components_factory_impl.cc',
'internal_api/js_mutation_event_observer.cc',
'internal_api/js_mutation_event_observer.h',
'internal_api/js_sync_manager_observer.cc',
@@ -394,6 +397,8 @@
'test/callback_counter.h',
'test/engine/fake_model_worker.cc',
'test/engine/fake_model_worker.h',
+ 'test/engine/fake_sync_scheduler.cc',
+ 'test/engine/fake_sync_scheduler.h',
'test/engine/mock_connection_manager.cc',
'test/engine/mock_connection_manager.h',
'test/engine/syncer_command_test.cc',
@@ -464,8 +469,10 @@
],
'sources': [
'internal_api/public/test/test_entry_factory.h',
+ 'internal_api/public/test/test_internal_components_factory.h',
'internal_api/public/test/test_user_share.h',
'internal_api/test/test_entry_factory.cc',
+ 'internal_api/test/test_internal_components_factory.cc',
'internal_api/test/test_user_share.cc',
],
},

Powered by Google App Engine
This is Rietveld 408576698