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

Unified Diff: blimp/client/core/geolocation/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: Merge with master. 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/core/geolocation/BUILD.gn
diff --git a/blimp/client/core/geolocation/BUILD.gn b/blimp/client/core/geolocation/BUILD.gn
index 58234b28d698f605da4bae9ac106b6b2bf50833e..5d3f2c7627734202b1e2daf14bd4732453407f63 100644
--- a/blimp/client/core/geolocation/BUILD.gn
+++ b/blimp/client/core/geolocation/BUILD.gn
@@ -10,6 +10,7 @@ if (is_android) {
source_set("geolocation") {
visibility = [
"//blimp/client/core/*",
+ "//blimp/client:session",
"//blimp/engine:browser_tests",
]

Powered by Google App Engine
This is Rietveld 408576698