Chromium Code Reviews| Index: device/usb/usb.gyp |
| diff --git a/device/usb/usb.gyp b/device/usb/usb.gyp |
| index 81bdf403f775f3c9dabb4eb2418ad794f74dc532..f0b5275eea440b5461253122790b0a97adbb69fa 100644 |
| --- a/device/usb/usb.gyp |
| +++ b/device/usb/usb.gyp |
| @@ -19,6 +19,8 @@ |
| 'sources': [ |
| 'usb_context.cc', |
| 'usb_context.h', |
| + 'usb_descriptors.cc', |
| + 'usb_descriptors.h', |
| 'usb_device_impl.cc', |
| 'usb_device_impl.h', |
| 'usb_device.h', |
| @@ -31,9 +33,6 @@ |
| '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', |
| ], |