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

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

Issue 13685003: Remove support for the LEGACY_CSS_VENDOR_PREFIXES compile-time flag. (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
« no previous file with comments | « Source/WebCore/css/CSSParser.cpp ('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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'ENABLE_GESTURE_EVENTS=1', 75 'ENABLE_GESTURE_EVENTS=1',
76 'ENABLE_ICONDATABASE=0', 76 'ENABLE_ICONDATABASE=0',
77 'ENABLE_IFRAME_SEAMLESS=1', 77 'ENABLE_IFRAME_SEAMLESS=1',
78 'ENABLE_INDEXED_DATABASE=1', 78 'ENABLE_INDEXED_DATABASE=1',
79 'ENABLE_INPUT_TYPE_DATE=1', 79 'ENABLE_INPUT_TYPE_DATE=1',
80 'ENABLE_INPUT_TYPE_DATETIMELOCAL=1', 80 'ENABLE_INPUT_TYPE_DATETIMELOCAL=1',
81 'ENABLE_INPUT_TYPE_MONTH=1', 81 'ENABLE_INPUT_TYPE_MONTH=1',
82 'ENABLE_INPUT_TYPE_TIME=1', 82 'ENABLE_INPUT_TYPE_TIME=1',
83 'ENABLE_JAVASCRIPT_DEBUGGER=1', 83 'ENABLE_JAVASCRIPT_DEBUGGER=1',
84 'ENABLE_JAVASCRIPT_I18N_API=1', 84 'ENABLE_JAVASCRIPT_I18N_API=1',
85 'ENABLE_LEGACY_CSS_VENDOR_PREFIXES=0',
86 'ENABLE_LEGACY_VIEWPORT_ADAPTION=1', 85 'ENABLE_LEGACY_VIEWPORT_ADAPTION=1',
87 'ENABLE_LEGACY_VENDOR_PREFIXES=0', 86 'ENABLE_LEGACY_VENDOR_PREFIXES=0',
88 'ENABLE_LEGACY_WEB_AUDIO=1', 87 'ENABLE_LEGACY_WEB_AUDIO=1',
89 'ENABLE_LINK_PREFETCH=1', 88 'ENABLE_LINK_PREFETCH=1',
90 'ENABLE_LINK_PRERENDER=1', 89 'ENABLE_LINK_PRERENDER=1',
91 'ENABLE_MATHML=0', 90 'ENABLE_MATHML=0',
92 'ENABLE_MEDIA_SOURCE=1', 91 'ENABLE_MEDIA_SOURCE=1',
93 'ENABLE_MEDIA_STATISTICS=1', 92 'ENABLE_MEDIA_STATISTICS=1',
94 'ENABLE_MEDIA_STREAM=<(enable_webrtc)', 93 'ENABLE_MEDIA_STREAM=<(enable_webrtc)',
95 'ENABLE_METER_ELEMENT=1', 94 'ENABLE_METER_ELEMENT=1',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 ], 252 ],
254 }], 253 }],
255 ['use_default_render_theme==1', { 254 ['use_default_render_theme==1', {
256 'feature_defines': [ 255 'feature_defines': [
257 'ENABLE_DEFAULT_RENDER_THEME=1', 256 'ENABLE_DEFAULT_RENDER_THEME=1',
258 ], 257 ],
259 }], 258 }],
260 ], 259 ],
261 }, 260 },
262 } 261 }
OLDNEW
« no previous file with comments | « Source/WebCore/css/CSSParser.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698