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

Unified Diff: components/certificate_transparency/BUILD.gn

Issue 2124873002: Revert of Certificate Transparency DNS log client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mock_dns_responses
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/certificate_transparency.gypi ('k') | components/certificate_transparency/DEPS » ('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 3bba1a1405953818a2344e43133f7f9fcfe994fc..15cb99f3bec238057fa97204d630b9e52d401ca3 100644
--- a/components/certificate_transparency/BUILD.gn
+++ b/components/certificate_transparency/BUILD.gn
@@ -6,8 +6,6 @@
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",
@@ -20,7 +18,6 @@
deps = [
"//base",
- "//components/base32",
"//components/prefs",
"//components/safe_json",
"//components/url_formatter",
@@ -34,7 +31,6 @@
testonly = true
sources = [
"ct_policy_manager_unittest.cc",
- "log_dns_client_unittest.cc",
"log_proof_fetcher_unittest.cc",
"single_tree_tracker_unittest.cc",
]
@@ -45,7 +41,6 @@
"//components/prefs:test_support",
"//components/safe_json:test_support",
"//net:test_support",
- "//testing/gmock",
"//testing/gtest",
]
}
« no previous file with comments | « components/certificate_transparency.gypi ('k') | components/certificate_transparency/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698