| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index 9b4ee956119d3ef1aa2a670d9f381d9541437495..14694f85d374bc3b12d64913f6d7b99fd9dc1bbc 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -106,13 +106,14 @@
|
| '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',
|
| 'certificate_reporting/error_reporter_unittest.cc',
|
| + 'cast_certificate/cast_crl_test_untrusted_root_ca_der-inc.h',
|
| + 'cast_certificate/cast_test_untrusted_root_ca_der-inc.h',
|
| ],
|
| 'certificate_transparency_unittest_sources': [
|
| 'certificate_transparency/log_proof_fetcher_unittest.cc',
|
| @@ -1126,6 +1127,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',
|
|
|