Index: Source/modules/modules.gypi |
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi |
index b5e39710ec719ad89128531dff1b37456b7e8a73..4978061aa54b7e5d0e1853da9d2389b041eabbd8 100644 |
--- a/Source/modules/modules.gypi |
+++ b/Source/modules/modules.gypi |
@@ -55,9 +55,10 @@ |
'gamepad/GamepadList.idl', |
'gamepad/WebKitGamepad.idl', |
'gamepad/WebKitGamepadList.idl', |
- 'geolocation/CircularRegion.idl', |
+ 'geofencing/CircularRegion.idl', |
+ 'geofencing/Geofencing.idl', |
+ 'geofencing/GeofencingRegion.idl', |
'geolocation/Coordinates.idl', |
- 'geolocation/GeofencingRegion.idl', |
'geolocation/Geolocation.idl', |
'geolocation/Geoposition.idl', |
'geolocation/PositionCallback.idl', |
@@ -213,6 +214,7 @@ |
'filesystem/WindowFileSystem.idl', |
'filesystem/WorkerGlobalScopeFileSystem.idl', |
'gamepad/NavigatorGamepad.idl', |
+ 'geofencing/NavigatorGeofencing.idl', |
'geolocation/NavigatorGeolocation.idl', |
'imagebitmap/ImageBitmapFactories.idl', |
'imagebitmap/WindowImageBitmapFactories.idl', |
@@ -441,10 +443,14 @@ |
'gamepad/WebKitGamepad.h', |
'gamepad/WebKitGamepadList.cpp', |
'gamepad/WebKitGamepadList.h', |
- 'geolocation/CircularRegion.cpp', |
- 'geolocation/CircularRegion.h', |
+ 'geofencing/CircularRegion.cpp', |
+ 'geofencing/CircularRegion.h', |
+ 'geofencing/Geofencing.cpp', |
+ 'geofencing/Geofencing.h', |
+ 'geofencing/GeofencingRegion.h', |
+ 'geofencing/NavigatorGeofencing.cpp', |
+ 'geofencing/NavigatorGeofencing.h', |
'geolocation/Coordinates.cpp', |
- 'geolocation/GeofencingRegion.h', |
'geolocation/Geolocation.cpp', |
'geolocation/GeolocationController.cpp', |
'geolocation/GeolocationInspectorAgent.cpp', |