Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Unified Diff: components/components_tests.gyp

Issue 1924323002: Move Cast certificate verification code from extensions to components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplified OWNERS files Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/components.gyp ('k') | components/test/data/cast_certificate/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « components/components.gyp ('k') | components/test/data/cast_certificate/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698