| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index cf0b31a2aafa734231e176a58b1cfb860b18c951..f6eeb281b1cd39247dea5fa6e46232169bd76e36 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -290,7 +290,9 @@
|
| 'websockets/CloseEvent.idl',
|
| 'websockets/WebSocket.idl',
|
| 'webusb/USB.idl',
|
| + 'webusb/USBConfiguration.idl',
|
| 'webusb/USBDevice.idl',
|
| + 'webusb/USBInterface.idl',
|
| ],
|
| # 'partial interface' or target (right side of) 'implements'
|
| 'modules_dependency_idl_files': [
|
| @@ -1684,11 +1686,16 @@
|
| 'webusb/NavigatorUSB.h',
|
| 'webusb/USB.cpp',
|
| 'webusb/USB.h',
|
| + 'webusb/USBConfiguration.cpp',
|
| + 'webusb/USBConfiguration.h',
|
| 'webusb/USBController.cpp',
|
| 'webusb/USBController.h',
|
| + 'webusb/USBDevice.cpp',
|
| 'webusb/USBDevice.h',
|
| 'webusb/USBError.cpp',
|
| 'webusb/USBError.h',
|
| + 'webusb/USBInterface.cpp',
|
| + 'webusb/USBInterface.h',
|
| ],
|
| # 'partial interface' or target (right side of) 'implements'
|
| 'modules_testing_dependency_idl_files' : [
|
|
|