diff options
author | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-13 10:43:53 +0000 |
---|---|---|
committer | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-13 10:43:53 +0000 |
commit | fee6fa3ea8be662efcc8b91c174048f85a39e893 (patch) | |
tree | fe77e38baf3755fee44638a21bab5e8f2267f3ed /build | |
parent | 8d9842ada8d68feedded592524fe6f3825a12912 (diff) | |
download | chromium_src-fee6fa3ea8be662efcc8b91c174048f85a39e893.zip chromium_src-fee6fa3ea8be662efcc8b91c174048f85a39e893.tar.gz chromium_src-fee6fa3ea8be662efcc8b91c174048f85a39e893.tar.bz2 |
Disable building unit_tests.exe on DrMemory builders.
The "Chromium Windows Builder (DrMemory)" bot runs out of memory when link.exe creates unit_test.exe because DrMemory needs static builds. This change just disables building unit_tests.exe as a better-than-nothing workaround.
BUG=137180
TEST=make the "Chromium Windows Builder (DrMemory)" bot green.
Review URL: https://chromiumcodereview.appspot.com/10736065
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146551 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 6e292a3..32518f4 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -535,7 +535,6 @@ 'type': 'none', 'dependencies': [ '../base/base.gyp:base_unittests', - '../chrome/chrome.gyp:unit_tests', '../cloud_print/cloud_print.gyp:cloud_print_unittests', '../content/content.gyp:content_unittests', '../crypto/crypto.gyp:crypto_unittests', |