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

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: only support circular regions for now Created 6 years, 3 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 de1114e4c20d6ede6ccf9b3b7bb1b8c86be0a1f6..3ab64dc02a2b6e7761481da6557a4cbacb04ec39 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -59,7 +59,7 @@
'gamepad/GamepadList.idl',
'gamepad/WebKitGamepad.idl',
'gamepad/WebKitGamepadList.idl',
- 'geofencing/CircularRegion.idl',
+ 'geofencing/CircularGeofencingRegion.idl',
'geofencing/Geofencing.idl',
'geofencing/GeofencingRegion.idl',
'geolocation/Coordinates.idl',
@@ -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,13 +462,17 @@
'gamepad/WebKitGamepad.h',
'gamepad/WebKitGamepadList.cpp',
'gamepad/WebKitGamepadList.h',
- 'geofencing/CircularRegion.cpp',
- 'geofencing/CircularRegion.h',
+ 'geofencing/CircularGeofencingRegion.cpp',
+ 'geofencing/CircularGeofencingRegion.h',
'geofencing/Geofencing.cpp',
'geofencing/Geofencing.h',
+ 'geofencing/GeofencingError.cpp',
+ 'geofencing/GeofencingError.h',
'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