Index: blimp/engine/BUILD.gn |
diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn |
index 036420148236a79fe65f8a581740c4a785cf24c2..78181746f90f90f9d5233cde2a5d1b3d1b15c6e3 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", |
] |
} |
@@ -277,6 +278,7 @@ source_set("feature") { |
"//blimp/net", |
"//content/public/browser", |
"//content/public/common", |
+ "//device/geolocation:device_geolocation", |
"//net", |
"//ui/base", |
"//ui/base/ime", |