| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 66f7d79223894dbef75be260585038e2363a13b4..11631ec1a910458cebf64ef8f5249e940edbe50f 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -293,7 +293,6 @@ source_set("browser") {
|
| # android, chromeos, linux and use_dbus.
|
| if (is_android) {
|
| sources -= [ "geolocation/wifi_data_provider_common.cc" ]
|
| - deps += [ "//webkit/common/gpu" ]
|
| }
|
| if (is_chromeos || (is_linux && !use_dbus)) {
|
| sources -= [ "geolocation/wifi_data_provider_linux.cc" ]
|
|
|