chromium 11.0.969.72
[chromium.git] / patches / patch-third__party_WebKit_Source_WebKit_chromium_WebKit.gyp
1 $NetBSD$
2
3 --- third_party/WebKit/Source/WebKit/chromium/WebKit.gyp.orig   2011-04-13 08:12:10.000000000 +0000
4 +++ third_party/WebKit/Source/WebKit/chromium/WebKit.gyp
5 @@ -618,7 +618,7 @@
6                  }, {
7                      'type': '<(webkit_target_type)'
8                  }],
9 -                ['OS=="linux" or OS=="freebsd"', {
10 +                ['OS=="linux" or OS=="dragonfly" or OS=="freebsd" or OS=="netbsd" or OS=="openbsd"', {
11                      'dependencies': [
12                          '<(chromium_src_dir)/build/linux/system.gyp:fontconfig',
13                          '<(chromium_src_dir)/build/linux/system.gyp:gtk',
14 @@ -824,7 +824,7 @@
15                                  'tests/DragImageTest.cpp',
16                              ],
17                          }],
18 -                        ['OS=="linux" or OS=="freebsd"', {
19 +                        ['OS=="linux" or OS=="dragonfly" or OS=="freebsd" or OS=="netbsd" or OS=="openbsd"', {
20                              'sources': [
21                                  'tests/WebInputEventFactoryTestGtk.cpp',
22                              ],
23 @@ -994,7 +994,7 @@
24                          ['exclude', 'Mac\\.cpp$'],
25                      ],
26                  }],
27 -                ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
28 +                ['OS=="linux" or OS=="dragonfly" or OS=="freebsd" or OS=="netbsd" or OS=="openbsd" or OS=="solaris"', {
29                      'dependencies': [
30                          '<(chromium_src_dir)/build/linux/system.gyp:fontconfig',
31                          '<(chromium_src_dir)/build/linux/system.gyp:gtk',
32 @@ -1055,7 +1055,7 @@
33                          'INFOPLIST_FILE': '../../../Tools/DumpRenderTree/TestNetscapePlugIn/mac/Info.plist',
34                      },
35                  }],
36 -                ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
37 +                ['OS=="linux" or OS=="dragonfly" or OS=="freebsd" or OS=="netbsd" or OS=="openbsd" or OS=="solaris"', {
38                      'cflags': [
39                          '-fvisibility=default',
40                      ],
41 @@ -1095,7 +1095,7 @@
42                          'files': ['<(PRODUCT_DIR)/TestNetscapePlugIn.plugin/'],
43                      }],
44                  }],
45 -                ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
46 +                ['OS=="linux" or OS=="dragonfly" or OS=="freebsd" or OS=="netbsd" or OS=="openbsd" or OS=="solaris"', {
47                      'copies': [{
48                          'destination': '<(PRODUCT_DIR)/plugins',
49                          'files': ['<(PRODUCT_DIR)/libTestNetscapePlugIn.so'],