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

Unified Diff: build/features_override.gypi

Issue 6461016: add enable flag for SKIA_GPU, set to 0 by default (set to 1 for local testing... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/features_override.gypi
===================================================================
--- build/features_override.gypi (revision 74176)
+++ build/features_override.gypi (working copy)
@@ -44,6 +44,7 @@
'ENABLE_RUBY=1',
'ENABLE_SANDBOX=1',
'ENABLE_SHARED_WORKERS=1',
+ 'ENABLE_SKIA_GPU=<(use_skia_gpu)',
'ENABLE_SVG=<(enable_svg)',
'ENABLE_SVG_ANIMATION=<(enable_svg)',
'ENABLE_SVG_AS_IMAGE=<(enable_svg)',
@@ -69,6 +70,7 @@
'use_accelerated_compositing%': 1,
'enable_svg%': 1,
'enable_touch_events%': 1,
+ 'use_skia_gpu%': 0,
},
'use_accelerated_compositing%': '<(use_accelerated_compositing)',
'enable_svg%': '<(enable_svg)',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698