Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Unified Diff: device/usb/usb.gyp

Issue 567003002: Revert of Convert device::UsbConfigDescriptor and friends to structs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/usb/BUILD.gn ('k') | device/usb/usb_descriptors.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/usb/usb.gyp
diff --git a/device/usb/usb.gyp b/device/usb/usb.gyp
index f0b5275eea440b5461253122790b0a97adbb69fa..81bdf403f775f3c9dabb4eb2418ad794f74dc532 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',
],
« no previous file with comments | « device/usb/BUILD.gn ('k') | device/usb/usb_descriptors.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698