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

Unified Diff: components/components_tests.gyp

Issue 2050983002: Cast device revocation checking. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test failure on 32 bit systems. Created 4 years, 5 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 6c99e2e5cd8d59b1e8cb482808c8d89288c7bf36..e10ebe71e0d376f8d6037a8842a5f9e77f28e3b6 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -107,9 +107,8 @@
'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',
+ 'cast_certificate/cast_crl_unittest.cc',
],
'certificate_reporting_unittest_sources': [
'certificate_reporting/error_report_unittest.cc',
@@ -1147,6 +1146,8 @@
'components.gyp:bubble',
'components.gyp:captive_portal_test_support',
'components.gyp:cast_certificate',
+ 'components.gyp:cast_certificate_test_proto',
+ 'components.gyp:cast_certificate_test_support',
'components.gyp:certificate_reporting',
'components.gyp:cloud_devices_common',
'components.gyp:component_updater',

Powered by Google App Engine
This is Rietveld 408576698