Chromium Code Reviews| Index: build/features_override.gypi |
| diff --git a/build/features_override.gypi b/build/features_override.gypi |
| index 622afb3b7d83cab4e33e669d21f3348ca696f86f..a03e0b84876909064a28ada3299c266b74d47216 100644 |
| --- a/build/features_override.gypi |
| +++ b/build/features_override.gypi |
| @@ -88,7 +88,7 @@ |
| 'enable_svg%': '<(enable_svg)', |
| 'enable_touch_events%': '<(enable_touch_events)', |
| 'conditions': [ |
| - ['(OS=="win" or OS=="linux" or OS=="mac") and use_accelerated_compositing==1', { |
| + ['use_accelerated_compositing==1', { |
|
tony
2011/05/09 20:13:18
Same thing as disable_nacl, seems like we should b
|
| 'feature_defines': [ |
| 'WTF_USE_ACCELERATED_COMPOSITING=1', |
| 'ENABLE_3D_RENDERING=1', |