aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-services_audio_BUILD.gn
blob: e89839210f017a04ea8e26b16deae8d7054b231b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- services/audio/BUILD.gn.orig	2019-04-30 22:22:56 UTC
+++ services/audio/BUILD.gn
@@ -99,7 +99,7 @@ source_set("lib") {
     "//services/service_manager/sandbox:sandbox",
   ]
 
-  if (is_linux) {
+  if ((is_linux) && (!is_bsd)) {
     sources += [
       "audio_sandbox_hook_linux.cc",
       "audio_sandbox_hook_linux.h",