| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index e10ebe71e0d376f8d6037a8842a5f9e77f28e3b6..6c99e2e5cd8d59b1e8cb482808c8d89288c7bf36 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -107,8 +107,9 @@
|
| 'captive_portal/captive_portal_detector_unittest.cc',
|
| ],
|
| 'cast_certificate_unittest_sources': [
|
| + 'cast_certificate/cast_cert_validator_test_helpers.cc',
|
| + 'cast_certificate/cast_cert_validator_test_helpers.h',
|
| 'cast_certificate/cast_cert_validator_unittest.cc',
|
| - 'cast_certificate/cast_crl_unittest.cc',
|
| ],
|
| 'certificate_reporting_unittest_sources': [
|
| 'certificate_reporting/error_report_unittest.cc',
|
| @@ -1146,8 +1147,6 @@
|
| 'components.gyp:bubble',
|
| 'components.gyp:captive_portal_test_support',
|
| 'components.gyp:cast_certificate',
|
| - 'components.gyp:cast_certificate_test_proto',
|
| - 'components.gyp:cast_certificate_test_support',
|
| 'components.gyp:certificate_reporting',
|
| 'components.gyp:cloud_devices_common',
|
| 'components.gyp:component_updater',
|
|
|