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

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: Update LayoutTests for new properties 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 | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/events/EventTypeNames.in » ('j') | no next file with comments »
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 50694226f5e709e3cb2ae5f7341d499cb5ae0407..1358e7a2e5a3503e08b52cf22e999fdd35d77e24 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',
@@ -1996,12 +1998,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 | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/events/EventTypeNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698