diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-19 09:45:58 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-19 09:45:58 +0000 |
commit | 1d3f16684e93ab5bbfd51d5fcb53ad2321157ba0 (patch) | |
tree | db685caeb5d24fc61c9394c592d404aeb71d03f9 /chrome/chrome_tests.gypi | |
parent | 7a3622dbbbec6bb16288ff21c2f7f0112da87213 (diff) | |
download | chromium_src-1d3f16684e93ab5bbfd51d5fcb53ad2321157ba0.zip chromium_src-1d3f16684e93ab5bbfd51d5fcb53ad2321157ba0.tar.gz chromium_src-1d3f16684e93ab5bbfd51d5fcb53ad2321157ba0.tar.bz2 |
[Sync] Revamp and re-enable themes/extensions sync integration tests
Remove LiveExtensionsSyncTestBase and replace it with
LiveExtensionSyncHelper.
Distinguish extensions with the same ID but installed on different profiles.
Reenable all disabled tests.
BUG=70028,66925
TEST=
Review URL: http://codereview.chromium.org/6873061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82089 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 6646ccb..1e502fe 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -3097,8 +3097,6 @@ 'test/live_sync/live_autofill_sync_test.h', 'test/live_sync/live_bookmarks_sync_test.cc', 'test/live_sync/live_bookmarks_sync_test.h', - 'test/live_sync/live_extensions_sync_test_base.cc', - 'test/live_sync/live_extensions_sync_test_base.h', 'test/live_sync/live_extensions_sync_test.cc', 'test/live_sync/live_extensions_sync_test.h', 'test/live_sync/live_passwords_sync_test.cc', @@ -3108,6 +3106,8 @@ 'test/live_sync/live_sessions_sync_test.h', 'test/live_sync/live_themes_sync_test.cc', 'test/live_sync/live_themes_sync_test.h', + 'test/live_sync/live_sync_extension_helper.cc', + 'test/live_sync/live_sync_extension_helper.h', 'test/live_sync/live_sync_test.cc', 'test/live_sync/live_sync_test.h', 'test/live_sync/many_client_live_bookmarks_sync_test.cc', |