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

Unified Diff: net/BUILD.gn

Issue 2066553002: Certificate Transparency DNS log client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mock_dns_responses
Patch Set: Test with both async and sync socket reads Created 4 years, 6 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: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 7a274ab87ccb679f2ae757b852382abe823cf84b..888c7a66a4ce397c71c8daeb5bc11a3ab0a3cd8a 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -262,10 +262,6 @@ component("net") {
"dns/mdns_client.h",
"dns/mdns_client_impl.cc",
"dns/mdns_client_impl.h",
- "dns/record_parsed.cc",
- "dns/record_parsed.h",
- "dns/record_rdata.cc",
- "dns/record_rdata.h",
]
}
@@ -1594,8 +1590,6 @@ test("net_unittests") {
sources -= [
"dns/mdns_cache_unittest.cc",
"dns/mdns_client_unittest.cc",
- "dns/record_parsed_unittest.cc",
- "dns/record_rdata_unittest.cc",
]
}

Powered by Google App Engine
This is Rietveld 408576698