Index: blimp/client/BUILD.gn |
diff --git a/blimp/client/BUILD.gn b/blimp/client/BUILD.gn |
index 21dec66609ce2cad39c0b3d8d68a7919f293652c..67105128894e09fbac33f265c8377f689f6b9d4b 100644 |
--- a/blimp/client/BUILD.gn |
+++ b/blimp/client/BUILD.gn |
@@ -18,6 +18,8 @@ source_set("session") { |
public_deps = [ |
":feature", |
"//blimp/client/core:switches", |
+ "//blimp/client/core/geolocation", |
+ "//device/geolocation:device_geolocation", |
"//ui/events", |
] |
@@ -111,6 +113,7 @@ source_set("feature") { |
"//cc", |
"//cc/proto", |
"//components/url_formatter", |
+ "//device/geolocation:device_geolocation", |
"//net:net", |
"//skia", |
"//ui/gfx/geometry:geometry", |