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

Unified Diff: chrome/chrome_browser.gypi

Issue 10161035: Adding UsbService and UsbDevice constructs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
« chrome/browser/usb/usb_service.h ('K') | « chrome/browser/usb/usb_service.cc ('k') | no next file » | 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 cf41d0142598acaa43a3be325fc6d0fdb6b6adeb..b32fa1ac46a0fdf85964e8df1bfc152e59680836 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3892,6 +3892,10 @@
'browser/upgrade_detector.h',
'browser/upgrade_detector_impl.cc',
'browser/upgrade_detector_impl.h',
+ 'browser/usb/usb_device.cc',
+ 'browser/usb/usb_device.h',
+ 'browser/usb/usb_service.cc',
+ 'browser/usb/usb_service.h',
'browser/user_style_sheet_watcher.cc',
'browser/user_style_sheet_watcher.h',
'browser/user_style_sheet_watcher_factory.cc',
@@ -4498,6 +4502,11 @@
'browser/upgrade_detector.h',
'browser/upgrade_detector_impl.cc',
'browser/upgrade_detector_impl.h',
+
+ 'browser/usb/usb_device.cc',
+ 'browser/usb/usb_device.h',
+ 'browser/usb/usb_service.cc',
+ 'browser/usb/usb_service.h',
],
'sources/': [
['exclude', '^browser/chrome_to_mobile'],
« chrome/browser/usb/usb_service.h ('K') | « chrome/browser/usb/usb_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698