| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index 6f75b7b355d67c62ad2848278fe97868c707cdeb..cc8988cbd3a2b82dd11fd2c3118b7ee176801a95 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',
|
| @@ -211,6 +212,8 @@
|
| 'filesystem/WindowFileSystem.idl',
|
| 'filesystem/WorkerGlobalScopeFileSystem.idl',
|
| 'gamepad/NavigatorGamepad.idl',
|
| + 'geofencing/NavigatorGeofencing.idl',
|
| + 'geofencing/WorkerNavigatorGeofencing.idl',
|
| 'geolocation/NavigatorGeolocation.idl',
|
| 'imagebitmap/ImageBitmapFactories.idl',
|
| 'imagebitmap/WindowImageBitmapFactories.idl',
|
| @@ -439,10 +442,16 @@
|
| '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',
|
| + 'geofencing/WorkerNavigatorGeofencing.cpp',
|
| + 'geofencing/WorkerNavigatorGeofencing.h',
|
| 'geolocation/Coordinates.cpp',
|
| - 'geolocation/GeofencingRegion.h',
|
| 'geolocation/Geolocation.cpp',
|
| 'geolocation/GeolocationController.cpp',
|
| 'geolocation/GeolocationInspectorAgent.cpp',
|
|
|