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

Unified Diff: components/cast_certificate/BUILD.gn

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
« no previous file with comments | « components/cast_certificate.gypi ('k') | components/cast_certificate/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cast_certificate/BUILD.gn
diff --git a/components/cast_certificate/BUILD.gn b/components/cast_certificate/BUILD.gn
index 9aec5bbd244981fc2c7688a5828d9a2dbbb3cc9b..19ac0d72d2e693c5aa3a5a07865b5e0184afa9cb 100644
--- a/components/cast_certificate/BUILD.gn
+++ b/components/cast_certificate/BUILD.gn
@@ -6,11 +6,14 @@ static_library("cast_certificate") {
sources = [
"cast_cert_validator.cc",
"cast_cert_validator.h",
+ "cast_crl.cc",
+ "cast_crl.h",
"cast_root_ca_cert_der-inc.h",
"eureka_root_ca_der-inc.h",
]
deps = [
"//base",
+ "//components/cast_certificate/proto",
"//net",
]
}
@@ -33,11 +36,13 @@ source_set("unit_tests") {
testonly = true
sources = [
"cast_cert_validator_unittest.cc",
+ "cast_crl_unittest.cc",
]
deps = [
":cast_certificate",
":test_support",
"//base",
+ "//components/cast_certificate/proto:unittest_proto",
"//net",
"//testing/gtest",
]
« no previous file with comments | « components/cast_certificate.gypi ('k') | components/cast_certificate/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698