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

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

Issue 13888003: Remove compile-time / run-time flags for input[type=date]. (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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/WebCore/html/InputType.cpp ('k') | Source/WebKit/chromium/public/WebRuntimeFeatures.h » ('j') | 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_DOM4_EVENTS_CONSTRUCTOR=1', 61 'ENABLE_DOM4_EVENTS_CONSTRUCTOR=1',
62 'ENABLE_ENCRYPTED_MEDIA=1', 62 'ENABLE_ENCRYPTED_MEDIA=1',
63 'ENABLE_FILTERS=1', 63 'ENABLE_FILTERS=1',
64 'ENABLE_FONT_LOAD_EVENTS=1', 64 'ENABLE_FONT_LOAD_EVENTS=1',
65 'ENABLE_GAMEPAD=1', 65 'ENABLE_GAMEPAD=1',
66 'ENABLE_GESTURE_EVENTS=1', 66 'ENABLE_GESTURE_EVENTS=1',
67 'ENABLE_ICONDATABASE=0', 67 'ENABLE_ICONDATABASE=0',
68 'ENABLE_INPUT_TYPE_DATE=1',
69 'ENABLE_INPUT_TYPE_DATETIMELOCAL=1', 68 'ENABLE_INPUT_TYPE_DATETIMELOCAL=1',
70 'ENABLE_INPUT_TYPE_MONTH=1', 69 'ENABLE_INPUT_TYPE_MONTH=1',
71 'ENABLE_INPUT_TYPE_TIME=1', 70 'ENABLE_INPUT_TYPE_TIME=1',
72 'ENABLE_JAVASCRIPT_I18N_API=1', 71 'ENABLE_JAVASCRIPT_I18N_API=1',
73 'ENABLE_LEGACY_VIEWPORT_ADAPTION=1', 72 'ENABLE_LEGACY_VIEWPORT_ADAPTION=1',
74 'ENABLE_LEGACY_VENDOR_PREFIXES=0', 73 'ENABLE_LEGACY_VENDOR_PREFIXES=0',
75 'ENABLE_LEGACY_WEB_AUDIO=1', 74 'ENABLE_LEGACY_WEB_AUDIO=1',
76 'ENABLE_LINK_PREFETCH=1', 75 'ENABLE_LINK_PREFETCH=1',
77 'ENABLE_LINK_PRERENDER=1', 76 'ENABLE_LINK_PRERENDER=1',
78 'ENABLE_MATHML=0', 77 'ENABLE_MATHML=0',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 ], 230 ],
232 }], 231 }],
233 ['use_default_render_theme==1', { 232 ['use_default_render_theme==1', {
234 'feature_defines': [ 233 'feature_defines': [
235 'ENABLE_DEFAULT_RENDER_THEME=1', 234 'ENABLE_DEFAULT_RENDER_THEME=1',
236 ], 235 ],
237 }], 236 }],
238 ], 237 ],
239 }, 238 },
240 } 239 }
OLDNEW
« no previous file with comments | « Source/WebCore/html/InputType.cpp ('k') | Source/WebKit/chromium/public/WebRuntimeFeatures.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698