| Index: blimp/client/BUILD.gn
|
| diff --git a/blimp/client/BUILD.gn b/blimp/client/BUILD.gn
|
| index 8c536ea8b5ecca4f9354073b3ee1d7d2e412d1b0..9718112d86712acef19232c1d91fcd23370ee60c 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",
|
| ]
|
|
|
| @@ -108,6 +110,7 @@ source_set("feature") {
|
| "//cc",
|
| "//cc/proto",
|
| "//components/url_formatter",
|
| + "//device/geolocation:device_geolocation",
|
| "//net:net",
|
| "//skia",
|
| "//ui/base/ime:text_input_types",
|
|
|