summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authortim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-03 17:23:27 +0000
committertim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-03 17:23:27 +0000
commit3d2853d9119b49e0c549e075ecd0265e702e2e8d (patch)
treec060109ccc6123b919ddd96ee688e01674507e1a /chrome/chrome.gyp
parente7847ba2d39534090bdd8e82887ebef514f0a4b2 (diff)
downloadchromium_src-3d2853d9119b49e0c549e075ecd0265e702e2e8d.zip
chromium_src-3d2853d9119b49e0c549e075ecd0265e702e2e8d.tar.gz
chromium_src-3d2853d9119b49e0c549e075ecd0265e702e2e8d.tar.bz2
sync: add switch for using new syncer thread.
Also adds SyncerThreadAdapter (temp code) to facilitate swapping between implementations without tearing syncapi apart. BUG=26339 TEST=unit_tests, sync_unit_tests Review URL: http://codereview.chromium.org/6576049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76756 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 2a65b3d7..ed01763 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -941,6 +941,8 @@
'browser/sync/engine/syncer_end_command.h',
'browser/sync/engine/syncer_proto_util.cc',
'browser/sync/engine/syncer_proto_util.h',
+ 'browser/sync/engine/syncer_thread_adapter.cc',
+ 'browser/sync/engine/syncer_thread_adapter.h',
'browser/sync/engine/syncer_thread2.cc',
'browser/sync/engine/syncer_thread2.h',
'browser/sync/engine/syncer_thread.cc',