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

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: Clang build fixes. 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
« no previous file with comments | « chrome/browser/usb/usb_service_factory.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..b19ed11d4cb2c7d126acafbd08122e8c8cc0a8d9 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3892,6 +3892,12 @@
'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/usb/usb_service_factory.cc',
+ 'browser/usb/usb_service_factory.h',
'browser/user_style_sheet_watcher.cc',
'browser/user_style_sheet_watcher.h',
'browser/user_style_sheet_watcher_factory.cc',
@@ -4498,6 +4504,13 @@
'browser/upgrade_detector.h',
'browser/upgrade_detector_impl.cc',
'browser/upgrade_detector_impl.h',
+
+ 'browser/usb/usb_device.cc',
+ 'browser/usb/usb_device.h',
sail 2012/04/26 04:35:44 can you just add browser/usb to the "sources/" lis
Garret Kelly 2012/04/26 15:10:16 Done.
+ 'browser/usb/usb_service.cc',
+ 'browser/usb/usb_service.h',
+ 'browser/usb/usb_service_factory.cc',
+ 'browser/usb/usb_service_factory.h',
],
'sources/': [
['exclude', '^browser/chrome_to_mobile'],
« no previous file with comments | « chrome/browser/usb/usb_service_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698