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

Unified Diff: components/certificate_transparency/BUILD.gn

Issue 2149973003: Extracts CT DNS test utilities into a standalone class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and integrate 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/certificate_transparency.gypi ('k') | components/certificate_transparency/log_dns_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/certificate_transparency/BUILD.gn
diff --git a/components/certificate_transparency/BUILD.gn b/components/certificate_transparency/BUILD.gn
index 1dd31c986580f56ccb38cec151dab8e576d19ce8..ec807604be16f0ae7960104084da534e5acc7dd2 100644
--- a/components/certificate_transparency/BUILD.gn
+++ b/components/certificate_transparency/BUILD.gn
@@ -36,9 +36,10 @@ source_set("unit_tests") {
"ct_policy_manager_unittest.cc",
"log_dns_client_unittest.cc",
"log_proof_fetcher_unittest.cc",
+ "mock_log_dns_traffic.cc",
+ "mock_log_dns_traffic.h",
"single_tree_tracker_unittest.cc",
]
-
deps = [
":certificate_transparency",
"//base/test:test_support",
« no previous file with comments | « components/certificate_transparency.gypi ('k') | components/certificate_transparency/log_dns_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698