diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-21 08:00:50 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-21 08:00:50 +0000 |
commit | a4f8d38fce23f7fba72a4658562a343dc43d57ca (patch) | |
tree | 1443272ad14d7988819c7b3591a0adc9a837e096 /build | |
parent | 18dc91332ae8946007e43ed91a2bb3b4eedc8559 (diff) | |
download | chromium_src-a4f8d38fce23f7fba72a4658562a343dc43d57ca.zip chromium_src-a4f8d38fce23f7fba72a4658562a343dc43d57ca.tar.gz chromium_src-a4f8d38fce23f7fba72a4658562a343dc43d57ca.tar.bz2 |
Don't build unit_tests on TSan/Win bot.
BUG=49756
TBR=thestig
TEST=TSan/Win bot should become green
Review URL: http://codereview.chromium.org/3031017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53166 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 f8207b4..e762965 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -278,7 +278,6 @@ '../base/base.gyp:base_unittests', '../chrome/app/locales/locales.gyp:*', '../chrome/chrome.gyp:sync_unit_tests', - '../chrome/chrome.gyp:unit_tests', '../ipc/ipc.gyp:ipc_tests', '../jingle/jingle.gyp:notifier_unit_tests', '../media/media.gyp:media_unittests', |