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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 2244813002: LongTaskTiming: add idl, Experiment flag, PerformanceEntry and basic implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix merge issue in flags Created 4 years, 4 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/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 9221f7ee11a3da7a4bb26628511813c744c52050..b1738dba3e7ebe48e434c87b4617561c43cb1ea8 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -376,6 +376,7 @@
'timing/Performance.idl',
'timing/PerformanceCompositeTiming.idl',
'timing/PerformanceEntry.idl',
+ 'timing/PerformanceLongTaskTiming.idl',
'timing/PerformanceMark.idl',
'timing/PerformanceMeasure.idl',
'timing/PerformanceNavigation.idl',
@@ -2256,6 +2257,8 @@
'timing/PerformanceCompositeTiming.h',
'timing/PerformanceEntry.cpp',
'timing/PerformanceEntry.h',
+ 'timing/PerformanceLongTaskTiming.cpp',
+ 'timing/PerformanceLongTaskTiming.h',
'timing/PerformanceMark.h',
'timing/PerformanceMeasure.h',
'timing/PerformanceNavigation.cpp',

Powered by Google App Engine
This is Rietveld 408576698