aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-gpu_ipc_service_BUILD.gn
blob: 174f55057291d3e733198c2546101009cfab216d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- gpu/ipc/service/BUILD.gn.orig	2017-08-03 00:05:13.000000000 +0200
+++ gpu/ipc/service/BUILD.gn	2017-08-10 04:15:47.963951000 +0200
@@ -112,7 +112,7 @@
     ]
     libs += [ "android" ]
   }
-  if (is_linux) {
+  if (is_linux || is_bsd) {
     sources += [
       "gpu_memory_buffer_factory_native_pixmap.cc",
       "gpu_memory_buffer_factory_native_pixmap.h",
@@ -120,7 +120,7 @@
     ]
   }
   if (use_x11) {
-    sources += [ "x_util.h" ]
+    sources += [ "//build/config/linux:x11" ]
   }
   if (use_ozone) {
     deps += [ "//ui/ozone" ]