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

Unified Diff: Source/core/core.gypi

Issue 392743004: [not for review] Add Draw entries to window Performance Timeline Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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 | « Source/bindings/core/v8/custom/V8PerformanceEntryCustom.cpp ('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 e8a961aef692bcbdbc138bb089ddcd09296241ac..ca1a8dcb5d2904299ad328e05f607dd3bd841dfd 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -425,6 +425,7 @@
'timing/MemoryInfo.idl',
'timing/Performance.idl',
'timing/PerformanceEntry.idl',
+ 'timing/PerformanceDrawTiming.idl',
'timing/PerformanceMark.idl',
'timing/PerformanceMeasure.idl',
'timing/PerformanceNavigation.idl',
@@ -1774,6 +1775,8 @@
'timing/Performance.h',
'timing/PerformanceEntry.cpp',
'timing/PerformanceEntry.h',
+ 'timing/PerformanceDrawTiming.cpp',
+ 'timing/PerformanceDrawTiming.h',
'timing/PerformanceMark.h',
'timing/PerformanceMeasure.h',
'timing/PerformanceNavigation.cpp',
« no previous file with comments | « Source/bindings/core/v8/custom/V8PerformanceEntryCustom.cpp ('k') | Source/core/events/EventTypeNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698