| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index 1c16f428df1b6f31baaad9056256d5a7b6f0bad6..47d275c6a0cbd10b8eee0223d52a3b665ae057cd 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -130,6 +130,7 @@
|
| 'serviceworkers/ServiceWorkerClients.idl',
|
| 'serviceworkers/ServiceWorkerContainer.idl',
|
| 'serviceworkers/ServiceWorkerGlobalScope.idl',
|
| + 'serviceworkers/ServiceWorkerRegistration.idl',
|
| 'speech/SpeechGrammar.idl',
|
| 'speech/SpeechGrammarList.idl',
|
| 'speech/SpeechRecognition.idl',
|
| @@ -694,6 +695,8 @@
|
| 'serviceworkers/ServiceWorkerGlobalScope.h',
|
| 'serviceworkers/ServiceWorkerGlobalScopeClient.cpp',
|
| 'serviceworkers/ServiceWorkerGlobalScopeClient.h',
|
| + 'serviceworkers/ServiceWorkerRegistration.cpp',
|
| + 'serviceworkers/ServiceWorkerRegistration.h',
|
| 'serviceworkers/ServiceWorkerThread.cpp',
|
| 'serviceworkers/ServiceWorkerThread.h',
|
| 'serviceworkers/WaitUntilObserver.cpp',
|
|
|