diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-06 12:54:51 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-06 12:54:51 +0000 |
commit | 2dfe7b69bf639510f14340bf6af8917278204586 (patch) | |
tree | b1f48f5c98bc2f48940ed16979468cdcbba51b50 /build | |
parent | 244299b24e8fede80e9930c029a75da984d2d09e (diff) | |
download | chromium_src-2dfe7b69bf639510f14340bf6af8917278204586.zip chromium_src-2dfe7b69bf639510f14340bf6af8917278204586.tar.gz chromium_src-2dfe7b69bf639510f14340bf6af8917278204586.tar.bz2 |
Don't build sync_unit_tests for TSan/win
We don't run it yet it's slow and fails due to too-big PDB files on the bot
TBR=glider
Review URL: http://codereview.chromium.org/8816018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113192 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index 32456ea..5bba86c 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -488,7 +488,6 @@ 'type': 'none', 'dependencies': [ '../base/base.gyp:base_unittests', - '../chrome/chrome.gyp:sync_unit_tests', '../content/content.gyp:content_unittests', '../crypto/crypto.gyp:crypto_unittests', '../ipc/ipc.gyp:ipc_tests', |