chromium 11.0.969.72
[chromium.git] / patches / patch-ui_gfx_gfx.gyp
1 $NetBSD$
2
3 --- ui/gfx/gfx.gyp.orig 2011-05-24 08:01:59.000000000 +0000
4 +++ ui/gfx/gfx.gyp
5 @@ -66,7 +66,7 @@
6              },
7            }
8          }],
9 -        ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
10 +        ['OS=="linux" or OS=="dragonfly" or OS=="freebsd" or OS=="netbsd" or OS=="openbsd"', {
11            'dependencies': [
12              '../../build/linux/system.gyp:gtk',
13            ],
14 @@ -168,7 +168,7 @@
15              '<(DEPTH)/third_party/wtl/include',
16            ],
17          }],
18 -        ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
19 +        ['OS=="linux" or OS=="dragonfly" or OS=="freebsd" or OS=="netbsd" or OS=="openbsd"', {
20            'dependencies': [
21              # font_gtk.cc uses fontconfig.
22              # TODO(evanm): I think this is wrong; it should just use GTK.