blob: 1f4d0ae14b36f42731036c112d2c78e8989a7356 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- device/geolocation/BUILD.gn.orig 2017-04-19 19:06:34 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) {
|