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

Unified Diff: build/features_override.gypi

Issue 7020034: Made ENABLE_TOUCH_ICON_LOADING configurable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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
diff --git a/build/features_override.gypi b/build/features_override.gypi
index 3fd9f69c3901436883c1756abd2fecb35fb6b84b..b910c1c09f350553e562c6e41917e5619f785f17 100644
--- a/build/features_override.gypi
+++ b/build/features_override.gypi
@@ -61,7 +61,7 @@
'ENABLE_SVG_FOREIGN_OBJECT=<(enable_svg)',
'ENABLE_SVG_USE=<(enable_svg)',
'ENABLE_TOUCH_EVENTS=<(enable_touch_events)',
- 'ENABLE_TOUCH_ICON_LOADING=0',
+ 'ENABLE_TOUCH_ICON_LOADING=<(enable_touch_icon_loading)',
'ENABLE_V8_SCRIPT_DEBUG_SERVER=1',
'ENABLE_VIDEO=1',
'ENABLE_WEB_SOCKETS=1',
@@ -86,6 +86,7 @@
'enable_svg%': 1,
'enable_touch_events%': 1,
'use_skia_gpu%': 0,
+ 'enable_touch_icon_loading%' : 0,
},
'use_accelerated_compositing%': '<(use_accelerated_compositing)',
'use_threaded_compositing%': '<(use_threaded_compositing)',
« 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