aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-net_dns_BUILD.gn
blob: de2a4effb5635c727a35ad0f1e5e3ab158f41a67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- net/dns/BUILD.gn.orig	2021-07-19 18:45:19 UTC
+++ net/dns/BUILD.gn
@@ -110,7 +110,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",