summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-device_geolocation_BUILD.gn
blob: 682d0d88105a509499c8ac57d2a4fe7d9ba9e3d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- device/geolocation/BUILD.gn.orig	2016-10-06 04:02:19.000000000 +0300
+++ device/geolocation/BUILD.gn	2016-10-13 13:27:05.983826000 +0300
@@ -93,7 +93,7 @@
   if (is_android) {
     sources -= [ "wifi_data_provider_common.cc" ]
   }
-  if (is_chromeos || (is_linux && !use_dbus)) {
+  if (is_chromeos || (is_linux && !use_dbus) || is_bsd) {
     sources -= [ "wifi_data_provider_linux.cc" ]
   }
   if (is_linux && use_dbus) {