22 lines
461 B
Text
22 lines
461 B
Text
|
Index: content/gpu/BUILD.gn
|
||
|
--- content/gpu/BUILD.gn.orig
|
||
|
+++ content/gpu/BUILD.gn
|
||
|
@@ -104,6 +104,17 @@ target(link_target_type, "gpu_sources") {
|
||
|
}
|
||
|
}
|
||
|
|
||
|
+ if (is_bsd) {
|
||
|
+ sources -= [
|
||
|
+ "gpu_sandbox_hook_linux.cc",
|
||
|
+ "gpu_sandbox_hook_linux.h",
|
||
|
+ ]
|
||
|
+ sources += [
|
||
|
+ "gpu_sandbox_hook_bsd.cc",
|
||
|
+ "gpu_sandbox_hook_bsd.h",
|
||
|
+ ]
|
||
|
+ }
|
||
|
+
|
||
|
if (is_chromeos_ash) {
|
||
|
deps += [
|
||
|
"//components/services/font/public/cpp",
|