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