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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2444783002: Add trace event for complete network request (Closed)
Patch Set: Calm down compiler with return value Created 4 years, 1 month 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: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index dd8ccc7711ecddc712c83a39b8ef07ae4b84f56e..bf83c19367d37d6ad3f0928f0ac971f9884f6316 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1094,6 +1094,8 @@ component("platform") {
"network/LinkHeader.h",
"network/NetworkHints.cpp",
"network/NetworkHints.h",
+ "network/NetworkInstrumentation.cpp",
+ "network/NetworkInstrumentation.h",
"network/NetworkLog.h",
"network/NetworkUtils.cpp",
"network/NetworkUtils.h",

Powered by Google App Engine
This is Rietveld 408576698