| 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',
|
|
|