summaryrefslogtreecommitdiffstats
path: root/device/usb/usb.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'device/usb/usb.gyp')
-rw-r--r--device/usb/usb.gyp5
1 files changed, 3 insertions, 2 deletions
diff --git a/device/usb/usb.gyp b/device/usb/usb.gyp
index f0b5275..81bdf40 100644
--- a/device/usb/usb.gyp
+++ b/device/usb/usb.gyp
@@ -19,8 +19,6 @@
'sources': [
'usb_context.cc',
'usb_context.h',
- 'usb_descriptors.cc',
- 'usb_descriptors.h',
'usb_device_impl.cc',
'usb_device_impl.h',
'usb_device.h',
@@ -33,6 +31,9 @@
'usb_error.h',
'usb_ids.cc',
'usb_ids.h',
+ 'usb_interface.h',
+ 'usb_interface_impl.cc',
+ 'usb_interface_impl.h',
'usb_service.h',
'usb_service_impl.cc',
],