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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # 1 #
2 # Copyright (C) 2009 Google Inc. All rights reserved. 2 # Copyright (C) 2009 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'ENABLE_MEDIA_STREAM=<(enable_webrtc)', 59 'ENABLE_MEDIA_STREAM=<(enable_webrtc)',
60 'ENABLE_MOUSE_CURSOR_SCALE=1', 60 'ENABLE_MOUSE_CURSOR_SCALE=1',
61 'ENABLE_RESOLUTION_MEDIA_QUERY=0', 61 'ENABLE_RESOLUTION_MEDIA_QUERY=0',
62 'ENABLE_RUBY=1', 62 'ENABLE_RUBY=1',
63 'ENABLE_SANDBOX=1', 63 'ENABLE_SANDBOX=1',
64 'ENABLE_SPEECH_SYNTHESIS=0', 64 'ENABLE_SPEECH_SYNTHESIS=0',
65 'ENABLE_SVG=<(enable_svg)', 65 'ENABLE_SVG=<(enable_svg)',
66 'ENABLE_SVG_FONTS=<(enable_svg)', 66 'ENABLE_SVG_FONTS=<(enable_svg)',
67 'ENABLE_THREADED_HTML_PARSER=1', 67 'ENABLE_THREADED_HTML_PARSER=1',
68 'ENABLE_TOUCH_ADJUSTMENT=1', 68 'ENABLE_TOUCH_ADJUSTMENT=1',
69 'ENABLE_TOUCH_EVENTS=<(enable_touch_events)',
70 'ENABLE_TOUCH_EVENT_TRACKING=<(enable_touch_events)',
71 'ENABLE_TOUCH_ICON_LOADING=<(enable_touch_icon_loading)', 69 'ENABLE_TOUCH_ICON_LOADING=<(enable_touch_icon_loading)',
72 'ENABLE_V8_SCRIPT_DEBUG_SERVER=1', 70 'ENABLE_V8_SCRIPT_DEBUG_SERVER=1',
73 'ENABLE_VIDEO=1', 71 'ENABLE_VIDEO=1',
74 'ENABLE_VIEWPORT=1', 72 'ENABLE_VIEWPORT=1',
75 'ENABLE_VIEWSOURCE_ATTRIBUTE=0', 73 'ENABLE_VIEWSOURCE_ATTRIBUTE=0',
76 'ENABLE_WEBGL=1', 74 'ENABLE_WEBGL=1',
77 'ENABLE_XHR_TIMEOUT=0', 75 'ENABLE_XHR_TIMEOUT=0',
78 'WTF_USE_BUILTIN_UTF8_CODEC=1', 76 'WTF_USE_BUILTIN_UTF8_CODEC=1',
79 # WTF_USE_DYNAMIC_ANNOTATIONS=1 may be defined in build/common.gypi 77 # WTF_USE_DYNAMIC_ANNOTATIONS=1 may be defined in build/common.gypi
80 # We can't define it here because it should be present only 78 # We can't define it here because it should be present only
81 # in Debug or release_valgrind_build=1 builds. 79 # in Debug or release_valgrind_build=1 builds.
82 'WTF_USE_OPENTYPE_SANITIZER=1', 80 'WTF_USE_OPENTYPE_SANITIZER=1',
83 'WTF_USE_WEBP=1', 81 'WTF_USE_WEBP=1',
84 'WTF_USE_WEBKIT_IMAGE_DECODERS=1', 82 'WTF_USE_WEBKIT_IMAGE_DECODERS=1',
85 ], 83 ],
86 # We have to nest variables inside variables so that they can be overridden 84 # We have to nest variables inside variables so that they can be overridden
87 # through GYP_DEFINES. 85 # through GYP_DEFINES.
88 'variables': { 86 'variables': {
89 'use_accelerated_compositing%': 1, 87 'use_accelerated_compositing%': 1,
90 'enable_svg%': 1, 88 'enable_svg%': 1,
91 'enable_touch_events%': 1,
92 'enable_touch_icon_loading%' : 0, 89 'enable_touch_icon_loading%' : 0,
93 }, 90 },
94 'use_accelerated_compositing%': '<(use_accelerated_compositing)', 91 'use_accelerated_compositing%': '<(use_accelerated_compositing)',
95 'enable_svg%': '<(enable_svg)', 92 'enable_svg%': '<(enable_svg)',
96 'enable_touch_events%': '<(enable_touch_events)',
97 'conditions': [ 93 'conditions': [
98 ['OS=="android"', { 94 ['OS=="android"', {
99 'feature_defines': [ 95 'feature_defines': [
100 'ENABLE_CALENDAR_PICKER=0', 96 'ENABLE_CALENDAR_PICKER=0',
101 'ENABLE_DATALIST_ELEMENT=0', 97 'ENABLE_DATALIST_ELEMENT=0',
102 'ENABLE_FAST_MOBILE_SCROLLING=1', 98 'ENABLE_FAST_MOBILE_SCROLLING=1',
103 'ENABLE_INPUT_SPEECH=0', 99 'ENABLE_INPUT_SPEECH=0',
104 'ENABLE_INPUT_TYPE_COLOR=0', 100 'ENABLE_INPUT_TYPE_COLOR=0',
105 'ENABLE_LEGACY_NOTIFICATIONS=0', 101 'ENABLE_LEGACY_NOTIFICATIONS=0',
106 'ENABLE_MEDIA_CAPTURE=1', 102 'ENABLE_MEDIA_CAPTURE=1',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 ], 176 ],
181 }], 177 }],
182 ['use_default_render_theme==1', { 178 ['use_default_render_theme==1', {
183 'feature_defines': [ 179 'feature_defines': [
184 'ENABLE_DEFAULT_RENDER_THEME=1', 180 'ENABLE_DEFAULT_RENDER_THEME=1',
185 ], 181 ],
186 }], 182 }],
187 ], 183 ],
188 }, 184 },
189 } 185 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698