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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « Source/core/timing/WorkerPerformance.idl ('k') | Source/modules/performance/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'mediastream/RTCStatsCallback.idl', 130 'mediastream/RTCStatsCallback.idl',
131 'mediastream/RTCStatsReport.idl', 131 'mediastream/RTCStatsReport.idl',
132 'mediastream/RTCStatsResponse.idl', 132 'mediastream/RTCStatsResponse.idl',
133 'mediastream/SourceInfo.idl', 133 'mediastream/SourceInfo.idl',
134 'navigatorconnect/CrossOriginConnectEvent.idl', 134 'navigatorconnect/CrossOriginConnectEvent.idl',
135 'navigatorconnect/CrossOriginServiceWorkerClient.idl', 135 'navigatorconnect/CrossOriginServiceWorkerClient.idl',
136 'netinfo/NetworkInformation.idl', 136 'netinfo/NetworkInformation.idl',
137 'notifications/Notification.idl', 137 'notifications/Notification.idl',
138 'notifications/NotificationEvent.idl', 138 'notifications/NotificationEvent.idl',
139 'notifications/NotificationPermissionCallback.idl', 139 'notifications/NotificationPermissionCallback.idl',
140 'performance/WorkerPerformance.idl',
141 'permissions/Permissions.idl', 140 'permissions/Permissions.idl',
142 'permissions/PermissionStatus.idl', 141 'permissions/PermissionStatus.idl',
143 'plugins/MimeType.idl', 142 'plugins/MimeType.idl',
144 'plugins/MimeTypeArray.idl', 143 'plugins/MimeTypeArray.idl',
145 'plugins/Plugin.idl', 144 'plugins/Plugin.idl',
146 'plugins/PluginArray.idl', 145 'plugins/PluginArray.idl',
147 'presentation/AvailableChangeEvent.idl', 146 'presentation/AvailableChangeEvent.idl',
148 'presentation/DefaultSessionStartEvent.idl', 147 'presentation/DefaultSessionStartEvent.idl',
149 'presentation/Presentation.idl', 148 'presentation/Presentation.idl',
150 'presentation/PresentationSession.idl', 149 'presentation/PresentationSession.idl',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 'navigatorconnect/NavigatorConnect.idl', 281 'navigatorconnect/NavigatorConnect.idl',
283 'navigatorconnect/ServiceWorkerGlobalScopeNavigatorConnect.idl', 282 'navigatorconnect/ServiceWorkerGlobalScopeNavigatorConnect.idl',
284 'navigatorconnect/WorkerNavigatorConnect.idl', 283 'navigatorconnect/WorkerNavigatorConnect.idl',
285 'navigatorcontentutils/NavigatorContentUtils.idl', 284 'navigatorcontentutils/NavigatorContentUtils.idl',
286 'netinfo/NavigatorNetworkInformation.idl', 285 'netinfo/NavigatorNetworkInformation.idl',
287 'netinfo/WorkerNavigatorNetworkInformation.idl', 286 'netinfo/WorkerNavigatorNetworkInformation.idl',
288 'notifications/ServiceWorkerGlobalScopeNotifications.idl', 287 'notifications/ServiceWorkerGlobalScopeNotifications.idl',
289 'notifications/ServiceWorkerRegistrationNotifications.idl', 288 'notifications/ServiceWorkerRegistrationNotifications.idl',
290 'permissions/NavigatorPermissions.idl', 289 'permissions/NavigatorPermissions.idl',
291 'permissions/WorkerNavigatorPermissions.idl', 290 'permissions/WorkerNavigatorPermissions.idl',
292 'performance/SharedWorkerPerformance.idl',
293 'performance/WorkerGlobalScopePerformance.idl',
294 'plugins/NavigatorPlugins.idl', 291 'plugins/NavigatorPlugins.idl',
295 'presentation/NavigatorPresentation.idl', 292 'presentation/NavigatorPresentation.idl',
296 'push_messaging/ServiceWorkerGlobalScopePush.idl', 293 'push_messaging/ServiceWorkerGlobalScopePush.idl',
297 'push_messaging/ServiceWorkerRegistrationPush.idl', 294 'push_messaging/ServiceWorkerRegistrationPush.idl',
298 'quota/NavigatorStorageQuota.idl', 295 'quota/NavigatorStorageQuota.idl',
299 'quota/WindowQuota.idl', 296 'quota/WindowQuota.idl',
300 'quota/WorkerNavigatorStorageQuota.idl', 297 'quota/WorkerNavigatorStorageQuota.idl',
301 'screen_orientation/ScreenScreenOrientation.idl', 298 'screen_orientation/ScreenScreenOrientation.idl',
302 'serviceworkers/NavigatorServiceWorker.idl', 299 'serviceworkers/NavigatorServiceWorker.idl',
303 'speech/WindowSpeech.idl', 300 'speech/WindowSpeech.idl',
(...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after
1018 'notifications/Notification.cpp', 1015 'notifications/Notification.cpp',
1019 'notifications/Notification.h', 1016 'notifications/Notification.h',
1020 'notifications/NotificationEvent.cpp', 1017 'notifications/NotificationEvent.cpp',
1021 'notifications/NotificationEvent.h', 1018 'notifications/NotificationEvent.h',
1022 'notifications/NotificationPermissionCallback.h', 1019 'notifications/NotificationPermissionCallback.h',
1023 'notifications/NotificationPermissionClient.cpp', 1020 'notifications/NotificationPermissionClient.cpp',
1024 'notifications/NotificationPermissionClient.h', 1021 'notifications/NotificationPermissionClient.h',
1025 'notifications/ServiceWorkerGlobalScopeNotifications.h', 1022 'notifications/ServiceWorkerGlobalScopeNotifications.h',
1026 'notifications/ServiceWorkerRegistrationNotifications.cpp', 1023 'notifications/ServiceWorkerRegistrationNotifications.cpp',
1027 'notifications/ServiceWorkerRegistrationNotifications.h', 1024 'notifications/ServiceWorkerRegistrationNotifications.h',
1028 'performance/SharedWorkerPerformance.cpp',
1029 'performance/WorkerGlobalScopePerformance.cpp',
1030 'performance/WorkerGlobalScopePerformance.h',
1031 'performance/WorkerPerformance.cpp',
1032 'performance/WorkerPerformance.h',
1033 'permissions/NavigatorPermissions.cpp', 1025 'permissions/NavigatorPermissions.cpp',
1034 'permissions/NavigatorPermissions.h', 1026 'permissions/NavigatorPermissions.h',
1035 'permissions/PermissionController.cpp', 1027 'permissions/PermissionController.cpp',
1036 'permissions/PermissionController.h', 1028 'permissions/PermissionController.h',
1037 'permissions/Permissions.cpp', 1029 'permissions/Permissions.cpp',
1038 'permissions/Permissions.h', 1030 'permissions/Permissions.h',
1039 'permissions/PermissionQueryCallback.cpp', 1031 'permissions/PermissionQueryCallback.cpp',
1040 'permissions/PermissionQueryCallback.h', 1032 'permissions/PermissionQueryCallback.h',
1041 'permissions/PermissionStatus.cpp', 1033 'permissions/PermissionStatus.cpp',
1042 'permissions/PermissionStatus.h', 1034 'permissions/PermissionStatus.h',
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
1470 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1462 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1471 'webaudio/ConvolverNodeTest.cpp', 1463 'webaudio/ConvolverNodeTest.cpp',
1472 'webaudio/DynamicsCompressorNodeTest.cpp', 1464 'webaudio/DynamicsCompressorNodeTest.cpp',
1473 'webaudio/ScriptProcessorNodeTest.cpp', 1465 'webaudio/ScriptProcessorNodeTest.cpp',
1474 'webaudio/StereoPannerNodeTest.cpp', 1466 'webaudio/StereoPannerNodeTest.cpp',
1475 'websockets/DOMWebSocketTest.cpp', 1467 'websockets/DOMWebSocketTest.cpp',
1476 'websockets/DocumentWebSocketChannelTest.cpp', 1468 'websockets/DocumentWebSocketChannelTest.cpp',
1477 ], 1469 ],
1478 }, 1470 },
1479 } 1471 }
OLDNEW
« 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