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

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

Issue 11612021: Revert 137939 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 8 years 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 | « Source/WebKit/chromium/ChangeLog ('k') | Source/WebKit/chromium/src/WebPluginContainerImpl.cpp » ('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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'ENABLE_SMOOTH_SCROLLING=1', 109 'ENABLE_SMOOTH_SCROLLING=1',
110 'ENABLE_SQL_DATABASE=1', 110 'ENABLE_SQL_DATABASE=1',
111 'ENABLE_STYLE_SCOPED=1', 111 'ENABLE_STYLE_SCOPED=1',
112 'ENABLE_SVG=<(enable_svg)', 112 'ENABLE_SVG=<(enable_svg)',
113 'ENABLE_SVG_FONTS=<(enable_svg)', 113 'ENABLE_SVG_FONTS=<(enable_svg)',
114 'ENABLE_TEMPLATE_ELEMENT=1', 114 'ENABLE_TEMPLATE_ELEMENT=1',
115 'ENABLE_TEXT_AUTOSIZING=1', 115 'ENABLE_TEXT_AUTOSIZING=1',
116 'ENABLE_TOUCH_ADJUSTMENT=1', 116 'ENABLE_TOUCH_ADJUSTMENT=1',
117 'ENABLE_TOUCH_EVENTS=<(enable_touch_events)', 117 'ENABLE_TOUCH_EVENTS=<(enable_touch_events)',
118 'ENABLE_TOUCH_ICON_LOADING=<(enable_touch_icon_loading)', 118 'ENABLE_TOUCH_ICON_LOADING=<(enable_touch_icon_loading)',
119 'ENABLE_TOUCH_EVENT_TRACKING=<(enable_touch_events)',
120 'ENABLE_TOUCH_SLIDER=1', 119 'ENABLE_TOUCH_SLIDER=1',
121 'ENABLE_USER_TIMING=1', 120 'ENABLE_USER_TIMING=1',
122 'ENABLE_V8_SCRIPT_DEBUG_SERVER=1', 121 'ENABLE_V8_SCRIPT_DEBUG_SERVER=1',
123 'ENABLE_VIDEO=1', 122 'ENABLE_VIDEO=1',
124 'ENABLE_VIDEO_TRACK=1', 123 'ENABLE_VIDEO_TRACK=1',
125 'ENABLE_VIEWPORT=1', 124 'ENABLE_VIEWPORT=1',
126 'ENABLE_WEBGL=1', 125 'ENABLE_WEBGL=1',
127 'ENABLE_WEB_INTENTS=1', 126 'ENABLE_WEB_INTENTS=1',
128 'ENABLE_WEB_SOCKETS=1', 127 'ENABLE_WEB_SOCKETS=1',
129 'ENABLE_WEB_TIMING=1', 128 'ENABLE_WEB_TIMING=1',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 ], 245 ],
247 }], 246 }],
248 ['use_default_render_theme==1', { 247 ['use_default_render_theme==1', {
249 'feature_defines': [ 248 'feature_defines': [
250 'ENABLE_DEFAULT_RENDER_THEME=1', 249 'ENABLE_DEFAULT_RENDER_THEME=1',
251 ], 250 ],
252 }], 251 }],
253 ], 252 ],
254 }, 253 },
255 } 254 }
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/ChangeLog ('k') | Source/WebKit/chromium/src/WebPluginContainerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698