| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index c30dea0bf08f784dfc36f19cf40454a42baac6eb..b52a66695cf400097d8103906d514cf2a4897d1e 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -402,12 +402,16 @@ source_set("browser") {
|
| if (is_linux) {
|
| if (use_dbus) {
|
| sources -= [
|
| + "battery_status/battery_status_manager_default.cc",
|
| "geolocation/empty_wifi_data_provider.cc",
|
| ]
|
| deps += [ "//dbus" ]
|
| } else {
|
| # This will already have gotten removed for all non-Linux cases.
|
| - sources -= [ "geolocation/wifi_data_provider_linux.cc" ]
|
| + sources -= [
|
| + "battery_status/battery_status_manager_linux.cc",
|
| + "geolocation/wifi_data_provider_linux.cc",
|
| + ]
|
| }
|
| }
|
| }
|
|
|