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

Unified Diff: content/content_browser.gypi

Issue 586163003: Basic implementation of GeofencingManager class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@geofencing5
Patch Set: minor cleanup 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
« no previous file with comments | « content/common/geofencing_status.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index c554b2130a30b66347f1dee93ea991134bce33cd..e45d1481c94f73827151e521524bad6dc934db96 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -676,6 +676,9 @@
'browser/gamepad/xbox_data_fetcher_mac.h',
'browser/geofencing/geofencing_dispatcher_host.cc',
'browser/geofencing/geofencing_dispatcher_host.h',
+ 'browser/geofencing/geofencing_manager.cc',
+ 'browser/geofencing/geofencing_manager.h',
+ 'browser/geofencing/geofencing_provider.h',
'browser/geolocation/empty_wifi_data_provider.cc',
'browser/geolocation/empty_wifi_data_provider.h',
'browser/geolocation/geolocation_dispatcher_host.cc',
« no previous file with comments | « content/common/geofencing_status.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698