| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index 955b1831372ebb6716a04e88b12ca448487f52a2..c3efc539820c8a0ce404a5d2b368525cc62f06fb 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -220,6 +220,7 @@
|
| 'filesystem/WorkerGlobalScopeFileSystem.idl',
|
| 'gamepad/NavigatorGamepad.idl',
|
| 'geofencing/NavigatorGeofencing.idl',
|
| + 'geofencing/ServiceWorkerRegistrationGeofencing.idl',
|
| 'geofencing/WorkerNavigatorGeofencing.idl',
|
| 'geolocation/NavigatorGeolocation.idl',
|
| 'indexeddb/WindowIndexedDatabase.idl',
|
| @@ -498,6 +499,8 @@
|
| 'geofencing/GeofencingRegion.h',
|
| 'geofencing/NavigatorGeofencing.cpp',
|
| 'geofencing/NavigatorGeofencing.h',
|
| + 'geofencing/ServiceWorkerRegistrationGeofencing.cpp',
|
| + 'geofencing/ServiceWorkerRegistrationGeofencing.h',
|
| 'geofencing/WorkerNavigatorGeofencing.cpp',
|
| 'geofencing/WorkerNavigatorGeofencing.h',
|
| 'geolocation/Coordinates.cpp',
|
|
|