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

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: rebase. 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
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/ChromeClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/features.gypi
diff --git a/Source/WebKit/chromium/features.gypi b/Source/WebKit/chromium/features.gypi
index bf8f155c0eb0225e30d6b3d16f107ed648c52a8e..15d7c6c8c6bb44e91eb54e1c98bd502105e0a5fb 100644
--- a/Source/WebKit/chromium/features.gypi
+++ b/Source/WebKit/chromium/features.gypi
@@ -65,8 +65,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',
@@ -85,11 +83,9 @@
# through GYP_DEFINES.
'variables': {
'enable_svg%': 1,
- 'enable_touch_events%': 1,
'enable_touch_icon_loading%' : 0,
},
'enable_svg%': '<(enable_svg)',
- 'enable_touch_events%': '<(enable_touch_events)',
'conditions': [
['OS=="android"', {
'feature_defines': [
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/ChromeClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698