blob: 4bf67b11a980d5905f7deaca1f897e8126ad20a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- gpu/ipc/client/BUILD.gn.orig 2017-08-03 00:05:13.000000000 +0200
+++ gpu/ipc/client/BUILD.gn 2017-08-10 04:16:23.803613000 +0200
@@ -35,7 +35,7 @@
"gpu_process_hosted_ca_layer_tree_params.h",
]
}
- if (is_linux) {
+ if (is_linux || is_bsd) {
sources += [
"gpu_memory_buffer_impl_native_pixmap.cc",
"gpu_memory_buffer_impl_native_pixmap.h",
@@ -44,6 +44,7 @@
configs += [
"//build/config/compiler:no_size_t_to_int_warning",
"//gpu:gpu_implementation",
+ "//build/config/linux:x11",
]
deps = [
"//base",
|