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

Unified Diff: Source/core/core.gypi

Issue 390193003: [not for review] Add Draw entries to window Performance Timeline (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Git pull 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 5a7cb17e90984a3990ce4a5251b7ffec8159879e..77781d1f7bcb143fff2ba791285941d83a3bfc3e 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',
@@ -1782,6 +1783,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',

Powered by Google App Engine
This is Rietveld 408576698