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

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: 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/core/geolocation/BUILD.gn
diff --git a/blimp/client/core/geolocation/BUILD.gn b/blimp/client/core/geolocation/BUILD.gn
index 65e72e108c0e7bd35837e9b2ccbc354311aace57..4a6449a618d7f4c43fe8fc375db999a200034050 100644
--- a/blimp/client/core/geolocation/BUILD.gn
+++ b/blimp/client/core/geolocation/BUILD.gn
@@ -10,10 +10,13 @@ if (is_android) {
source_set("geolocation") {
visibility = [
"//blimp/client/core",
+ "//blimp/client:session",
"//blimp/engine:browser_tests",
]
sources = [
+ "blimp_location_provider.cc",
+ "blimp_location_provider.h",
"geolocation_feature.cc",
"geolocation_feature.h",
]

Powered by Google App Engine
This is Rietveld 408576698