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

Side by Side Diff: Source/modules/modules.gypi

Issue 1008533005: Initial implementation of stashed message ports, blink side (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 7 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
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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 'quota/StorageUsageCallback.idl', 164 'quota/StorageUsageCallback.idl',
165 'screen_orientation/ScreenOrientation.idl', 165 'screen_orientation/ScreenOrientation.idl',
166 'serviceworkers/Client.idl', 166 'serviceworkers/Client.idl',
167 'serviceworkers/Clients.idl', 167 'serviceworkers/Clients.idl',
168 'serviceworkers/ExtendableEvent.idl', 168 'serviceworkers/ExtendableEvent.idl',
169 'serviceworkers/FetchEvent.idl', 169 'serviceworkers/FetchEvent.idl',
170 'serviceworkers/ServiceWorker.idl', 170 'serviceworkers/ServiceWorker.idl',
171 'serviceworkers/ServiceWorkerContainer.idl', 171 'serviceworkers/ServiceWorkerContainer.idl',
172 'serviceworkers/ServiceWorkerGlobalScope.idl', 172 'serviceworkers/ServiceWorkerGlobalScope.idl',
173 'serviceworkers/ServiceWorkerRegistration.idl', 173 'serviceworkers/ServiceWorkerRegistration.idl',
174 'serviceworkers/StashedMessagePort.idl',
175 'serviceworkers/StashedPortCollection.idl',
174 'serviceworkers/WindowClient.idl', 176 'serviceworkers/WindowClient.idl',
175 'speech/SpeechGrammar.idl', 177 'speech/SpeechGrammar.idl',
176 'speech/SpeechGrammarList.idl', 178 'speech/SpeechGrammarList.idl',
177 'speech/SpeechRecognition.idl', 179 'speech/SpeechRecognition.idl',
178 'speech/SpeechRecognitionAlternative.idl', 180 'speech/SpeechRecognitionAlternative.idl',
179 'speech/SpeechRecognitionError.idl', 181 'speech/SpeechRecognitionError.idl',
180 'speech/SpeechRecognitionEvent.idl', 182 'speech/SpeechRecognitionEvent.idl',
181 'speech/SpeechRecognitionResult.idl', 183 'speech/SpeechRecognitionResult.idl',
182 'speech/SpeechRecognitionResultList.idl', 184 'speech/SpeechRecognitionResultList.idl',
183 'speech/SpeechSynthesis.idl', 185 'speech/SpeechSynthesis.idl',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 'geofencing/WorkerNavigatorGeofencing.idl', 275 'geofencing/WorkerNavigatorGeofencing.idl',
274 'geolocation/NavigatorGeolocation.idl', 276 'geolocation/NavigatorGeolocation.idl',
275 'indexeddb/WindowIndexedDatabase.idl', 277 'indexeddb/WindowIndexedDatabase.idl',
276 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', 278 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
277 'mediasource/HTMLVideoElementMediaSource.idl', 279 'mediasource/HTMLVideoElementMediaSource.idl',
278 'mediasource/URLMediaSource.idl', 280 'mediasource/URLMediaSource.idl',
279 'mediastream/NavigatorMediaStream.idl', 281 'mediastream/NavigatorMediaStream.idl',
280 'mediastream/URLMediaStream.idl', 282 'mediastream/URLMediaStream.idl',
281 'mediastream/WindowMediaStream.idl', 283 'mediastream/WindowMediaStream.idl',
282 'navigatorconnect/NavigatorConnect.idl', 284 'navigatorconnect/NavigatorConnect.idl',
285 'navigatorconnect/ServiceWorkerGlobalScopeNavigatorConnect.idl',
283 'navigatorconnect/WorkerNavigatorConnect.idl', 286 'navigatorconnect/WorkerNavigatorConnect.idl',
284 'navigatorcontentutils/NavigatorContentUtils.idl', 287 'navigatorcontentutils/NavigatorContentUtils.idl',
285 'netinfo/NavigatorNetworkInformation.idl', 288 'netinfo/NavigatorNetworkInformation.idl',
286 'netinfo/WorkerNavigatorNetworkInformation.idl', 289 'netinfo/WorkerNavigatorNetworkInformation.idl',
287 'notifications/ServiceWorkerGlobalScopeNotifications.idl', 290 'notifications/ServiceWorkerGlobalScopeNotifications.idl',
288 'notifications/ServiceWorkerRegistrationNotifications.idl', 291 'notifications/ServiceWorkerRegistrationNotifications.idl',
289 'permissions/NavigatorPermissions.idl', 292 'permissions/NavigatorPermissions.idl',
290 'permissions/WorkerNavigatorPermissions.idl', 293 'permissions/WorkerNavigatorPermissions.idl',
291 'performance/SharedWorkerPerformance.idl', 294 'performance/SharedWorkerPerformance.idl',
292 'performance/WorkerGlobalScopePerformance.idl', 295 'performance/WorkerGlobalScopePerformance.idl',
(...skipping 832 matching lines...) Expand 10 before | Expand all | Expand 10 after
1125 'serviceworkers/ServiceWorkerGlobalScope.cpp', 1128 'serviceworkers/ServiceWorkerGlobalScope.cpp',
1126 'serviceworkers/ServiceWorkerGlobalScope.h', 1129 'serviceworkers/ServiceWorkerGlobalScope.h',
1127 'serviceworkers/ServiceWorkerGlobalScopeClient.cpp', 1130 'serviceworkers/ServiceWorkerGlobalScopeClient.cpp',
1128 'serviceworkers/ServiceWorkerGlobalScopeClient.h', 1131 'serviceworkers/ServiceWorkerGlobalScopeClient.h',
1129 'serviceworkers/ServiceWorkerRegistration.cpp', 1132 'serviceworkers/ServiceWorkerRegistration.cpp',
1130 'serviceworkers/ServiceWorkerRegistration.h', 1133 'serviceworkers/ServiceWorkerRegistration.h',
1131 'serviceworkers/ServiceWorkerScriptCachedMetadataHandler.cpp', 1134 'serviceworkers/ServiceWorkerScriptCachedMetadataHandler.cpp',
1132 'serviceworkers/ServiceWorkerScriptCachedMetadataHandler.h', 1135 'serviceworkers/ServiceWorkerScriptCachedMetadataHandler.h',
1133 'serviceworkers/ServiceWorkerThread.cpp', 1136 'serviceworkers/ServiceWorkerThread.cpp',
1134 'serviceworkers/ServiceWorkerThread.h', 1137 'serviceworkers/ServiceWorkerThread.h',
1138 'serviceworkers/StashedMessagePort.cpp',
1139 'serviceworkers/StashedMessagePort.h',
1140 'serviceworkers/StashedPortCollection.cpp',
1141 'serviceworkers/StashedPortCollection.h',
1135 'serviceworkers/WaitUntilObserver.cpp', 1142 'serviceworkers/WaitUntilObserver.cpp',
1136 'speech/DOMWindowSpeechSynthesis.cpp', 1143 'speech/DOMWindowSpeechSynthesis.cpp',
1137 'speech/DOMWindowSpeechSynthesis.h', 1144 'speech/DOMWindowSpeechSynthesis.h',
1138 'speech/SpeechGrammar.cpp', 1145 'speech/SpeechGrammar.cpp',
1139 'speech/SpeechGrammar.h', 1146 'speech/SpeechGrammar.h',
1140 'speech/SpeechGrammarList.cpp', 1147 'speech/SpeechGrammarList.cpp',
1141 'speech/SpeechGrammarList.h', 1148 'speech/SpeechGrammarList.h',
1142 'speech/SpeechRecognition.cpp', 1149 'speech/SpeechRecognition.cpp',
1143 'speech/SpeechRecognition.h', 1150 'speech/SpeechRecognition.h',
1144 'speech/SpeechRecognitionAlternative.cpp', 1151 'speech/SpeechRecognitionAlternative.cpp',
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
1441 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1448 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1442 'webaudio/ConvolverNodeTest.cpp', 1449 'webaudio/ConvolverNodeTest.cpp',
1443 'webaudio/DynamicsCompressorNodeTest.cpp', 1450 'webaudio/DynamicsCompressorNodeTest.cpp',
1444 'webaudio/ScriptProcessorNodeTest.cpp', 1451 'webaudio/ScriptProcessorNodeTest.cpp',
1445 'webaudio/StereoPannerNodeTest.cpp', 1452 'webaudio/StereoPannerNodeTest.cpp',
1446 'websockets/DOMWebSocketTest.cpp', 1453 'websockets/DOMWebSocketTest.cpp',
1447 'websockets/DocumentWebSocketChannelTest.cpp', 1454 'websockets/DocumentWebSocketChannelTest.cpp',
1448 ], 1455 ],
1449 }, 1456 },
1450 } 1457 }
OLDNEW
« no previous file with comments | « Source/modules/EventTargetModulesFactory.in ('k') | Source/modules/serviceworkers/ServiceWorkerGlobalScope.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698