diff options
author | albertb@google.com <albertb@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-22 22:49:00 +0000 |
---|---|---|
committer | albertb@google.com <albertb@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-22 22:49:00 +0000 |
commit | 65b3aa1a9b6fcba6968c44079ae592448e2b99dc (patch) | |
tree | 0f139e70098dc9808029a64d78e50a2800139f8c /chrome/chrome_tests.gypi | |
parent | 2670c482c99c1e91bdd0b05568bd32ae8a2e2ccf (diff) | |
download | chromium_src-65b3aa1a9b6fcba6968c44079ae592448e2b99dc.zip chromium_src-65b3aa1a9b6fcba6968c44079ae592448e2b99dc.tar.gz chromium_src-65b3aa1a9b6fcba6968c44079ae592448e2b99dc.tar.bz2 |
Refactored parts of the PSS unit tests to allow for preference sync to be tested the same way bookmark sync is.
BUG=32409
TEST=Unit tests
Review URL: http://codereview.chromium.org/614009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39649 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rwxr-xr-x | chrome/chrome_tests.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 5bde6cf..d4744cf 100755 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -481,6 +481,7 @@ 'common', 'debugger', 'renderer', + 'sync_proto', 'syncapi', 'test_support_unit', 'utility', @@ -826,6 +827,8 @@ 'browser/sync/profile_sync_factory_impl_unittest.cc', 'browser/sync/profile_sync_factory_mock.cc', 'browser/sync/profile_sync_factory_mock.h', + 'browser/sync/profile_sync_service_preference_unittest.cc', + 'browser/sync/profile_sync_test_util.h', 'browser/sync/sync_setup_wizard_unittest.cc', 'browser/sync/sync_ui_util_mac_unittest.mm', 'browser/sync/test_profile_sync_service.h', |