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

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: Put TestingLocationArbitrator out of anonymous namespace. Created 4 years, 3 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 | « blimp/client/core/blimp_client_context_impl.cc ('k') | blimp/client/session/blimp_client_session.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « blimp/client/core/blimp_client_context_impl.cc ('k') | blimp/client/session/blimp_client_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698