| Index: third_party/WebKit/Source/modules/modules.gypi
|
| diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
|
| index 856e6e70cd499701c4abfb1ddc9db9ca5c4c7a04..dee2956186f215a27e3475cb1fafd5add6dabc1e 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -310,6 +310,10 @@
|
| 'webusb/USBDevice.idl',
|
| 'webusb/USBInTransferResult.idl',
|
| 'webusb/USBInterface.idl',
|
| + 'webusb/USBIsochronousInTransferPacket.idl',
|
| + 'webusb/USBIsochronousInTransferResult.idl',
|
| + 'webusb/USBIsochronousOutTransferPacket.idl',
|
| + 'webusb/USBIsochronousOutTransferResult.idl',
|
| 'webusb/USBOutTransferResult.idl',
|
| 'worklet/Worklet.idl',
|
| 'worklet/WorkletGlobalScope.idl',
|
| @@ -1836,6 +1840,10 @@
|
| 'webusb/USBInTransferResult.h',
|
| 'webusb/USBInterface.cpp',
|
| 'webusb/USBInterface.h',
|
| + 'webusb/USBIsochronousInTransferPacket.h',
|
| + 'webusb/USBIsochronousInTransferResult.h',
|
| + 'webusb/USBIsochronousOutTransferPacket.h',
|
| + 'webusb/USBIsochronousOutTransferResult.h',
|
| 'webusb/USBOutTransferResult.h',
|
| 'worklet/DOMWindowWorklet.cpp',
|
| 'worklet/DOMWindowWorklet.h',
|
|
|