Index: content/browser/BUILD.gn |
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn |
index 3ee0cacec656341f731e810757992c13e34eddb2..3a28e3dc8e9f2b04f53edbc05595039794f0c7f1 100644 |
--- a/content/browser/BUILD.gn |
+++ b/content/browser/BUILD.gn |
@@ -293,6 +293,7 @@ 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" ] |