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

Unified Diff: tools/mb/mb_config.pyl

Issue 1878273003: 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 a93ebf27b5f391db929b85148d5b33d14c40e150..8d78573003e8029d1b87983b09b3a8ecd915a168 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -1567,11 +1567,12 @@
# Removes dependencies on X11 and audio libraries for a containerized
# build.
'blimp': {
- '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'),
+ # 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" metrics_use_blimp=true '
+ 'use_low_quality_image_interpolation=true use_alsa=false '
+ 'use_pulseaudio=false use_cups=false use_glib=false'),
Dirk Pranke 2016/04/12 18:01:13 It's probably a bit safer to add: 'gyp_defines'
maniscalco 2016/04/12 18:08:32 Good call. Done.
},
'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