summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui__surface__surface.gyp
blob: d34f5bfb888599ae11337fd0fbff41187de25c63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- ui/surface/surface.gyp.orig	2011-09-09 21:37:36.000000000 +0300
+++ ui/surface/surface.gyp	2011-09-09 21:45:23.000000000 +0300
@@ -14,6 +14,14 @@
           '<(DEPTH)/third_party/angle/include',
         ],
       }],
+      ['OS == "freebsd"', {
+        'sources!': [
+          'transport_dib_linux.cc',
+        ],
+        'sources': [
+          'transport_dib_freebsd.cc',
+        ],
+      }],
     ],
   },
   'targets': [