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

Unified Diff: components/cast_certificate/BUILD.gn

Issue 2181013002: Revert of Cast device revocation checking. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 19ac0d72d2e693c5aa3a5a07865b5e0184afa9cb..9aec5bbd244981fc2c7688a5828d9a2dbbb3cc9b 100644
--- a/components/cast_certificate/BUILD.gn
+++ b/components/cast_certificate/BUILD.gn
@@ -6,14 +6,11 @@
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",
]
}
@@ -36,13 +33,11 @@
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