| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |