Index: tools/mb/mb_config.pyl |
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl |
index f83ebb3a1805f3a7ee76f8684e3acc1bce131145..eb23a450e71175c6cc19bbf97ad42b4b331fb506 100644 |
--- a/tools/mb/mb_config.pyl |
+++ b/tools/mb/mb_config.pyl |
@@ -563,7 +563,7 @@ |
}, |
'official.desktop': { |
- 'blimp-engine': 'gn_blimp_debug', |
+ 'blimp-engine': '//build/args/bots/official.desktop/blimp-engine.gn', |
'mac64': 'gyp_official', |
'precise64': 'gn_official', |
@@ -1016,13 +1016,6 @@ |
'error', |
], |
- # 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. |
- 'gn_blimp_debug': [ |
- 'gn', 'blimp', 'debug', |
- ], |
- |
'gn_cfi_release_bot': [ |
'gn', 'cfi', 'release_bot', |
], |
@@ -1564,19 +1557,6 @@ |
'gyp_defines': 'asan=1', |
}, |
- # Removes dependencies on X11 and audio libraries for a containerized |
- # build. |
- 'blimp': { |
- # This list must be kept in sync with the list in |
- # //build/args/blimp_engine.gn. |
- 'gn_args': ('use_aura=true use_ozone=true ozone_auto_platforms=false ' |
- 'ozone_platform="headless" ozone_platform_headless=true ' |
- 'metrics_use_blimp=true ' |
- 'use_low_quality_image_interpolation=true use_alsa=false ' |
- 'use_pulseaudio=false use_cups=false use_glib=false'), |
- 'gyp_defines': 'target_arch=unknown', |
- }, |
- |
'cast': { |
'gn_args': 'is_chromecast=true', |
'gyp_defines': 'chromecast=1', |