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

Unified Diff: tools/mb/mb_config.pyl

Issue 1475483002: Add an MB config for the blimp_engine official builder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add comments/rationale for the blimp config Created 5 years, 1 month 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 dd1c69d1e44af966c82f00a615269d5498091c30..e068813880d79a871c8890b0bcbb2dccd3246f19 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -31,6 +31,14 @@
'dev_gyp_debug': ['gyp', 'debug', 'shared', 'full_symbols'],
'dev_gyp_release': ['gyp', 'release', 'shared'],
'embedded_gyp_debug_bot': ['embedded', 'gyp', 'debug_bot'],
+
+ # This is the "deployment" config for the blimp builds. Currently
+ # we want them to be debug, non-optimized builds (and we don't need any
+ # chrome branding), so we don't use the "official" mixin.
+ # We need chromeos and ozone to eliminate any dependencies on X11. We
+ # dont need aura as it is implied by chromeos and ozone.
+ 'gn_blimp_debug': ['gn', 'chromeos', 'ozone', 'debug'],
+
'gn_debug_bot': ['gn', 'debug_bot'],
'gn_debug_bot_minimal_symbols': ['gn', 'debug_bot_minimal_symbols'],
'gn_debug_bot_minimal_symbols_x86': ['gn', 'debug_bot_minimal_symbols', 'x86'],
@@ -459,6 +467,7 @@
},
'official.desktop': {
'precise64': 'gn_official',
+ 'blimp-engine': 'gn_blimp_debug',
},
'official.desktop.continuous': {
'precise64 trunk': 'gn_official',
« 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