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

Unified Diff: build/all_android.gyp

Issue 142363002: android: Remove bringup targets that haven't been used in a while. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | no next file » | 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 571b922b0cfd3158417fdc24000456da7c472140..aa58d65af595ef97833496905022cbad9c01d7f1 100644
--- a/build/all_android.gyp
+++ b/build/all_android.gyp
@@ -167,21 +167,9 @@
],
}, # target_name: android_builder_chromium_webrtc
{
- # Experimental / in-progress targets that are expected to fail
- # but we still try to compile them on bots (turning the stage
- # orange, not red).
+ # TODO: Remove this target once bots no longer reference it.
'target_name': 'android_experimental',
'type': 'none',
- 'dependencies': [
- ],
- },
- {
- # In-progress targets that are expected to fail and are NOT run
- # on any bot.
- 'target_name': 'android_in_progress',
- 'type': 'none',
- 'dependencies': [
- ],
},
{
# Build the java portions of the binary size analysis tool.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698