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

Unified Diff: components/certificate_transparency/BUILD.gn

Issue 2066553002: Certificate Transparency DNS log client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mock_dns_responses
Patch Set: Rebase and lint fixes 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/certificate_transparency/BUILD.gn
diff --git a/components/certificate_transparency/BUILD.gn b/components/certificate_transparency/BUILD.gn
index 15cb99f3bec238057fa97204d630b9e52d401ca3..3bba1a1405953818a2344e43133f7f9fcfe994fc 100644
--- a/components/certificate_transparency/BUILD.gn
+++ b/components/certificate_transparency/BUILD.gn
@@ -6,6 +6,8 @@ source_set("certificate_transparency") {
sources = [
"ct_policy_manager.cc",
"ct_policy_manager.h",
+ "log_dns_client.cc",
+ "log_dns_client.h",
"log_proof_fetcher.cc",
"log_proof_fetcher.h",
"pref_names.cc",
@@ -18,6 +20,7 @@ source_set("certificate_transparency") {
deps = [
"//base",
+ "//components/base32",
"//components/prefs",
"//components/safe_json",
"//components/url_formatter",
@@ -31,6 +34,7 @@ source_set("unit_tests") {
testonly = true
sources = [
"ct_policy_manager_unittest.cc",
+ "log_dns_client_unittest.cc",
"log_proof_fetcher_unittest.cc",
"single_tree_tracker_unittest.cc",
]
@@ -41,6 +45,7 @@ source_set("unit_tests") {
"//components/prefs:test_support",
"//components/safe_json:test_support",
"//net:test_support",
+ "//testing/gmock",
"//testing/gtest",
]
}

Powered by Google App Engine
This is Rietveld 408576698