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

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 (and re-sync) Created 5 years, 9 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/Frame.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 18a3cc94721c84ade221e6e41e19a8485a6a72ba..4d7b2e35335e5064298d4026682ee9ebbffcc925 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -416,10 +416,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',
@@ -1946,12 +1948,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/Frame.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698