Commit a4217fb0 authored by dpranke's avatar dpranke Committed by Commit bot

Add an MB config for the blimp_engine official builder.

R=amineer@chromium.org, wez@chromium.org
BUG=

Review URL: https://codereview.chromium.org/1475483002

Cr-Commit-Position: refs/heads/master@{#361257}
parent 5ad8167a
...@@ -31,6 +31,14 @@ ...@@ -31,6 +31,14 @@
'dev_gyp_debug': ['gyp', 'debug', 'shared', 'full_symbols'], 'dev_gyp_debug': ['gyp', 'debug', 'shared', 'full_symbols'],
'dev_gyp_release': ['gyp', 'release', 'shared'], 'dev_gyp_release': ['gyp', 'release', 'shared'],
'embedded_gyp_debug_bot': ['embedded', 'gyp', 'debug_bot'], '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': ['gn', 'debug_bot'],
'gn_debug_bot_minimal_symbols': ['gn', 'debug_bot_minimal_symbols'], 'gn_debug_bot_minimal_symbols': ['gn', 'debug_bot_minimal_symbols'],
'gn_debug_bot_minimal_symbols_x86': ['gn', 'debug_bot_minimal_symbols', 'x86'], 'gn_debug_bot_minimal_symbols_x86': ['gn', 'debug_bot_minimal_symbols', 'x86'],
...@@ -459,6 +467,7 @@ ...@@ -459,6 +467,7 @@
}, },
'official.desktop': { 'official.desktop': {
'precise64': 'gn_official', 'precise64': 'gn_official',
'blimp-engine': 'gn_blimp_debug',
}, },
'official.desktop.continuous': { 'official.desktop.continuous': {
'precise64 trunk': 'gn_official', 'precise64 trunk': 'gn_official',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment