Index: blimp/client/BUILD.gn |
diff --git a/blimp/client/BUILD.gn b/blimp/client/BUILD.gn |
index 8c536ea8b5ecca4f9354073b3ee1d7d2e412d1b0..318b0b9445537dbf8a333030c4502efb7af49f70 100644 |
--- a/blimp/client/BUILD.gn |
+++ b/blimp/client/BUILD.gn |
@@ -18,6 +18,7 @@ source_set("session") { |
public_deps = [ |
":feature", |
"//blimp/client/core:switches", |
+ "//blimp/client/core/geolocation", |
"//ui/events", |
] |
@@ -108,6 +109,7 @@ source_set("feature") { |
"//cc", |
"//cc/proto", |
"//components/url_formatter", |
+ "//device/geolocation:device_geolocation", |
"//net:net", |
"//skia", |
"//ui/base/ime:text_input_types", |