diff options
author | nick@chromium.org <nick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-18 17:25:09 +0000 |
---|---|---|
committer | nick@chromium.org <nick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-18 17:25:09 +0000 |
commit | 4ab3284c3e8c1e318614f8e2067eb1d1441623ea (patch) | |
tree | 6e5e8c72cbfccd39376d194707dcf68eaae65fd8 /chrome/browser/sync | |
parent | 4ea8365f6a66ff9397abc559086436b633a021fb (diff) | |
download | chromium_src-4ab3284c3e8c1e318614f8e2067eb1d1441623ea.zip chromium_src-4ab3284c3e8c1e318614f8e2067eb1d1441623ea.tar.gz chromium_src-4ab3284c3e8c1e318614f8e2067eb1d1441623ea.tar.bz2 |
syncapi shared lib: always. Build a stub
if the binaries are not available. For
a Chrome-branded release, pull the binaries
from elsewhere.
For a release where CHROME_PERSONALIZATION is disabled,
(e.g. Mac and Linux), we needn't build this.
TEST=build and run with a variety of commandline flags + clobber try server
BUG=none
Review URL: http://codereview.chromium.org/171096
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23639 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync')
-rw-r--r-- | chrome/browser/sync/profile_sync_service_unittest.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/sync/profile_sync_service_unittest.cc b/chrome/browser/sync/profile_sync_service_unittest.cc index cc7f4c6..ef12916 100644 --- a/chrome/browser/sync/profile_sync_service_unittest.cc +++ b/chrome/browser/sync/profile_sync_service_unittest.cc @@ -3,7 +3,6 @@ // found in the LICENSE file. #ifdef CHROME_PERSONALIZATION -#ifndef COMPILING_SYNCAPI_STUB // This test requires the real-deal syncapi. #include <stack> #include <vector> @@ -1267,5 +1266,4 @@ TEST_F(ProfileSyncServiceTestWithData, RecoverAfterDeletingSyncDataDirectory) { ExpectModelMatch(); } -#endif // COMPILING_SYNCAPI_STUB #endif // CHROME_PERSONALIZATION |