Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(873)

Unified Diff: blimp/client/BUILD.gn

Issue 2249283003: Hooks together Geolocation Feature in the Client and Engine. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lai
Patch Set: Addresses nyquist's #9 comments. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: blimp/client/BUILD.gn
diff --git a/blimp/client/BUILD.gn b/blimp/client/BUILD.gn
index 8c536ea8b5ecca4f9354073b3ee1d7d2e412d1b0..318b0b9445537dbf8a333030c4502efb7af49f70 100644
--- a/blimp/client/BUILD.gn
+++ b/blimp/client/BUILD.gn
@@ -18,6 +18,7 @@ source_set("session") {
public_deps = [
":feature",
"//blimp/client/core:switches",
+ "//blimp/client/core/geolocation",
"//ui/events",
]
@@ -108,6 +109,7 @@ source_set("feature") {
"//cc",
"//cc/proto",
"//components/url_formatter",
+ "//device/geolocation:device_geolocation",
"//net:net",
"//skia",
"//ui/base/ime:text_input_types",
« no previous file with comments | « no previous file | blimp/client/core/blimp_client_context_impl.h » ('j') | blimp/client/core/blimp_client_context_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698