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

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

Issue 2706643002: DevTools: Move network request instrumentation points for timeline down the stack. (Closed)
Patch Set: . Created 3 years, 10 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 f93120e2d3ec76c33528bade9f9ca7d21dc3d792..efaf75584053ccd57bbb37d3ae69781c287f4b19 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1047,6 +1047,8 @@ component("platform") {
"image-encoders/RGBAtoRGB.h",
"image-encoders/WEBPImageEncoder.cpp",
"image-encoders/WEBPImageEncoder.h",
+ "instrumentation/inspector/PlatformInspectorTraceEvents.cpp",
+ "instrumentation/inspector/PlatformInspectorTraceEvents.h",
"instrumentation/tracing/MemoryCacheDumpProvider.cpp",
"instrumentation/tracing/MemoryCacheDumpProvider.h",
"instrumentation/tracing/TraceEvent.h",

Powered by Google App Engine
This is Rietveld 408576698