| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index 65961d4dc17b26f4a75d9d8607470e66f1a3ee42..42e012152de5381976a25e2f8bddba4b9512ede5 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -941,6 +941,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',
|
| ],
|
| @@ -949,6 +950,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',
|
|
|