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

Side by Side Diff: Source/WebKit/chromium/features.gypi

Issue 14141002: Remove ENABLE_INPUT_TYPE_WEEK compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update html.css 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'enable_svg%': '<(enable_svg)', 123 'enable_svg%': '<(enable_svg)',
124 'enable_touch_events%': '<(enable_touch_events)', 124 'enable_touch_events%': '<(enable_touch_events)',
125 'conditions': [ 125 'conditions': [
126 ['OS=="android"', { 126 ['OS=="android"', {
127 'feature_defines': [ 127 'feature_defines': [
128 'ENABLE_CALENDAR_PICKER=0', 128 'ENABLE_CALENDAR_PICKER=0',
129 'ENABLE_DATALIST_ELEMENT=0', 129 'ENABLE_DATALIST_ELEMENT=0',
130 'ENABLE_FAST_MOBILE_SCROLLING=1', 130 'ENABLE_FAST_MOBILE_SCROLLING=1',
131 'ENABLE_INPUT_SPEECH=0', 131 'ENABLE_INPUT_SPEECH=0',
132 'ENABLE_INPUT_TYPE_COLOR=0', 132 'ENABLE_INPUT_TYPE_COLOR=0',
133 'ENABLE_INPUT_TYPE_WEEK=0',
134 'ENABLE_LEGACY_NOTIFICATIONS=0', 133 'ENABLE_LEGACY_NOTIFICATIONS=0',
135 'ENABLE_MEDIA_CAPTURE=1', 134 'ENABLE_MEDIA_CAPTURE=1',
136 'ENABLE_NOTIFICATIONS=0', 135 'ENABLE_NOTIFICATIONS=0',
137 'ENABLE_ORIENTATION_EVENTS=1', 136 'ENABLE_ORIENTATION_EVENTS=1',
138 'ENABLE_PAGE_POPUP=0', 137 'ENABLE_PAGE_POPUP=0',
139 'ENABLE_PRINTING=0', 138 'ENABLE_PRINTING=0',
140 'ENABLE_NAVIGATOR_CONTENT_UTILS=0', 139 'ENABLE_NAVIGATOR_CONTENT_UTILS=0',
141 # FIXME: Disable once the linking error has been resolved. 140 # FIXME: Disable once the linking error has been resolved.
142 # https://bugs.webkit.org/show_bug.cgi?id=88636 141 # https://bugs.webkit.org/show_bug.cgi?id=88636
143 'ENABLE_SHARED_WORKERS=1', 142 'ENABLE_SHARED_WORKERS=1',
144 'WTF_USE_NATIVE_FULLSCREEN_VIDEO=1', 143 'WTF_USE_NATIVE_FULLSCREEN_VIDEO=1',
145 ], 144 ],
146 'enable_touch_icon_loading': 1, 145 'enable_touch_icon_loading': 1,
147 }, { # OS!="android" 146 }, { # OS!="android"
148 'feature_defines': [ 147 'feature_defines': [
149 'ENABLE_CALENDAR_PICKER=1', 148 'ENABLE_CALENDAR_PICKER=1',
150 'ENABLE_DATALIST_ELEMENT=1', 149 'ENABLE_DATALIST_ELEMENT=1',
151 'ENABLE_INPUT_SPEECH=1', 150 'ENABLE_INPUT_SPEECH=1',
152 'ENABLE_INPUT_TYPE_COLOR=1', 151 'ENABLE_INPUT_TYPE_COLOR=1',
153 'ENABLE_INPUT_TYPE_WEEK=1',
154 'ENABLE_INPUT_MULTIPLE_FIELDS_UI=1', 152 'ENABLE_INPUT_MULTIPLE_FIELDS_UI=1',
155 'ENABLE_LEGACY_NOTIFICATIONS=1', 153 'ENABLE_LEGACY_NOTIFICATIONS=1',
156 'ENABLE_MEDIA_CAPTURE=0', 154 'ENABLE_MEDIA_CAPTURE=0',
157 'ENABLE_NAVIGATOR_CONTENT_UTILS=1', 155 'ENABLE_NAVIGATOR_CONTENT_UTILS=1',
158 'ENABLE_NOTIFICATIONS=1', 156 'ENABLE_NOTIFICATIONS=1',
159 'ENABLE_ORIENTATION_EVENTS=0', 157 'ENABLE_ORIENTATION_EVENTS=0',
160 'ENABLE_PAGE_POPUP=1', 158 'ENABLE_PAGE_POPUP=1',
161 'ENABLE_PRINTING=1', 159 'ENABLE_PRINTING=1',
162 'ENABLE_SHARED_WORKERS=1', 160 'ENABLE_SHARED_WORKERS=1',
163 'ENABLE_WEB_AUDIO=1', 161 'ENABLE_WEB_AUDIO=1',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 ], 210 ],
213 }], 211 }],
214 ['use_default_render_theme==1', { 212 ['use_default_render_theme==1', {
215 'feature_defines': [ 213 'feature_defines': [
216 'ENABLE_DEFAULT_RENDER_THEME=1', 214 'ENABLE_DEFAULT_RENDER_THEME=1',
217 ], 215 ],
218 }], 216 }],
219 ], 217 ],
220 }, 218 },
221 } 219 }
OLDNEW
« no previous file with comments | « Source/WebCore/platform/text/PlatformLocale.cpp ('k') | Source/WebKit/chromium/src/WebRuntimeFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698