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

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: Merge with master 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 37f531e24dc3112f52699b0e29c3dc6c633269cd..8033a8bdbb9e68c4a7889a2dffefaa4606b157aa 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -1567,11 +1567,14 @@
# 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" 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': {
« 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