| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index 9b4ee956119d3ef1aa2a670d9f381d9541437495..85d3d3f5d6d0b4e07207d03421211384241f4eda 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -106,9 +106,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_certificate_unittest.cc',
|
| + 'cast_certificate/cast_crl_unittest.cc',
|
| ],
|
| 'certificate_reporting_unittest_sources': [
|
| 'certificate_reporting/error_report_unittest.cc',
|
| @@ -1126,6 +1126,8 @@
|
| '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',
|
|
|