| 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',
|
| ],
|
| }],
|
|
|