| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index ce15fdaca9cfbbac453b1b15b850a4fe91341b11..69057ea74f59fb398a58e586aef863f25a70eb78 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -984,9 +984,6 @@
|
| 'webdata_unittest_sources': [
|
| 'webdata/common/web_database_migration_unittest.cc',
|
| ],
|
| - 'webusb_detector_unittest_sources': [
|
| - 'webusb/webusb_detector_unittest.cc',
|
| - ],
|
| },
|
| 'targets': [
|
| {
|
| @@ -1521,7 +1518,6 @@
|
| 'sources': [
|
| '<@(feedback_unittest_sources)',
|
| '<@(proximity_auth_unittest_sources)',
|
| - '<@(webusb_detector_unittest_sources)',
|
| ],
|
| 'sources!': [
|
| 'variations/variations_request_scheduler_mobile_unittest.cc',
|
| @@ -1543,7 +1539,6 @@
|
| 'components.gyp:pref_registry_test_support',
|
| 'components.gyp:proximity_auth',
|
| 'components.gyp:proximity_auth_test_support',
|
| - 'components.gyp:webusb',
|
| ],
|
| }],
|
| ['chromeos==1', {
|
|
|