| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index 7ad1aca3fddc546805e566da7d7825085b918de5..0f29375c82acfc6c767152e2749fe016a3dc49a6 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -345,6 +345,8 @@
|
| 'bluetooth/BluetoothDevice.h',
|
| 'bluetooth/BluetoothDiscovery.cpp',
|
| 'bluetooth/BluetoothDiscovery.h',
|
| + 'bluetooth/BluetoothError.cpp',
|
| + 'bluetooth/BluetoothError.h',
|
| 'bluetooth/NavigatorBluetooth.cpp',
|
| 'bluetooth/NavigatorBluetooth.h',
|
| 'credentialmanager/Credential.cpp',
|
| @@ -1006,12 +1008,17 @@
|
| ],
|
| # 'partial interface' or target (right side of) 'implements'
|
| 'modules_testing_dependency_idl_files' : [
|
| + 'bluetooth/testing/InternalsBluetooth.idl',
|
| 'geolocation/testing/InternalsGeolocation.idl',
|
| 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
|
| 'speech/testing/InternalsSpeechSynthesis.idl',
|
| 'vibration/testing/InternalsVibration.idl',
|
| ],
|
| 'modules_testing_files': [
|
| + 'bluetooth/testing/BluetoothMock.cpp',
|
| + 'bluetooth/testing/BluetoothMock.h',
|
| + 'bluetooth/testing/InternalsBluetooth.cpp',
|
| + 'bluetooth/testing/InternalsBluetooth.h',
|
| 'geolocation/testing/GeolocationClientMock.cpp',
|
| 'geolocation/testing/GeolocationClientMock.h',
|
| 'geolocation/testing/InternalsGeolocation.cpp',
|
|
|