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

Unified Diff: device/geolocation/BUILD.gn

Issue 2975683002: Add GeolocationManager service (Closed)
Patch Set: Fix Windows dll-interface problem Created 3 years, 5 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: device/geolocation/BUILD.gn
diff --git a/device/geolocation/BUILD.gn b/device/geolocation/BUILD.gn
index 51b12846c8e3bc1d4561117354a7a21c87c31ea5..b7c1f48d2abc2531d9654c35ad1a9cc7ae1ad991 100644
--- a/device/geolocation/BUILD.gn
+++ b/device/geolocation/BUILD.gn
@@ -21,6 +21,8 @@ component("geolocation") {
"geolocation_delegate.cc",
"geolocation_delegate.h",
"geolocation_export.h",
+ "geolocation_manager.cc",
+ "geolocation_manager.h",
"geolocation_provider.h",
"geolocation_provider_impl.cc",
"geolocation_provider_impl.h",

Powered by Google App Engine
This is Rietveld 408576698