| 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 0939741b93aaa3260d7c80dfc48ba0291f5ea970..5e3c44fc6d36010e6272961b7903f1d5b6451649 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -311,6 +311,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',
|
| @@ -1843,6 +1847,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',
|
|
|