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

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

Issue 14449003: Picture element initial implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@picture_after_rebase
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
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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'ENABLE_RESOLUTION_MEDIA_QUERY=0', 57 'ENABLE_RESOLUTION_MEDIA_QUERY=0',
58 'ENABLE_RUBY=1', 58 'ENABLE_RUBY=1',
59 'ENABLE_SANDBOX=1', 59 'ENABLE_SANDBOX=1',
60 'ENABLE_SATURATED_LAYOUT_ARITHMETIC=1', 60 'ENABLE_SATURATED_LAYOUT_ARITHMETIC=1',
61 'ENABLE_SPEECH_SYNTHESIS=0', 61 'ENABLE_SPEECH_SYNTHESIS=0',
62 'ENABLE_SVG=<(enable_svg)', 62 'ENABLE_SVG=<(enable_svg)',
63 'ENABLE_SVG_FONTS=<(enable_svg)', 63 'ENABLE_SVG_FONTS=<(enable_svg)',
64 'ENABLE_TOUCH_ICON_LOADING=<(enable_touch_icon_loading)', 64 'ENABLE_TOUCH_ICON_LOADING=<(enable_touch_icon_loading)',
65 'ENABLE_V8_SCRIPT_DEBUG_SERVER=1', 65 'ENABLE_V8_SCRIPT_DEBUG_SERVER=1',
66 'ENABLE_VIDEO=1', 66 'ENABLE_VIDEO=1',
67 'ENABLE_PICTURE=1',
67 'ENABLE_VIEWPORT=1', 68 'ENABLE_VIEWPORT=1',
68 'ENABLE_WEBGL=1', 69 'ENABLE_WEBGL=1',
69 'ENABLE_XHR_TIMEOUT=0', 70 'ENABLE_XHR_TIMEOUT=0',
70 'WTF_USE_BUILTIN_UTF8_CODEC=1', 71 'WTF_USE_BUILTIN_UTF8_CODEC=1',
71 # WTF_USE_DYNAMIC_ANNOTATIONS=1 may be defined in build/common.gypi 72 # WTF_USE_DYNAMIC_ANNOTATIONS=1 may be defined in build/common.gypi
72 # We can't define it here because it should be present only 73 # We can't define it here because it should be present only
73 # in Debug or release_valgrind_build=1 builds. 74 # in Debug or release_valgrind_build=1 builds.
74 'WTF_USE_OPENTYPE_SANITIZER=1', 75 'WTF_USE_OPENTYPE_SANITIZER=1',
75 'WTF_USE_WEBKIT_IMAGE_DECODERS=1', 76 'WTF_USE_WEBKIT_IMAGE_DECODERS=1',
76 ], 77 ],
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 ], 168 ],
168 }], 169 }],
169 ['use_default_render_theme==1', { 170 ['use_default_render_theme==1', {
170 'feature_defines': [ 171 'feature_defines': [
171 'ENABLE_DEFAULT_RENDER_THEME=1', 172 'ENABLE_DEFAULT_RENDER_THEME=1',
172 ], 173 ],
173 }], 174 }],
174 ], 175 ],
175 }, 176 },
176 } 177 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698