Chromium Code Reviews| Index: build/common.gypi |
| =================================================================== |
| --- build/common.gypi (revision 102353) |
| +++ build/common.gypi (working copy) |
| @@ -208,8 +208,11 @@ |
| 'enable_webrtc%': 1, |
| 'conditions': [ |
| + # TODO(epoger): Figure out how to set use_skia=1 for Mac outside of |
|
Mihai Parparita -not on Chrome
2011/09/23 15:55:20
When you tried to move out out of the conditions b
|
| + # the 'conditions' clause. Initial attempts resulted in chromium and |
| + # webkit disagreeing on its setting. |
| ['OS=="mac"', { |
| - 'use_skia%': 0, |
| + 'use_skia%': 1, |
| # Mac uses clang by default, so turn on the plugin as well. |
| 'clang_use_chrome_plugins%': 1, |
| }, { |