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: Source/modules/modules.gypi

Issue 393533002: Pass through the geofencing API calls to the content layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@geofencing2
Patch Set: Created 6 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: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index e6dd7e1e3dc89c7418888b9a6bcbda5f9f4d539c..c0e44b1bbb3f3e6c83f637c8216328a7f074c9c7 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -438,7 +438,11 @@
'geolocation/CircularRegion.cpp',
'geolocation/CircularRegion.h',
'geolocation/Coordinates.cpp',
+ 'geolocation/GeofencingController.cpp',
+ 'geolocation/GeofencingController.h',
'geolocation/GeofencingRegion.h',
+ 'geolocation/GeofencingError.cpp',
+ 'geolocation/GeofencingError.h',
'geolocation/Geolocation.cpp',
'geolocation/GeolocationController.cpp',
'geolocation/GeolocationInspectorAgent.cpp',

Powered by Google App Engine
This is Rietveld 408576698