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

Unified Diff: sync/sync.gyp

Issue 10837231: sync: add InternalComponentsFactory::Switches to simplify passing switches to internal components. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: pass switches in test_profile_sync_service.cc Created 8 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
Index: sync/sync.gyp
diff --git a/sync/sync.gyp b/sync/sync.gyp
index 0851271bba2eaa0f1a563d1483e11fb337bfd6a5..ea2caac5e9de04adfe898a06e71c31850a6adb22 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -74,6 +74,8 @@
'engine/all_status.h',
'engine/apply_updates_command.cc',
'engine/apply_updates_command.h',
+ 'engine/backoff_delay_provider.cc',
+ 'engine/backoff_delay_provider.h',
'engine/build_commit_command.cc',
'engine/build_commit_command.h',
'engine/commit.cc',
@@ -562,6 +564,7 @@
'internal_api/public/engine/model_safe_worker_unittest.cc',
'internal_api/public/util/immutable_unittest.cc',
'engine/apply_updates_command_unittest.cc',
+ 'engine/backoff_delay_provider_unittest.cc',
'engine/build_commit_command_unittest.cc',
'engine/download_updates_command_unittest.cc',
'engine/model_changing_syncer_command_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698