| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index e84603578a403853e128b2a2e802f5d6810b3f57..7ddb03b6b01bb89ff5bb8488cf3eb92ba2eb43f6 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -1451,6 +1451,7 @@
|
| ],
|
| # 'partial interface' or target (right side of) 'implements'
|
| 'modules_testing_dependency_idl_files' : [
|
| + 'accessibility/testing/InternalsAccessibility.idl',
|
| 'geolocation/testing/InternalsGeolocation.idl',
|
| 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
|
| 'serviceworkers/testing/InternalsServiceWorker.idl',
|
| @@ -1459,6 +1460,8 @@
|
| 'webaudio/testing/InternalsWebAudio.idl',
|
| ],
|
| 'modules_testing_files': [
|
| + 'accessibility/testing/InternalsAccessibility.cpp',
|
| + 'accessibility/testing/InternalsAccessibility.h',
|
| 'geolocation/testing/GeolocationClientMock.cpp',
|
| 'geolocation/testing/GeolocationClientMock.h',
|
| 'geolocation/testing/InternalsGeolocation.cpp',
|
|
|