| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index ae48eb2061ea11f8c0303985db82e65a22d915b9..2c20dab6480b95405f7e70fa85f59952d5a244a0 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -100,6 +100,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)',
|
| @@ -1068,6 +1074,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',
|
|
|