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

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 #32 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
« no previous file with comments | « no previous file | blimp/client/DEPS » ('j') | blimp/client/core/blimp_client_context_impl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/BUILD.gn
diff --git a/blimp/client/BUILD.gn b/blimp/client/BUILD.gn
index 77f3880004520ed6d19aa2eafcc912a100968f69..f847675269f6c727c95b818b3328a3745a0e83ba 100644
--- a/blimp/client/BUILD.gn
+++ b/blimp/client/BUILD.gn
@@ -18,7 +18,9 @@ source_set("session") {
public_deps = [
"//blimp/client/core",
"//blimp/client/core:switches",
+ "//blimp/client/core/geolocation",
"//blimp/common/proto",
+ "//device/geolocation:device_geolocation",
"//ui/events",
]
« no previous file with comments | « no previous file | blimp/client/DEPS » ('j') | blimp/client/core/blimp_client_context_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698