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

Unified Diff: net/BUILD.gn

Issue 1084533002: Rename NetLogLogger and CapturingNetLog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 05f1106d41178772105d1701113a8599313a4b07..5d93dade319b279625be7ed8d89d7be92e722e48 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -645,10 +645,10 @@ source_set("test_support") {
"http/http_transaction_test_util.h",
"log/captured_net_log_entry.cc",
"log/captured_net_log_entry.h",
- "log/capturing_net_log.cc",
- "log/capturing_net_log.h",
"log/capturing_net_log_observer.cc",
"log/capturing_net_log_observer.h",
+ "log/test_net_log.cc",
+ "log/test_net_log.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