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

Unified Diff: tools/mb/mb_config.pyl

Issue 1881343002: Revert of Update blimp build bot args match build/args/blimp_engine.gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « build/args/blimp_engine.gn ('k') | 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 e4e45d405d21a912a90129ce088c254de98ba77e..a93ebf27b5f391db929b85148d5b33d14c40e150 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -1567,14 +1567,11 @@
# 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',
+ 'gn_args': ('use_aura=true use_ozone=true use_alsa=false '
+ 'use_pulseaudio=false use_cups=false use_glib=false '
+ 'use_low_quality_image_interpolation=true'),
+ 'gyp_defines': ('use_aura=1 use_ozone=1 use_alsa=0 '
+ 'use_pulseaudio=0 use_cups=0 use_glib=0'),
},
'cast': {
« no previous file with comments | « build/args/blimp_engine.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698