| Index: blimp/engine/BUILD.gn
|
| diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn
|
| index d05841c91a9227715902dfbe9e6c3aa8fb0407f2..af656461a1a12be4b98c2ac6f1f53d1139bced60 100644
|
| --- a/blimp/engine/BUILD.gn
|
| +++ b/blimp/engine/BUILD.gn
|
| @@ -84,6 +84,7 @@ source_set("app") {
|
| "//content/public/common",
|
| "//content/public/renderer",
|
| "//content/public/utility",
|
| + "//device/geolocation:device_geolocation",
|
| "//net",
|
| ]
|
| }
|
| @@ -279,6 +280,7 @@ source_set("feature") {
|
| "//blimp/net",
|
| "//content/public/browser",
|
| "//content/public/common",
|
| + "//device/geolocation:device_geolocation",
|
| "//net",
|
| "//ui/base",
|
| "//ui/base/ime",
|
| @@ -340,6 +342,7 @@ source_set("session") {
|
| "//blimp/common/proto",
|
| "//blimp/net",
|
| "//content/public/browser",
|
| + "//device/geolocation:device_geolocation",
|
| "//net",
|
| "//ui/aura",
|
| "//ui/base/ime",
|
| @@ -464,6 +467,7 @@ source_set("feature_unit_tests") {
|
| "//blimp/net:test_support",
|
| "//content",
|
| "//content/public/browser",
|
| + "//device/geolocation:device_geolocation",
|
| "//net",
|
| "//net:test_support",
|
| "//testing/gmock",
|
|
|