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

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

Issue 2444783002: Add trace event for complete network request (Closed)
Patch Set: Created 4 years, 2 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: 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 b677681bdeb6fb031b53748fe64b093c358fdb8d..4d87ea44e63943689f599891dd266dfa6853d67f 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1305,6 +1305,8 @@ component("platform") {
"threading/BackgroundTaskRunner.h",
"tracing/MemoryCacheDumpProvider.cpp",
"tracing/MemoryCacheDumpProvider.h",
+ "tracing/NetworkInstrumentation.cpp",
+ "tracing/NetworkInstrumentation.h",
"tracing/TraceEvent.h",
"tracing/TracedValue.cpp",
"tracing/TracedValue.h",

Powered by Google App Engine
This is Rietveld 408576698