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

Unified Diff: Source/core/core.gypi

Issue 1186103003: Move workers' Performance API code to core/timing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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/timing/SharedWorkerPerformance.h » ('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 beda7d9909af7ff5b6b69132842f69ef8d383b8e..d018b9f965fff313e5ec23f3d76e6d72d0f5eec0 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -426,6 +426,8 @@
'timing/PerformanceRenderTiming.idl',
'timing/PerformanceResourceTiming.idl',
'timing/PerformanceTiming.idl',
+ 'timing/WorkerPerformance.idl',
+ 'workers/SharedWorker.idl',
'workers/Worker.idl',
'workers/WorkerConsole.idl',
'workers/WorkerLocation.idl',
@@ -453,7 +455,6 @@
'html/HTMLVideoElement.idl',
'inspector/DevToolsHost.idl',
'workers/DedicatedWorkerGlobalScope.idl',
- 'workers/SharedWorker.idl',
'workers/SharedWorkerGlobalScope.idl',
'workers/WorkerGlobalScope.idl',
'workers/WorkerNavigator.idl',
@@ -496,7 +497,9 @@
'svg/SVGURIReference.idl',
'svg/SVGZoomAndPan.idl',
'timing/ConsoleMemory.idl',
+ 'timing/SharedWorkerPerformance.idl',
'timing/WindowPerformance.idl',
+ 'timing/WorkerGlobalScopePerformance.idl',
'workers/AbstractWorker.idl',
'xml/DocumentXMLTreeViewer.idl',
'xml/DocumentXPathEvaluator.idl',
@@ -2026,6 +2029,11 @@
'timing/PerformanceUserTiming.cpp',
'timing/PerformanceUserTiming.h',
'timing/ResourceTimingInfo.h',
+ 'timing/SharedWorkerPerformance.cpp',
+ 'timing/WorkerGlobalScopePerformance.cpp',
+ 'timing/WorkerGlobalScopePerformance.h',
+ 'timing/WorkerPerformance.cpp',
+ 'timing/WorkerPerformance.h',
'workers/AbstractWorker.cpp',
'workers/AbstractWorker.h',
'workers/DedicatedWorkerGlobalScope.cpp',
« no previous file with comments | « no previous file | Source/core/timing/SharedWorkerPerformance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698