| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index fd731cb56cd6f61331f38ec709bc1927763891d0..97bfe6e95da409d53535a4616ce79c5b43683854 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -1089,6 +1089,7 @@
|
| 'modules_testing_dependency_idl_files' : [
|
| 'geolocation/testing/InternalsGeolocation.idl',
|
| 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
|
| + 'serviceworkers/testing/InternalsServiceWorker.idl',
|
| 'speech/testing/InternalsSpeechSynthesis.idl',
|
| 'vibration/testing/InternalsVibration.idl',
|
| ],
|
| @@ -1101,6 +1102,8 @@
|
| 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.h',
|
| 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp',
|
| 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h',
|
| + 'serviceworkers/testing/InternalsServiceWorker.cpp',
|
| + 'serviceworkers/testing/InternalsServiceWorker.h',
|
| 'speech/testing/InternalsSpeechSynthesis.cpp',
|
| 'speech/testing/InternalsSpeechSynthesis.h',
|
| 'speech/testing/PlatformSpeechSynthesizerMock.cpp',
|
|
|