Index: blimp/client/core/geolocation/BUILD.gn |
diff --git a/blimp/client/core/geolocation/BUILD.gn b/blimp/client/core/geolocation/BUILD.gn |
index 65e72e108c0e7bd35837e9b2ccbc354311aace57..4a6449a618d7f4c43fe8fc375db999a200034050 100644 |
--- a/blimp/client/core/geolocation/BUILD.gn |
+++ b/blimp/client/core/geolocation/BUILD.gn |
@@ -10,10 +10,13 @@ if (is_android) { |
source_set("geolocation") { |
visibility = [ |
"//blimp/client/core", |
+ "//blimp/client:session", |
"//blimp/engine:browser_tests", |
] |
sources = [ |
+ "blimp_location_provider.cc", |
+ "blimp_location_provider.h", |
"geolocation_feature.cc", |
"geolocation_feature.h", |
] |