diff options
author | ilevy@chromium.org <ilevy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-15 23:10:32 +0000 |
---|---|---|
committer | ilevy@chromium.org <ilevy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-15 23:10:32 +0000 |
commit | 5f688170aca6b02395277baddba06539def97139 (patch) | |
tree | 06a0be981721e8f56f7d74f63b89214f5c7be8b5 /build/all_android.gyp | |
parent | d29ba6c19c1d4539428f1b9f50e5f781375af27a (diff) | |
download | chromium_src-5f688170aca6b02395277baddba06539def97139.zip chromium_src-5f688170aca6b02395277baddba06539def97139.tar.gz chromium_src-5f688170aca6b02395277baddba06539def97139.tar.bz2 |
Add compiler_experiemental stage to fyi builder
Also deleting unused fyi_buildertester script
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10802033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151780 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all_android.gyp')
-rw-r--r-- | build/all_android.gyp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/build/all_android.gyp b/build/all_android.gyp index d0e9ebc..7341d9b 100644 --- a/build/all_android.gyp +++ b/build/all_android.gyp @@ -74,15 +74,13 @@ }] ], }, - { + { # Experimental / in-progress targets that are expected to fail # but we still try to compile them on bots (turning the stage # orange, not red). 'target_name': 'android_experimental', 'type': 'none', - 'dependencies': [ - '../chrome/chrome.gyp:unit_tests', - ], + 'dependencies': [], }, { # In-progress targets that are expected to fail and are NOT run |