aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-gpu_ipc_service_BUILD.gn
blob: ccd02657d8f7ddd6ef441258285dd2fde16f8a55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- gpu/ipc/service/BUILD.gn.orig	2017-06-05 19:03:08 UTC
+++ gpu/ipc/service/BUILD.gn
@@ -118,8 +118,11 @@ target(link_target_type, "ipc_service_sources") {
       "image_transport_surface_linux.cc",
     ]
   }
+  if (is_bsd) {
+    sources += [ "image_transport_surface_linux.cc" ]
+  }
   if (use_x11) {
-    sources += [ "x_util.h" ]
+    sources += [ "//build/config/linux:x11" ]
   }
   if (use_ozone) {
     deps += [ "//ui/ozone" ]