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

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

Issue 14067007: Remove 3D_RENDERING define from Blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased, retrying the bots 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 'ENABLE_8BIT_TEXTRUN=1', 164 'ENABLE_8BIT_TEXTRUN=1',
165 'ENABLE_BINDING_INTEGRITY=1', 165 'ENABLE_BINDING_INTEGRITY=1',
166 ], 166 ],
167 }, { # OS!="linux" 167 }, { # OS!="linux"
168 'feature_defines': [ 168 'feature_defines': [
169 'ENABLE_BINDING_INTEGRITY=0', 169 'ENABLE_BINDING_INTEGRITY=0',
170 ], 170 ],
171 }], 171 }],
172 ['use_accelerated_compositing==1', { 172 ['use_accelerated_compositing==1', {
173 'feature_defines': [ 173 'feature_defines': [
174 'ENABLE_3D_RENDERING=1',
175 'ENABLE_ACCELERATED_2D_CANVAS=1', 174 'ENABLE_ACCELERATED_2D_CANVAS=1',
176 'WTF_USE_ACCELERATED_COMPOSITING=1', 175 'WTF_USE_ACCELERATED_COMPOSITING=1',
177 ], 176 ],
178 }], 177 }],
179 # Mac OS X uses Accelerate.framework FFT by default instead of FFmpeg. 178 # Mac OS X uses Accelerate.framework FFT by default instead of FFmpeg.
180 ['OS!="mac" and OS!="android"', { 179 ['OS!="mac" and OS!="android"', {
181 'feature_defines': [ 180 'feature_defines': [
182 'WTF_USE_WEBAUDIO_FFMPEG=1', 181 'WTF_USE_WEBAUDIO_FFMPEG=1',
183 ], 182 ],
184 }], 183 }],
(...skipping 22 matching lines...) Expand all
207 ], 206 ],
208 }], 207 }],
209 ['use_default_render_theme==1', { 208 ['use_default_render_theme==1', {
210 'feature_defines': [ 209 'feature_defines': [
211 'ENABLE_DEFAULT_RENDER_THEME=1', 210 'ENABLE_DEFAULT_RENDER_THEME=1',
212 ], 211 ],
213 }], 212 }],
214 ], 213 ],
215 }, 214 },
216 } 215 }
OLDNEW
« no previous file with comments | « Source/WebCore/rendering/RenderObject.cpp ('k') | Tools/Scripts/webkitpy/layout_tests/port/base.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698