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

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

Issue 14113007: Remove the ENABLE_XSLT 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
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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'ENABLE_TOUCH_ADJUSTMENT=1', 74 'ENABLE_TOUCH_ADJUSTMENT=1',
75 'ENABLE_TOUCH_EVENTS=<(enable_touch_events)', 75 'ENABLE_TOUCH_EVENTS=<(enable_touch_events)',
76 'ENABLE_TOUCH_EVENT_TRACKING=<(enable_touch_events)', 76 'ENABLE_TOUCH_EVENT_TRACKING=<(enable_touch_events)',
77 'ENABLE_TOUCH_ICON_LOADING=<(enable_touch_icon_loading)', 77 'ENABLE_TOUCH_ICON_LOADING=<(enable_touch_icon_loading)',
78 'ENABLE_V8_SCRIPT_DEBUG_SERVER=1', 78 'ENABLE_V8_SCRIPT_DEBUG_SERVER=1',
79 'ENABLE_VIDEO=1', 79 'ENABLE_VIDEO=1',
80 'ENABLE_VIEWPORT=1', 80 'ENABLE_VIEWPORT=1',
81 'ENABLE_VIEWSOURCE_ATTRIBUTE=0', 81 'ENABLE_VIEWSOURCE_ATTRIBUTE=0',
82 'ENABLE_WEBGL=1', 82 'ENABLE_WEBGL=1',
83 'ENABLE_XHR_TIMEOUT=0', 83 'ENABLE_XHR_TIMEOUT=0',
84 'ENABLE_XSLT=1',
85 'WTF_USE_BUILTIN_UTF8_CODEC=1', 84 'WTF_USE_BUILTIN_UTF8_CODEC=1',
86 # WTF_USE_DYNAMIC_ANNOTATIONS=1 may be defined in build/common.gypi 85 # WTF_USE_DYNAMIC_ANNOTATIONS=1 may be defined in build/common.gypi
87 # We can't define it here because it should be present only 86 # We can't define it here because it should be present only
88 # in Debug or release_valgrind_build=1 builds. 87 # in Debug or release_valgrind_build=1 builds.
89 'WTF_USE_OPENTYPE_SANITIZER=1', 88 'WTF_USE_OPENTYPE_SANITIZER=1',
90 'WTF_USE_RTL_SCROLLBAR=1', 89 'WTF_USE_RTL_SCROLLBAR=1',
91 'WTF_USE_SKIA_TEXT=<(enable_skia_text)', 90 'WTF_USE_SKIA_TEXT=<(enable_skia_text)',
92 'WTF_USE_WEBP=1', 91 'WTF_USE_WEBP=1',
93 'WTF_USE_WEBKIT_IMAGE_DECODERS=1', 92 'WTF_USE_WEBKIT_IMAGE_DECODERS=1',
94 ], 93 ],
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 ], 190 ],
192 }], 191 }],
193 ['use_default_render_theme==1', { 192 ['use_default_render_theme==1', {
194 'feature_defines': [ 193 'feature_defines': [
195 'ENABLE_DEFAULT_RENDER_THEME=1', 194 'ENABLE_DEFAULT_RENDER_THEME=1',
196 ], 195 ],
197 }], 196 }],
198 ], 197 ],
199 }, 198 },
200 } 199 }
OLDNEW
« no previous file with comments | « Source/WebCore/xml/parser/XMLDocumentParserScope.cpp ('k') | Source/WebKit/chromium/src/WebCache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698