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

Unified Diff: third_party/WebKit/Source/core/timing/BUILD.gn

Issue 2610063006: Create TaskAttributionTiming PerformanceEntry for attribution in PerformanceLongTaskTiming. Move cu… (Closed)
Patch Set: update layout test expectation Created 3 years, 11 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/core/timing/BUILD.gn
diff --git a/third_party/WebKit/Source/core/timing/BUILD.gn b/third_party/WebKit/Source/core/timing/BUILD.gn
index 938f3437bf9ecf50901eb87d8ece8ed1f51c8a3f..d7a94fa8557fc48c94328b2231256b492fe9b588 100644
--- a/third_party/WebKit/Source/core/timing/BUILD.gn
+++ b/third_party/WebKit/Source/core/timing/BUILD.gn
@@ -34,6 +34,8 @@ blink_core_sources("timing") {
"PerformanceUserTiming.cpp",
"PerformanceUserTiming.h",
"SharedWorkerPerformance.cpp",
+ "TaskAttributionTiming.cpp",
+ "TaskAttributionTiming.h",
"WorkerGlobalScopePerformance.cpp",
"WorkerGlobalScopePerformance.h",
"WorkerPerformance.cpp",

Powered by Google App Engine
This is Rietveld 408576698