chromium 11.0.969.72
[chromium.git] / patches / patch-build_features__override.gypi
1 $NetBSD$
2
3 --- build/features_override.gypi.orig   2011-04-13 08:01:33.000000000 +0000
4 +++ build/features_override.gypi
5 @@ -72,7 +72,7 @@
6      'enable_svg%': '<(enable_svg)',
7      'enable_touch_events%': '<(enable_touch_events)',
8      'conditions': [
9 -      ['(OS=="win" or OS=="linux" or OS=="mac") and use_accelerated_compositing==1', {
10 +      ['(OS=="win" or OS=="linux" or OS=="dragonfly" or OS=="freebsd" or OS=="netbsd" or OS=="openbsd" or OS=="mac") and use_accelerated_compositing==1', {
11          'feature_defines': [
12            'WTF_USE_ACCELERATED_COMPOSITING=1',
13            'ENABLE_3D_RENDERING=1',