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

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 syncup Created 6 years, 3 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') | 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 90d908a044f21b3419b7c88aa6f82c9534c34acc..105601cde5ef7518b9e1385db6ced3ef873b8a7f 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -438,6 +438,7 @@
'timing/PerformanceMeasure.idl',
'timing/PerformanceNavigation.idl',
'timing/PerformanceResourceTiming.idl',
+ 'timing/PerformanceSmoothnessTiming.idl',
'timing/PerformanceTiming.idl',
'workers/DedicatedWorkerGlobalScope.idl',
'workers/SharedWorker.idl',
@@ -1813,6 +1814,8 @@
'timing/PerformanceNavigation.h',
'timing/PerformanceResourceTiming.cpp',
'timing/PerformanceResourceTiming.h',
+ 'timing/PerformanceSmoothnessTiming.cpp',
+ 'timing/PerformanceSmoothnessTiming.h',
'timing/PerformanceTiming.cpp',
'timing/PerformanceTiming.h',
'timing/PerformanceUserTiming.cpp',
« no previous file with comments | « no previous file | Source/core/events/EventTypeNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698