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

Unified Diff: chrome/chrome_browser.gypi

Issue 16316004: Separate usb device handle from usb device. (deprecate) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix the threading mess Created 7 years, 6 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 | « chrome/browser/usb/usb_service_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 6e4863250c69c0d01a5a4430bf23e6fba30556e6..6e00ec6321abf3da5b53650e7158d19c9fd4ac37 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2295,8 +2295,8 @@
'browser/upgrade_detector_impl.h',
'browser/upload_list.cc',
'browser/upload_list.h',
- 'browser/usb/usb_device.cc',
- 'browser/usb/usb_device.h',
+ 'browser/usb/usb_device_handle.cc',
+ 'browser/usb/usb_device_handle.h',
'browser/usb/usb_interface.cc',
'browser/usb/usb_interface.h',
'browser/usb/usb_service.cc',
« no previous file with comments | « chrome/browser/usb/usb_service_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698