Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1931)

Unified Diff: net/BUILD.gn

Issue 1092403005: Rename NetLog test classes to match the renamed TestNetLog class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Response to comments Created 5 years, 8 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 44347b16d80d3682cb58da0cdad30b43e1f325b9..47aa31d8392a9890c961c527eecca9ad438e9be7 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -616,12 +616,13 @@ source_set("test_support") {
"dns/mock_mdns_socket_factory.h",
"http/http_transaction_test_util.cc",
"http/http_transaction_test_util.h",
- "log/captured_net_log_entry.cc",
- "log/captured_net_log_entry.h",
- "log/capturing_net_log_observer.cc",
- "log/capturing_net_log_observer.h",
"log/test_net_log.cc",
"log/test_net_log.h",
+ "log/test_net_log_entry.cc",
+ "log/test_net_log_entry.h",
+ "log/test_net_log_observer.cc",
+ "log/test_net_log_observer.h",
+ "log/test_net_log_util.h",
"proxy/mock_proxy_resolver.cc",
"proxy/mock_proxy_resolver.h",
"proxy/mock_proxy_script_fetcher.cc",

Powered by Google App Engine
This is Rietveld 408576698