summaryrefslogtreecommitdiffstats
path: root/www/chromium/files/patch-device_geolocation_BUILD.gn
blob: e7a65f9c803db9e4d9d67ce3b59d1bfafa454864 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- device/geolocation/BUILD.gn.orig	2017-01-26 00:49:14 UTC
+++ device/geolocation/BUILD.gn
@@ -89,7 +89,7 @@ component("geolocation") {
   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) {
OpenPOWER on IntegriCloud