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

Unified Diff: tools/mb/mb_config.pyl

Issue 1902643003: Switch Android Builder on chromium.webkit to gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index 23ba935f8aea6510e819dae62bad068e17a9b366..00599b9bbac1fc5f1cb044c51e92913277530d23 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -540,8 +540,8 @@
},
'chromium.webkit': {
- 'Android Builder': 'gyp_release_bot_android',
- 'WebKit Android (Nexus4)': 'gyp_release_bot_android',
+ 'Android Builder': 'android_gn_release_bot_minimal_symbols',
+ 'WebKit Android (Nexus4)': 'none',
Dirk Pranke 2016/04/19 22:12:58 So you're going to make Android Builder trigger We
jbudorick 2016/04/19 22:17:51 I'm confused -- WebKit Android (Nexus4) already ap
'WebKit Linux (dbg)': 'swarming_gn_debug_bot_x64',
'WebKit Linux ASAN': 'swarming_gn_asan_lsan_release_bot_x64',
'WebKit Linux Leak': 'swarming_gn_release_bot_x64',
@@ -1297,10 +1297,6 @@
'gyp', 'official', 'x64',
],
- 'gyp_release_bot_android': [
- 'gyp', 'release_bot', 'android',
- ],
-
'gyp_release_trybot': [
'gyp', 'release_trybot',
],
« 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