| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index c9143af6715a2c7e4dec624e089ac0607e82017b..636e40cbc090dfede1c125dbe7bdebc7b26c3441 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -101,6 +101,11 @@
|
| 'captive_portal_unittest_sources': [
|
| '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',
|
| + ],
|
| 'certificate_reporting_unittest_sources': [
|
| 'certificate_reporting/error_report_unittest.cc',
|
| 'certificate_reporting/error_reporter_unittest.cc',
|
| @@ -962,6 +967,7 @@
|
| '<@(browser_watcher_unittest_sources)',
|
| '<@(bubble_unittest_sources)',
|
| '<@(captive_portal_unittest_sources)',
|
| + '<@(cast_certificate_unittest_sources)',
|
| '<@(certificate_reporting_unittest_sources)',
|
| '<@(client_update_protocol_unittest_sources)',
|
| '<@(cloud_devices_unittest_sources)',
|
| @@ -1067,6 +1073,7 @@
|
| 'components.gyp:browser_sync_browser_test_support',
|
| 'components.gyp:bubble',
|
| 'components.gyp:captive_portal_test_support',
|
| + 'components.gyp:cast_certificate',
|
| 'components.gyp:certificate_reporting',
|
| 'components.gyp:cloud_devices_common',
|
| 'components.gyp:component_updater',
|
|
|