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

Unified Diff: Source/WebKit/chromium/features.gypi

Issue 14296003: Remove TOUCH_EVENTS and TOUCH_EVENT_TRACKING compile-time flags. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
Index: Source/WebKit/chromium/features.gypi
diff --git a/Source/WebKit/chromium/features.gypi b/Source/WebKit/chromium/features.gypi
index 224071196ec065878e633153599b2a89da53564d..cdab977af0066e3c0721eac0914cff0803b74aaf 100644
--- a/Source/WebKit/chromium/features.gypi
+++ b/Source/WebKit/chromium/features.gypi
@@ -66,8 +66,6 @@
'ENABLE_SVG_FONTS=<(enable_svg)',
'ENABLE_THREADED_HTML_PARSER=1',
'ENABLE_TOUCH_ADJUSTMENT=1',
- 'ENABLE_TOUCH_EVENTS=<(enable_touch_events)',
- 'ENABLE_TOUCH_EVENT_TRACKING=<(enable_touch_events)',
'ENABLE_TOUCH_ICON_LOADING=<(enable_touch_icon_loading)',
'ENABLE_V8_SCRIPT_DEBUG_SERVER=1',
'ENABLE_VIDEO=1',
@@ -88,12 +86,10 @@
'variables': {
'use_accelerated_compositing%': 1,
'enable_svg%': 1,
- 'enable_touch_events%': 1,
'enable_touch_icon_loading%' : 0,
},
'use_accelerated_compositing%': '<(use_accelerated_compositing)',
'enable_svg%': '<(enable_svg)',
- 'enable_touch_events%': '<(enable_touch_events)',
'conditions': [
['OS=="android"', {
'feature_defines': [

Powered by Google App Engine
This is Rietveld 408576698