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

Unified Diff: chrome/chrome_browser.gypi

Issue 236203019: Move UsbService to its own component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move usb_service component symbols into usb_service namespace Created 6 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.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 3344cc26dd46f78ace33e767cf3e6a103386b81f..61f1d24d27d032a2e715ff835ba80d9584c08e1d 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2518,16 +2518,6 @@
'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_context.cc',
- 'browser/usb/usb_context.h',
- 'browser/usb/usb_service.cc',
- 'browser/usb/usb_service.h',
'browser/web_applications/update_shortcut_worker_win.cc',
'browser/web_applications/update_shortcut_worker_win.h',
'browser/web_applications/web_app.cc',
@@ -2596,6 +2586,7 @@
'../components/components.gyp:storage_monitor',
'../components/components.gyp:translate_content_browser',
'../components/components.gyp:url_matcher',
+ '../components/components.gyp:usb_service',
'../components/components.gyp:visitedlink_browser',
'../components/components.gyp:visitedlink_common',
'../components/components.gyp:web_modal',
@@ -2609,7 +2600,6 @@
'../third_party/hunspell/hunspell.gyp:hunspell',
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
'../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
- '../third_party/libusb/libusb.gyp:libusb',
'../third_party/libyuv/libyuv.gyp:libyuv',
'../third_party/npapi/npapi.gyp:npapi',
'../third_party/smhasher/smhasher.gyp:cityhash',
@@ -3155,9 +3145,9 @@
],
'dependencies!': [
'../components/components.gyp:storage_monitor',
+ '../components/components.gyp:usb_service',
'../components/components.gyp:web_modal',
'../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
- '../third_party/libusb/libusb.gyp:libusb',
],
'sources': [
'browser/sessions/in_memory_tab_restore_service.cc',
@@ -3279,7 +3269,6 @@
['exclude', '^browser/sync/glue/app_'],
['exclude', '^browser/sync/glue/extension_'],
['exclude', '^browser/sync/glue/theme_'],
- ['exclude', '^browser/usb/'],
['exclude', '^third_party/mozilla_security_manager/'],
],
}],
« no previous file with comments | « chrome/browser/usb/usb_service.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698