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

Unified Diff: tools/mb/mb_config.pyl

Issue 1881823002: Support references to args files in MB. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mb_write_args_file
Patch Set: fix indent 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 | « tools/mb/mb.py ('k') | tools/mb/mb_unittest.py » ('j') | 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 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',
« no previous file with comments | « tools/mb/mb.py ('k') | tools/mb/mb_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698