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

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: 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
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',

Powered by Google App Engine
This is Rietveld 408576698