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

Unified Diff: components/components_tests.gyp

Issue 497363004: Merge components/usb_service into device/usb. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 6 years, 3 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 1af0a56ef0998ccbea4dc7303cb2abee947fce24..37f3fc89b9cbeb35d2adbe8b39bed6f069963e70 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -433,8 +433,6 @@
'autofill/content/renderer/renderer_save_password_progress_logger_unittest.cc',
'dom_distiller/content/dom_distiller_viewer_source_unittest.cc',
'power/origin_power_map_unittest.cc',
- 'usb_service/usb_context_unittest.cc',
- 'usb_service/usb_device_filter_unittest.cc',
],
'dependencies': [
# Dependencies of autofill
@@ -476,10 +474,6 @@
# 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',
@@ -593,8 +587,6 @@
'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',
- 'usb_service/usb_device_filter_unittest.cc',
'web_modal/web_contents_modal_dialog_manager_unittest.cc',
],
'dependencies': [
@@ -604,10 +596,8 @@
'components.gyp:feedback_component',
'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"', {
@@ -668,13 +658,11 @@
}],
['OS=="linux" and use_udev==0', {
'dependencies!': [
- '../third_party/libusb/libusb.gyp:libusb',
'components.gyp:storage_monitor',
'components.gyp:storage_monitor_test_support',
],
'sources/': [
['exclude', '^storage_monitor/'],
- ['exclude', '^usb_service/'],
],
}],
['OS=="win" and win_use_allocator_shim==1', {
« 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