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

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: Code refactoring in RenderView 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 886b1c1aa0e7e11aafdd22012af455b263293b68..4b217ec8f3fa602cf7913cba09116f491909a03c 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',
@@ -1776,6 +1777,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