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

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: 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: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index b17c8ad9e5e8b6a69070a60a17464707549febc3..be71dbf682266de2803da7e53f27354053c119c7 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -263,10 +263,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",
]
}
@@ -1597,8 +1593,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