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

Unified Diff: content/content_browser.gypi

Issue 628773003: Partially convert geolocation IPC to Mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Process review, add security OWNERS Created 6 years, 2 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: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 09220a42b8d7e4360d845e8ef680e6fd2707fad7..7e9683455e961f90b3bb2cd0c45599369d521524 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -683,6 +683,10 @@
'browser/geolocation/geolocation_dispatcher_host.h',
'browser/geolocation/geolocation_provider_impl.cc',
'browser/geolocation/geolocation_provider_impl.h',
+ 'browser/geolocation/geolocation_service_context.cc',
+ 'browser/geolocation/geolocation_service_context.h',
+ 'browser/geolocation/geolocation_service_impl.cc',
+ 'browser/geolocation/geolocation_service_impl.h',
'browser/geolocation/location_api_adapter_android.cc',
'browser/geolocation/location_api_adapter_android.h',
'browser/geolocation/location_arbitrator.h',

Powered by Google App Engine
This is Rietveld 408576698