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

Unified Diff: components/usb_service.gypi

Issue 278633003: Extracted UsbDeviceHandle as interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: components/usb_service.gypi
diff --git a/components/usb_service.gypi b/components/usb_service.gypi
index 5f58d6140722a8e2abd2ce6816bf92f96ce6af61..2e98e5e69e3aadeede8cc88af0019969b5cb70fb 100644
--- a/components/usb_service.gypi
+++ b/components/usb_service.gypi
@@ -25,7 +25,8 @@
'usb_service/usb_device_impl.cc',
'usb_service/usb_device_impl.h',
'usb_service/usb_device.h',
- 'usb_service/usb_device_handle.cc',
+ 'usb_service/usb_device_handle_impl.cc',
+ 'usb_service/usb_device_handle_impl.h',
'usb_service/usb_device_handle.h',
'usb_service/usb_interface.h',
'usb_service/usb_interface_impl.cc',
« no previous file with comments | « chrome/browser/devtools/device/usb/android_usb_device.cc ('k') | components/usb_service/usb_device_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698