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

Unified Diff: tools/mb/mb_config.pyl

Issue 1925533004: Switch Android Builder on chromium.webkit to gn. (RELAND) (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 b112286f3cbf42f6061e64cf289388bd6b4a03b0..17cbd1592dcbaf4700d5be7be09c4480f7fb9c25 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -523,8 +523,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',
'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',
@@ -1323,10 +1323,6 @@
'gyp', 'release_bot',
],
- 'gyp_release_bot_android': [
- 'gyp', 'release_bot', 'android',
- ],
-
'gyp_release_bot_x86': [
'gyp', 'release_bot', 'x86',
],
« 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