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

Unified Diff: Source/modules/modules.gypi

Issue 464073002: Pass through geofencing API calls to the content layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 1cb0182c30112f7354a6018a1c19e85297c51f4e..e55d46da939aaf63ac27d09a422c93b63286480c 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -221,6 +221,7 @@
'filesystem/WorkerGlobalScopeFileSystem.idl',
'gamepad/NavigatorGamepad.idl',
'geofencing/NavigatorGeofencing.idl',
+ 'geofencing/WorkerNavigatorGeofencing.idl',
'geolocation/NavigatorGeolocation.idl',
'indexeddb/WindowIndexedDatabase.idl',
'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
@@ -461,9 +462,14 @@
'geofencing/CircularRegion.h',
'geofencing/Geofencing.cpp',
'geofencing/Geofencing.h',
+ 'geofencing/GeofencingError.cpp',
+ 'geofencing/GeofencingError.h',
+ 'geofencing/GeofencingRegion.cpp',
'geofencing/GeofencingRegion.h',
'geofencing/NavigatorGeofencing.cpp',
'geofencing/NavigatorGeofencing.h',
+ 'geofencing/WorkerNavigatorGeofencing.cpp',
+ 'geofencing/WorkerNavigatorGeofencing.h',
'geolocation/Coordinates.cpp',
'geolocation/Geolocation.cpp',
'geolocation/GeolocationController.cpp',

Powered by Google App Engine
This is Rietveld 408576698