| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index c9257d0ae9fee9bcde741aa714921d36ebae086e..3dc46b6c8284f669a9736e80584f31fda63bc87e 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -87,6 +87,9 @@
|
| 'captive_portal_unittest_sources': [
|
| 'captive_portal/captive_portal_detector_unittest.cc',
|
| ],
|
| + 'certificate_transparency_unittest_sources': [
|
| + 'certificate_transparency/log_proof_fetcher_unittest.cc',
|
| + ],
|
| 'cloud_devices_unittest_sources': [
|
| 'cloud_devices/common/cloud_devices_urls_unittest.cc',
|
| 'cloud_devices/common/printer_description_unittest.cc',
|
| @@ -1001,6 +1004,7 @@
|
| }],
|
| ['OS != "ios"', {
|
| 'sources': [
|
| + '<@(certificate_transparency_unittest_sources)',
|
| '<@(devtools_http_handler_unittest_sources)',
|
| '<@(error_page_unittest_sources)',
|
| '<@(guest_view_unittest_sources)',
|
| @@ -1021,6 +1025,7 @@
|
| 'components.gyp:autofill_content_browser',
|
| 'components.gyp:autofill_content_renderer',
|
| 'components.gyp:autofill_content_test_support',
|
| + 'components.gyp:certificate_transparency',
|
| 'components.gyp:crash_test_support',
|
| 'components.gyp:data_reduction_proxy_content_browser',
|
| 'components.gyp:devtools_http_handler',
|
|
|