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

Unified Diff: Source/modules/modules.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 | « Source/core/timing/WorkerPerformance.idl ('k') | Source/modules/performance/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 6eec69642fbe892771d7d2fd38881200b589d33b..8276f8ab59755b848732c39f46b6ec8fdb0ab3fd 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -137,7 +137,6 @@
'notifications/Notification.idl',
'notifications/NotificationEvent.idl',
'notifications/NotificationPermissionCallback.idl',
- 'performance/WorkerPerformance.idl',
'permissions/Permissions.idl',
'permissions/PermissionStatus.idl',
'plugins/MimeType.idl',
@@ -289,8 +288,6 @@
'notifications/ServiceWorkerRegistrationNotifications.idl',
'permissions/NavigatorPermissions.idl',
'permissions/WorkerNavigatorPermissions.idl',
- 'performance/SharedWorkerPerformance.idl',
- 'performance/WorkerGlobalScopePerformance.idl',
'plugins/NavigatorPlugins.idl',
'presentation/NavigatorPresentation.idl',
'push_messaging/ServiceWorkerGlobalScopePush.idl',
@@ -1025,11 +1022,6 @@
'notifications/ServiceWorkerGlobalScopeNotifications.h',
'notifications/ServiceWorkerRegistrationNotifications.cpp',
'notifications/ServiceWorkerRegistrationNotifications.h',
- 'performance/SharedWorkerPerformance.cpp',
- 'performance/WorkerGlobalScopePerformance.cpp',
- 'performance/WorkerGlobalScopePerformance.h',
- 'performance/WorkerPerformance.cpp',
- 'performance/WorkerPerformance.h',
'permissions/NavigatorPermissions.cpp',
'permissions/NavigatorPermissions.h',
'permissions/PermissionController.cpp',
« no previous file with comments | « Source/core/timing/WorkerPerformance.idl ('k') | Source/modules/performance/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698