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

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: Adding DEPS 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 664d39fb54496099f2ac5b5ad3edec73b0a9ba7d..3bc879cb34b17b144cc889e76615610b6603c749 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3893,6 +3893,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',
@@ -4519,6 +4525,7 @@
['exclude', '^browser/ui/webui/print_preview/'],
['exclude', '^browser/ui/webui/signin/'],
['exclude', '^browser/ui/webui/sync_promo'],
+ ['exclude', '^browser/usb/'],
],
}],
['OS!="android"', {
« chrome/browser/usb/usb_device.cc ('K') | « 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