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

Unified Diff: Source/core/core.gypi

Issue 908453003: Blink changes to record interest rects for http://w3c.github.io/frame-timing/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code review comments Created 5 years, 7 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
« no previous file with comments | « no previous file | Source/core/events/EventTypeNames.in » ('j') | Source/core/frame/FrameView.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index cc91a9a0021a6470f6aa88c084a61b810ee403b9..237dc0fdbfe5a02b9dcbc65aae75e333175734a6 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -420,10 +420,12 @@
'svg/SVGZoomEvent.idl',
'timing/MemoryInfo.idl',
'timing/Performance.idl',
+ 'timing/PerformanceCompositeTiming.idl',
'timing/PerformanceEntry.idl',
'timing/PerformanceMark.idl',
'timing/PerformanceMeasure.idl',
'timing/PerformanceNavigation.idl',
+ 'timing/PerformanceRenderTiming.idl',
'timing/PerformanceResourceTiming.idl',
'timing/PerformanceTiming.idl',
'workers/Worker.idl',
@@ -1998,12 +2000,16 @@
'timing/MemoryInfo.cpp',
'timing/Performance.cpp',
'timing/Performance.h',
+ 'timing/PerformanceCompositeTiming.cpp',
+ 'timing/PerformanceCompositeTiming.h',
'timing/PerformanceEntry.cpp',
'timing/PerformanceEntry.h',
'timing/PerformanceMark.h',
'timing/PerformanceMeasure.h',
'timing/PerformanceNavigation.cpp',
'timing/PerformanceNavigation.h',
+ 'timing/PerformanceRenderTiming.cpp',
+ 'timing/PerformanceRenderTiming.h',
'timing/PerformanceResourceTiming.cpp',
'timing/PerformanceResourceTiming.h',
'timing/PerformanceTiming.cpp',
« no previous file with comments | « no previous file | Source/core/events/EventTypeNames.in » ('j') | Source/core/frame/FrameView.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698