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

Unified Diff: components/components_tests.gyp

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 | « components/components.gyp ('k') | components/usb_service.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index cd07b05333f67b3be8e9955f6453185ea0173f83..33c354d0d3b98c2fbf4349b6c91b9eda428de571 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -252,6 +252,7 @@
'sources': [
'autofill/content/renderer/renderer_save_password_progress_logger_unittest.cc',
'dom_distiller/content/dom_distiller_viewer_source_unittest.cc',
+ 'usb_service/usb_context_unittest.cc',
],
'dependencies': [
# Dependencies of autofill
@@ -285,6 +286,10 @@
# Dependencies of url_matcher.
'components.gyp:url_matcher',
+ # Dependencies of usb_service tests.
+ 'components.gyp:usb_service',
+ '../third_party/libusb/libusb.gyp:libusb',
+
# Dependencies of visitedlink
'components.gyp:visitedlink_browser',
'components.gyp:visitedlink_renderer',
@@ -380,13 +385,16 @@
'storage_monitor/media_storage_util_unittest.cc',
'storage_monitor/storage_info_unittest.cc',
'storage_monitor/storage_monitor_unittest.cc',
+ 'usb_service/usb_context_unittest.cc',
'web_modal/web_contents_modal_dialog_manager_unittest.cc',
],
'dependencies!': [
'components.gyp:storage_monitor',
'components.gyp:storage_monitor_test_support',
+ 'components.gyp:usb_service',
'components.gyp:web_modal',
'components.gyp:web_modal_test_support',
+ '../third_party/libusb/libusb.gyp:libusb',
],
}],
['OS == "android" and gtest_target_type == "shared_library"', {
« no previous file with comments | « components/components.gyp ('k') | components/usb_service.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698