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

Unified Diff: tools/mb/mb_config.pyl

Issue 1626663002: Switched Cast builder to use GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index 64bfd7216b428e42b6c51489097fc1bee00fae13..9466b89cceb9cb8fe687c1506a4ad895b5404121 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -21,8 +21,8 @@
'android_gyp_debug_static_bot_x86': ['android', 'gyp', 'debug_static_bot', 'x86'],
'android_gyp_release_bot': ['android', 'gyp', 'release_bot'],
'android_gyp_release_bot_minimal_symbols': ['android', 'gyp', 'release_bot', 'minimal_symbols'],
- 'cast_gyp_release_bot': ['cast', 'gyp', 'release_bot'],
- 'cast_gyp_release_trybot': ['cast', 'gyp', 'release_trybot'],
+ 'cast_gn_release_bot': ['cast', 'gn', 'release_bot'],
+ 'cast_gn_release_trybot': ['cast', 'gn', 'release_trybot'],
'chromeos_gn_debug_bot': ['chromeos', 'gn', 'debug_bot'],
'chromeos_ozone_gn_release_bot': ['chromeos', 'ozone', 'gn', 'release_bot'],
'chromeos_ozone_gn_release_trybot': ['chromeos', 'ozone', 'gn', 'release_trybot'],
@@ -189,7 +189,7 @@
},
'cast': {
- 'gn_args': '# TODO: Need the GN equivalents for a Chromecast build.',
+ 'gn_args': 'is_chromecast=true',
'gyp_defines': 'chromecast=1',
},
@@ -466,7 +466,7 @@
'Linux GN': 'gn_release_bot',
'Linux GN Clobber': 'gn_release_bot',
'Linux GN (dbg)': 'gn_debug_bot',
- 'Cast Linux': 'cast_gyp_release_bot',
+ 'Cast Linux': 'cast_gn_release_bot',
'Android Arm64 Builder (dbg)': 'android_gyp_debug_static_bot_arm64',
'Android Builder (dbg)': 'android_gyp_debug_static_bot',
'Android Tests (dbg)': 'android_gyp_debug_static_bot',
@@ -642,7 +642,7 @@
'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot',
'linux_chromium_clobber_rel_ng': 'gyp_release_trybot',
'linux_chromium_gn_upload': 'gn_linux_upload',
- 'cast_shell_linux': 'cast_gyp_release_trybot',
+ 'cast_shell_linux': 'cast_gn_release_trybot',
'linux_deterministic': 'swarming_deterministic_gyp_release_bot',
'linux_ecs_ozone': 'embedded_gyp_debug_bot',
},
« 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