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

Unified Diff: build/features_override.gypi

Issue 836001: Enable the touch events feature for the full chromium build, and allow for the (Closed)
Patch Set: Created 10 years, 9 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 1fea07a037083287015f32732c6ed754dd7c4131..e511957a5198530819cbe7b7ceb8ec728d61a63a 100644
--- a/build/features_override.gypi
+++ b/build/features_override.gypi
@@ -37,6 +37,7 @@
'ENABLE_SVG_USE=<(enable_svg)',
'ENABLE_SVG_FOREIGN_OBJECT=<(enable_svg)',
'ENABLE_SVG_FONTS=<(enable_svg)',
+ 'ENABLE_TOUCH_EVENTS=<(enable_touch_events)',
'ENABLE_VIDEO=1',
'ENABLE_WEB_SOCKETS=1',
'ENABLE_WORKERS=1',
@@ -46,9 +47,11 @@
'variables': {
'use_accelerated_compositing%': 0,
'enable_svg%': 1,
+ 'enable_touch_events%': 1,
},
'use_accelerated_compositing%': '<(use_accelerated_compositing)',
'enable_svg%': '<(enable_svg)',
+ 'enable_touch_events%': '<(enable_touch_events)',
'conditions': [
['use_accelerated_compositing==1', {
'feature_defines': ['WTF_USE_ACCELERATED_COMPOSITING=1'],
« 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