| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index 711235247052e8410060f8cc8e086cf9401f0e04..012bd921aa2843180124379f5af56a15d5cf6c48 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -1126,6 +1126,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',
|
| ],
|
| @@ -1138,6 +1139,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',
|
|
|