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

Unified Diff: components/components_tests.gyp

Issue 1326003006: Add webusb notification UI unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: hardcoded expected string for testing Created 5 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/BUILD.gn ('k') | components/webusb/BUILD.gn » ('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 fb0c636e2d84d3ea19ef3a0ef6e1fb17d2267572..363d93e11ce2658a49e96c0e639ac698294252a1 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -732,6 +732,9 @@
'webdata_unittest_sources': [
'webdata/common/web_database_migration_unittest.cc',
],
+ 'webusb_detector_unittest_sources': [
+ 'webusb/webusb_detector_unittest.cc',
+ ],
},
'targets': [
{
@@ -1202,6 +1205,7 @@
'<@(feedback_unittest_sources)',
'<@(proximity_auth_unittest_sources)',
'<@(tracing_unittest_sources)',
+ '<@(webusb_detector_unittest_sources)',
],
'sources!': [
'variations/variations_request_scheduler_mobile_unittest.cc',
@@ -1209,6 +1213,9 @@
],
'dependencies': [
'../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
+ '../device/core/core.gyp:device_core',
+ '../device/usb/usb.gyp:device_usb',
+ '../device/usb/usb.gyp:device_usb_mocks',
'../google_apis/google_apis.gyp:google_apis_test_support',
'../third_party/protobuf/protobuf.gyp:protobuf_lite',
'components.gyp:audio_modem',
@@ -1222,6 +1229,7 @@
'components.gyp:pref_registry_test_support',
'components.gyp:proximity_auth',
'components.gyp:proximity_auth_test_support',
+ 'components.gyp:webusb',
'tracing.gyp:tracing',
],
}],
« no previous file with comments | « components/BUILD.gn ('k') | components/webusb/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698