summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/components_tests.gyp8
1 files changed, 5 insertions, 3 deletions
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index f08ecc3..5c13b54 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -489,10 +489,12 @@
['OS=="linux" and use_udev==0', {
'dependencies!': [
'../third_party/libusb/libusb.gyp:libusb',
+ 'components.gyp:storage_monitor',
+ 'components.gyp:storage_monitor_test_support',
],
- 'sources!': [
- 'storage_monitor/storage_monitor_linux_unittest.cc',
- 'usb_service/usb_context_unittest.cc',
+ 'sources/': [
+ ['exclude', '^storage_monitor/'],
+ ['exclude', '^usb_service/'],
],
}],
['OS=="win" and win_use_allocator_shim==1', {