| Index: blimp/client/core/BUILD.gn
|
| diff --git a/blimp/client/core/BUILD.gn b/blimp/client/core/BUILD.gn
|
| index df933ea787321819427c34218bfdfdbe7bc16f61..d6e46f56e6fec78f6a853e376c2511e762f1af8b 100644
|
| --- a/blimp/client/core/BUILD.gn
|
| +++ b/blimp/client/core/BUILD.gn
|
| @@ -102,11 +102,13 @@ source_set("context") {
|
| "//blimp/client/core/contents",
|
| "//blimp/client/core/session",
|
| "//blimp/client/public:public_headers",
|
| + "//device/geolocation:device_geolocation",
|
| "//url",
|
| ]
|
|
|
| deps = [
|
| ":switches",
|
| + "//blimp/client/core/geolocation",
|
| "//blimp/client/core/settings",
|
| ]
|
|
|
| @@ -167,6 +169,7 @@ if (is_android) {
|
| ":switches_java",
|
| "//blimp/client/core/contents:contents_java",
|
| "//blimp/client/core/settings:settings_java",
|
| + "//device/geolocation:geolocation_java",
|
| ]
|
| }
|
|
|
|
|