Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(256)

Unified Diff: build/all_android.gyp

Issue 10802033: Add compiler_experiemental stage to fyi builder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/android/buildbot_fyi_builder.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all_android.gyp
diff --git a/build/all_android.gyp b/build/all_android.gyp
index d0e9ebc24e4345aa16fe217274297d488ef36b70..7341d9bd7f84a164566f8370ba987d93e1b1c14a 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
« no previous file with comments | « no previous file | build/android/buildbot_fyi_builder.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698