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

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

Issue 12225065: Revert 141898 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 10 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
« no previous file with comments | « LayoutTests/platform/chromium-android/TestExpectations ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'ENABLE_DATA_TRANSFER_ITEMS=1', 56 'ENABLE_DATA_TRANSFER_ITEMS=1',
57 'ENABLE_DETAILS_ELEMENT=1', 57 'ENABLE_DETAILS_ELEMENT=1',
58 'ENABLE_DEVICE_ORIENTATION=1', 58 'ENABLE_DEVICE_ORIENTATION=1',
59 'ENABLE_DIALOG_ELEMENT=1', 59 'ENABLE_DIALOG_ELEMENT=1',
60 'ENABLE_DIRECTORY_UPLOAD=1', 60 'ENABLE_DIRECTORY_UPLOAD=1',
61 'ENABLE_DOWNLOAD_ATTRIBUTE=1', 61 'ENABLE_DOWNLOAD_ATTRIBUTE=1',
62 'ENABLE_DRAGGABLE_REGION=1', 62 'ENABLE_DRAGGABLE_REGION=1',
63 'ENABLE_ENCRYPTED_MEDIA=1', 63 'ENABLE_ENCRYPTED_MEDIA=1',
64 'ENABLE_FILE_SYSTEM=1', 64 'ENABLE_FILE_SYSTEM=1',
65 'ENABLE_FILTERS=1', 65 'ENABLE_FILTERS=1',
66 'ENABLE_FULLSCREEN_API=1',
66 'ENABLE_GAMEPAD=1', 67 'ENABLE_GAMEPAD=1',
67 'ENABLE_GEOLOCATION=1', 68 'ENABLE_GEOLOCATION=1',
68 'ENABLE_GESTURE_EVENTS=1', 69 'ENABLE_GESTURE_EVENTS=1',
69 'ENABLE_ICONDATABASE=0', 70 'ENABLE_ICONDATABASE=0',
70 'ENABLE_IFRAME_SEAMLESS=0', 71 'ENABLE_IFRAME_SEAMLESS=0',
71 'ENABLE_INDEXED_DATABASE=1', 72 'ENABLE_INDEXED_DATABASE=1',
72 'ENABLE_INPUT_TYPE_DATE=1', 73 'ENABLE_INPUT_TYPE_DATE=1',
73 'ENABLE_INPUT_TYPE_DATETIME=1', 74 'ENABLE_INPUT_TYPE_DATETIME=1',
74 'ENABLE_INPUT_TYPE_DATETIMELOCAL=1', 75 'ENABLE_INPUT_TYPE_DATETIMELOCAL=1',
75 'ENABLE_INPUT_TYPE_MONTH=1', 76 'ENABLE_INPUT_TYPE_MONTH=1',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 'enable_skia_text%': '<(enable_skia_text)', 156 'enable_skia_text%': '<(enable_skia_text)',
156 'enable_svg%': '<(enable_svg)', 157 'enable_svg%': '<(enable_svg)',
157 'enable_touch_events%': '<(enable_touch_events)', 158 'enable_touch_events%': '<(enable_touch_events)',
158 'conditions': [ 159 'conditions': [
159 ['OS=="android"', { 160 ['OS=="android"', {
160 'feature_defines': [ 161 'feature_defines': [
161 'ENABLE_ACCELERATED_OVERFLOW_SCROLLING=1', 162 'ENABLE_ACCELERATED_OVERFLOW_SCROLLING=1',
162 'ENABLE_CALENDAR_PICKER=0', 163 'ENABLE_CALENDAR_PICKER=0',
163 'ENABLE_DATALIST_ELEMENT=0', 164 'ENABLE_DATALIST_ELEMENT=0',
164 'ENABLE_FAST_MOBILE_SCROLLING=1', 165 'ENABLE_FAST_MOBILE_SCROLLING=1',
165 'ENABLE_FULLSCREEN_API=0',
166 'ENABLE_INPUT_SPEECH=0', 166 'ENABLE_INPUT_SPEECH=0',
167 'ENABLE_INPUT_TYPE_COLOR=0', 167 'ENABLE_INPUT_TYPE_COLOR=0',
168 'ENABLE_INPUT_TYPE_WEEK=0', 168 'ENABLE_INPUT_TYPE_WEEK=0',
169 'ENABLE_LEGACY_NOTIFICATIONS=0', 169 'ENABLE_LEGACY_NOTIFICATIONS=0',
170 'ENABLE_MEDIA_CAPTURE=1', 170 'ENABLE_MEDIA_CAPTURE=1',
171 'ENABLE_MEDIA_STREAM=0', 171 'ENABLE_MEDIA_STREAM=0',
172 'ENABLE_NOTIFICATIONS=0', 172 'ENABLE_NOTIFICATIONS=0',
173 'ENABLE_ORIENTATION_EVENTS=1', 173 'ENABLE_ORIENTATION_EVENTS=1',
174 'ENABLE_PAGE_POPUP=0', 174 'ENABLE_PAGE_POPUP=0',
175 'ENABLE_PRINTING=0', 175 'ENABLE_PRINTING=0',
176 'ENABLE_REGISTER_PROTOCOL_HANDLER=0', 176 'ENABLE_REGISTER_PROTOCOL_HANDLER=0',
177 # FIXME: Disable once the linking error has been resolved. 177 # FIXME: Disable once the linking error has been resolved.
178 # https://bugs.webkit.org/show_bug.cgi?id=88636 178 # https://bugs.webkit.org/show_bug.cgi?id=88636
179 'ENABLE_SHARED_WORKERS=1', 179 'ENABLE_SHARED_WORKERS=1',
180 'ENABLE_WEB_AUDIO=0', 180 'ENABLE_WEB_AUDIO=0',
181 'WTF_USE_NATIVE_FULLSCREEN_VIDEO=1', 181 'WTF_USE_NATIVE_FULLSCREEN_VIDEO=1',
182 ], 182 ],
183 'enable_touch_icon_loading': 1, 183 'enable_touch_icon_loading': 1,
184 }, { # OS!="android" 184 }, { # OS!="android"
185 'feature_defines': [ 185 'feature_defines': [
186 'ENABLE_ACCELERATED_OVERFLOW_SCROLLING=0', 186 'ENABLE_ACCELERATED_OVERFLOW_SCROLLING=0',
187 'ENABLE_CALENDAR_PICKER=1', 187 'ENABLE_CALENDAR_PICKER=1',
188 'ENABLE_DATALIST_ELEMENT=1', 188 'ENABLE_DATALIST_ELEMENT=1',
189 'ENABLE_FULLSCREEN_API=1',
190 'ENABLE_INPUT_SPEECH=1', 189 'ENABLE_INPUT_SPEECH=1',
191 'ENABLE_INPUT_TYPE_COLOR=1', 190 'ENABLE_INPUT_TYPE_COLOR=1',
192 'ENABLE_INPUT_TYPE_WEEK=1', 191 'ENABLE_INPUT_TYPE_WEEK=1',
193 'ENABLE_INPUT_MULTIPLE_FIELDS_UI=1', 192 'ENABLE_INPUT_MULTIPLE_FIELDS_UI=1',
194 'ENABLE_LEGACY_NOTIFICATIONS=1', 193 'ENABLE_LEGACY_NOTIFICATIONS=1',
195 'ENABLE_MEDIA_CAPTURE=0', 194 'ENABLE_MEDIA_CAPTURE=0',
196 'ENABLE_MEDIA_STREAM=1', 195 'ENABLE_MEDIA_STREAM=1',
197 'ENABLE_NOTIFICATIONS=1', 196 'ENABLE_NOTIFICATIONS=1',
198 'ENABLE_ORIENTATION_EVENTS=0', 197 'ENABLE_ORIENTATION_EVENTS=0',
199 'ENABLE_PAGE_POPUP=1', 198 'ENABLE_PAGE_POPUP=1',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 ], 246 ],
248 }], 247 }],
249 ['use_default_render_theme==1', { 248 ['use_default_render_theme==1', {
250 'feature_defines': [ 249 'feature_defines': [
251 'ENABLE_DEFAULT_RENDER_THEME=1', 250 'ENABLE_DEFAULT_RENDER_THEME=1',
252 ], 251 ],
253 }], 252 }],
254 ], 253 ],
255 }, 254 },
256 } 255 }
OLDNEW
« no previous file with comments | « LayoutTests/platform/chromium-android/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698