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

Unified Diff: components/usb_service.gypi

Issue 270323003: Extracted UsbConfigDescriptor, UsbInterfaceDescriptor and helper classes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 7 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 | « no previous file | components/usb_service/usb_device_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/usb_service.gypi
diff --git a/components/usb_service.gypi b/components/usb_service.gypi
index 83de742115c866e2a922d03f80f4c82cd1c462d9..5f58d6140722a8e2abd2ce6816bf92f96ce6af61 100644
--- a/components/usb_service.gypi
+++ b/components/usb_service.gypi
@@ -27,8 +27,9 @@
'usb_service/usb_device.h',
'usb_service/usb_device_handle.cc',
'usb_service/usb_device_handle.h',
- 'usb_service/usb_interface.cc',
'usb_service/usb_interface.h',
+ 'usb_service/usb_interface_impl.cc',
+ 'usb_service/usb_interface_impl.h',
'usb_service/usb_service.h',
'usb_service/usb_service_impl.cc',
],
« no previous file with comments | « no previous file | components/usb_service/usb_device_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698