| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index 3094a3ec25c34fbeeaf4954989fe61cc3c047674..74ba14c77976fd4bfaf8eb546343976b9b3d70cb 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -928,6 +928,7 @@
|
| # 'partial interface' or target (right side of) 'implements'
|
| 'modules_testing_dependency_idl_files' : [
|
| 'geolocation/testing/InternalsGeolocation.idl',
|
| + 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
|
| 'speech/testing/InternalsSpeechSynthesis.idl',
|
| 'vibration/testing/InternalsVibration.idl',
|
| ],
|
| @@ -936,6 +937,10 @@
|
| 'geolocation/testing/GeolocationClientMock.h',
|
| 'geolocation/testing/InternalsGeolocation.cpp',
|
| 'geolocation/testing/InternalsGeolocation.h',
|
| + 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp',
|
| + 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.h',
|
| + 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp',
|
| + 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h',
|
| 'speech/testing/InternalsSpeechSynthesis.cpp',
|
| 'speech/testing/InternalsSpeechSynthesis.h',
|
| 'speech/testing/PlatformSpeechSynthesizerMock.cpp',
|
|
|