diff options
author | maniscalco@chromium.org <maniscalco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-19 02:15:25 +0000 |
---|---|---|
committer | maniscalco@chromium.org <maniscalco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-19 02:15:25 +0000 |
commit | d0b235238d9412b87e8f8f1a3d94290c88f90758 (patch) | |
tree | a4987d4abc16725519b35bb4b0ba5bc1d4a9b466 /sync/sync_tests.gypi | |
parent | 22ead1036143535db6d7477e2d47aedc50b60721 (diff) | |
download | chromium_src-d0b235238d9412b87e8f8f1a3d94290c88f90758.zip chromium_src-d0b235238d9412b87e8f8f1a3d94290c88f90758.tar.gz chromium_src-d0b235238d9412b87e8f8f1a3d94290c88f90758.tar.bz2 |
Remove duplicated code from sync related unit tests.
Consolidate the various implementations of SyncChangeProcessorDelegate and
fake into sync/api. Replace many of the fake SyncChangeProcessor
implementations with a slightly more advanced FakeSyncChangeProcessor.
TBR=brettw@chromium.org
BUG=
Review URL: https://codereview.chromium.org/151963002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251926 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/sync_tests.gypi')
-rw-r--r-- | sync/sync_tests.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sync/sync_tests.gypi b/sync/sync_tests.gypi index 4e6fbf3c..e026f00 100644 --- a/sync/sync_tests.gypi +++ b/sync/sync_tests.gypi @@ -215,6 +215,8 @@ 'api/fake_syncable_service.h', 'api/fake_sync_change_processor.cc', 'api/fake_sync_change_processor.h', + 'api/sync_change_processor_wrapper_for_test.cc', + 'api/sync_change_processor_wrapper_for_test.h', 'api/sync_error_factory_mock.cc', 'api/sync_error_factory_mock.h', ], |