summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorlipalani@chromium.org <lipalani@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-19 00:55:44 +0000
committerlipalani@chromium.org <lipalani@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-19 00:55:44 +0000
commit1c50b209b33c08eadcab986cad4e6770e206c4f2 (patch)
tree3c0f6808cd130134ce55057f5dd843056941c34c /chrome/chrome.gyp
parent02e0b691e21f390ffb739305daa0e766c69bcc91 (diff)
downloadchromium_src-1c50b209b33c08eadcab986cad4e6770e206c4f2.zip
chromium_src-1c50b209b33c08eadcab986cad4e6770e206c4f2.tar.gz
chromium_src-1c50b209b33c08eadcab986cad4e6770e206c4f2.tar.bz2
Revert 82026 - make new syncer thread the default. Fixed all the test cases that failed.BUG=26339TEST=unit_tests.exe, sync_integration_tests.exe, sync_unit_tests.exe. manual testcases:1. Set up a brand new profile to sync and make sure it syncs.2. enable/disable a datatype and make sure it syncs.3. Make change to a datatype locally and make sure it gets propagated.4. make change to a datatype remotely and make sure it syncs down.Review URL: http://codereview.chromium.org/6874018
TBR=lipalani@chromium.org Review URL: http://codereview.chromium.org/6877027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82040 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 0a6beb5..b0ffac6 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -534,6 +534,10 @@
'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',
'browser/sync/engine/syncer_thread.h',
'browser/sync/engine/syncer_types.h',