diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-10 03:59:05 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-10 03:59:05 +0000 |
commit | e6028cf797150c998f42501616266f87e338a9ee (patch) | |
tree | b1587fb94de287fab85e61b91389975742d536c7 /build/nocompile.gypi | |
parent | 481915a77d8a2d0a968f1963271a13618bea9908 (diff) | |
download | chromium_src-e6028cf797150c998f42501616266f87e338a9ee.zip chromium_src-e6028cf797150c998f42501616266f87e338a9ee.tar.gz chromium_src-e6028cf797150c998f42501616266f87e338a9ee.tar.bz2 |
Disable no-compile tests for now since bots are timing out randomly.
TBR=ami@chromium.org
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7867025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100566 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/nocompile.gypi')
-rw-r--r-- | build/nocompile.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/nocompile.gypi b/build/nocompile.gypi index 88dffc7..ef142b9 100644 --- a/build/nocompile.gypi +++ b/build/nocompile.gypi @@ -57,6 +57,7 @@ # least processed when things go right. { + 'sources/': [['exclude', '\\.nc$']], 'conditions': [ [ 'OS=="linux" and clang==0', { 'rules': [ |