summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-net_dns_BUILD.gn
blob: 05edcc259af77c7595d4fd7573956b835f67506b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- net/dns/BUILD.gn.orig	2022-02-07 13:39:41 UTC
+++ net/dns/BUILD.gn
@@ -112,7 +112,7 @@ source_set("dns") {
       "dns_config_service_android.cc",
       "dns_config_service_android.h",
     ]
-  } else if (is_linux) {
+  } else if (is_linux && !is_bsd) {
     sources += [
       "dns_config_service_linux.cc",
       "dns_config_service_linux.h",