diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-29 08:19:02 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-29 08:19:02 +0000 |
commit | 9e36ea471ba30805197bc62c8bef7c1926dbcb39 (patch) | |
tree | 37f3e12aeabbdc7256cd75e415fa2bdd37589928 /build/nocompile.gypi | |
parent | 8ae0fb1d2beb2afa44d99702b5b18cdc1942323d (diff) | |
download | chromium_src-9e36ea471ba30805197bc62c8bef7c1926dbcb39.zip chromium_src-9e36ea471ba30805197bc62c8bef7c1926dbcb39.tar.gz chromium_src-9e36ea471ba30805197bc62c8bef7c1926dbcb39.tar.bz2 |
Disable No-compile tests. They are flaky on the tree.
BUG=105388
TEST=none
Review URL: http://codereview.chromium.org/8664019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111889 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/nocompile.gypi')
-rw-r--r-- | build/nocompile.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/nocompile.gypi b/build/nocompile.gypi index 88dffc7..f9021ae 100644 --- a/build/nocompile.gypi +++ b/build/nocompile.gypi @@ -57,6 +57,8 @@ # least processed when things go right. { + # TODO(awong): Disabled until http://crbug.com/105388 is resolved. + 'sources/': [['exclude', '\\.nc$']], 'conditions': [ [ 'OS=="linux" and clang==0', { 'rules': [ |