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

Unified Diff: tools/mb/mb_config.pyl

Issue 1867093002: Add support for defaulting to low quality image interpolation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make default value of use_low_quality_image_interpolation = is_android 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 | « third_party/WebKit/Source/config.gni ('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 b81b18c61dfda92ad1b0690a29dbc671d6f722ae..773ba114a8990b173f09b91a259bc946ea24ff8d 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -1601,7 +1601,8 @@
# build.
'blimp': {
'gn_args': ('use_aura=true use_ozone=true use_alsa=false '
- 'use_pulseaudio=false use_cups=false use_glib=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'),
},
« no previous file with comments | « third_party/WebKit/Source/config.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698