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

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

Issue 1130113006: ServiceWorker: Introduce ServiceWorkerMessageEvent to replace MessageEvent (3/3). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: make union type only on stack 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
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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'quota/StorageQuotaCallback.idl', 160 'quota/StorageQuotaCallback.idl',
161 'quota/StorageUsageCallback.idl', 161 'quota/StorageUsageCallback.idl',
162 'screen_orientation/ScreenOrientation.idl', 162 'screen_orientation/ScreenOrientation.idl',
163 'serviceworkers/Client.idl', 163 'serviceworkers/Client.idl',
164 'serviceworkers/Clients.idl', 164 'serviceworkers/Clients.idl',
165 'serviceworkers/ExtendableEvent.idl', 165 'serviceworkers/ExtendableEvent.idl',
166 'serviceworkers/FetchEvent.idl', 166 'serviceworkers/FetchEvent.idl',
167 'serviceworkers/ServiceWorker.idl', 167 'serviceworkers/ServiceWorker.idl',
168 'serviceworkers/ServiceWorkerContainer.idl', 168 'serviceworkers/ServiceWorkerContainer.idl',
169 'serviceworkers/ServiceWorkerGlobalScope.idl', 169 'serviceworkers/ServiceWorkerGlobalScope.idl',
170 'serviceworkers/ServiceWorkerMessageEvent.idl',
170 'serviceworkers/ServiceWorkerRegistration.idl', 171 'serviceworkers/ServiceWorkerRegistration.idl',
171 'serviceworkers/StashedMessagePort.idl', 172 'serviceworkers/StashedMessagePort.idl',
172 'serviceworkers/StashedPortCollection.idl', 173 'serviceworkers/StashedPortCollection.idl',
173 'serviceworkers/WindowClient.idl', 174 'serviceworkers/WindowClient.idl',
174 'speech/SpeechGrammar.idl', 175 'speech/SpeechGrammar.idl',
175 'speech/SpeechGrammarList.idl', 176 'speech/SpeechGrammarList.idl',
176 'speech/SpeechRecognition.idl', 177 'speech/SpeechRecognition.idl',
177 'speech/SpeechRecognitionAlternative.idl', 178 'speech/SpeechRecognitionAlternative.idl',
178 'speech/SpeechRecognitionError.idl', 179 'speech/SpeechRecognitionError.idl',
179 'speech/SpeechRecognitionEvent.idl', 180 'speech/SpeechRecognitionEvent.idl',
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 'mediastream/RTCDTMFToneChangeEvent.idl', 327 'mediastream/RTCDTMFToneChangeEvent.idl',
327 'mediastream/RTCDataChannelEvent.idl', 328 'mediastream/RTCDataChannelEvent.idl',
328 'mediastream/RTCIceCandidateEvent.idl', 329 'mediastream/RTCIceCandidateEvent.idl',
329 'navigatorconnect/CrossOriginConnectEvent.idl', 330 'navigatorconnect/CrossOriginConnectEvent.idl',
330 'notifications/NotificationEvent.idl', 331 'notifications/NotificationEvent.idl',
331 'presentation/AvailableChangeEvent.idl', 332 'presentation/AvailableChangeEvent.idl',
332 'presentation/DefaultSessionStartEvent.idl', 333 'presentation/DefaultSessionStartEvent.idl',
333 'push_messaging/PushEvent.idl', 334 'push_messaging/PushEvent.idl',
334 'serviceworkers/ExtendableEvent.idl', 335 'serviceworkers/ExtendableEvent.idl',
335 'serviceworkers/FetchEvent.idl', 336 'serviceworkers/FetchEvent.idl',
337 'serviceworkers/ServiceWorkerMessageEvent.idl',
336 'speech/SpeechRecognitionError.idl', 338 'speech/SpeechRecognitionError.idl',
337 'speech/SpeechRecognitionEvent.idl', 339 'speech/SpeechRecognitionEvent.idl',
338 'speech/SpeechSynthesisEvent.idl', 340 'speech/SpeechSynthesisEvent.idl',
339 'storage/StorageEvent.idl', 341 'storage/StorageEvent.idl',
340 'webaudio/AudioProcessingEvent.idl', 342 'webaudio/AudioProcessingEvent.idl',
341 'webaudio/OfflineAudioCompletionEvent.idl', 343 'webaudio/OfflineAudioCompletionEvent.idl',
342 'webmidi/MIDIConnectionEvent.idl', 344 'webmidi/MIDIConnectionEvent.idl',
343 'webmidi/MIDIMessageEvent.idl', 345 'webmidi/MIDIMessageEvent.idl',
344 'websockets/CloseEvent.idl', 346 'websockets/CloseEvent.idl',
345 ], 347 ],
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 'permissions/PermissionDescriptor.idl', 381 'permissions/PermissionDescriptor.idl',
380 'permissions/PushPermissionDescriptor.idl', 382 'permissions/PushPermissionDescriptor.idl',
381 'presentation/AvailableChangeEventInit.idl', 383 'presentation/AvailableChangeEventInit.idl',
382 'presentation/DefaultSessionStartEventInit.idl', 384 'presentation/DefaultSessionStartEventInit.idl',
383 'push_messaging/PushEventInit.idl', 385 'push_messaging/PushEventInit.idl',
384 'push_messaging/PushSubscriptionOptions.idl', 386 'push_messaging/PushSubscriptionOptions.idl',
385 'serviceworkers/ClientQueryOptions.idl', 387 'serviceworkers/ClientQueryOptions.idl',
386 'serviceworkers/ExtendableEventInit.idl', 388 'serviceworkers/ExtendableEventInit.idl',
387 'serviceworkers/FetchEventInit.idl', 389 'serviceworkers/FetchEventInit.idl',
388 'serviceworkers/RegistrationOptions.idl', 390 'serviceworkers/RegistrationOptions.idl',
391 'serviceworkers/ServiceWorkerMessageEventInit.idl',
389 'speech/SpeechRecognitionErrorInit.idl', 392 'speech/SpeechRecognitionErrorInit.idl',
390 'speech/SpeechRecognitionEventInit.idl', 393 'speech/SpeechRecognitionEventInit.idl',
391 'storage/StorageEventInit.idl', 394 'storage/StorageEventInit.idl',
392 'vr/VRFieldOfViewInit.idl', 395 'vr/VRFieldOfViewInit.idl',
393 'webmidi/MIDIConnectionEventInit.idl', 396 'webmidi/MIDIConnectionEventInit.idl',
394 'webmidi/MIDIMessageEventInit.idl', 397 'webmidi/MIDIMessageEventInit.idl',
395 'webmidi/MIDIOptions.idl', 398 'webmidi/MIDIOptions.idl',
396 'websockets/CloseEventInit.idl', 399 'websockets/CloseEventInit.idl',
397 ], 400 ],
398 'generated_modules_files': [ 401 'generated_modules_files': [
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 '<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.cpp', 487 '<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.cpp',
485 '<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.h', 488 '<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.h',
486 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.cpp', 489 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.cpp',
487 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.h', 490 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.h',
488 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.cpp', 491 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.cpp',
489 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.h', 492 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.h',
490 '<(blink_modules_output_dir)/serviceworkers/FetchEventInit.cpp', 493 '<(blink_modules_output_dir)/serviceworkers/FetchEventInit.cpp',
491 '<(blink_modules_output_dir)/serviceworkers/FetchEventInit.h', 494 '<(blink_modules_output_dir)/serviceworkers/FetchEventInit.h',
492 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.cpp', 495 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.cpp',
493 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.h', 496 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.h',
497 '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerMessageEventInit. cpp',
498 '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerMessageEventInit. h',
494 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.cpp', 499 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.cpp',
495 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.h', 500 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.h',
496 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.cpp', 501 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.cpp',
497 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.h', 502 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.h',
498 '<(blink_modules_output_dir)/storage/StorageEventInit.cpp', 503 '<(blink_modules_output_dir)/storage/StorageEventInit.cpp',
499 '<(blink_modules_output_dir)/storage/StorageEventInit.h', 504 '<(blink_modules_output_dir)/storage/StorageEventInit.h',
500 '<(blink_modules_output_dir)/vr/VRFieldOfViewInit.cpp', 505 '<(blink_modules_output_dir)/vr/VRFieldOfViewInit.cpp',
501 '<(blink_modules_output_dir)/vr/VRFieldOfViewInit.h', 506 '<(blink_modules_output_dir)/vr/VRFieldOfViewInit.h',
502 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.cpp', 507 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.cpp',
503 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.h', 508 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.h',
(...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
1129 'serviceworkers/ServiceWorkerContainerClient.cpp', 1134 'serviceworkers/ServiceWorkerContainerClient.cpp',
1130 'serviceworkers/ServiceWorkerContainerClient.h', 1135 'serviceworkers/ServiceWorkerContainerClient.h',
1131 'serviceworkers/ServiceWorkerWindowClient.cpp', 1136 'serviceworkers/ServiceWorkerWindowClient.cpp',
1132 'serviceworkers/ServiceWorkerWindowClient.h', 1137 'serviceworkers/ServiceWorkerWindowClient.h',
1133 'serviceworkers/ServiceWorkerError.cpp', 1138 'serviceworkers/ServiceWorkerError.cpp',
1134 'serviceworkers/ServiceWorkerError.h', 1139 'serviceworkers/ServiceWorkerError.h',
1135 'serviceworkers/ServiceWorkerGlobalScope.cpp', 1140 'serviceworkers/ServiceWorkerGlobalScope.cpp',
1136 'serviceworkers/ServiceWorkerGlobalScope.h', 1141 'serviceworkers/ServiceWorkerGlobalScope.h',
1137 'serviceworkers/ServiceWorkerGlobalScopeClient.cpp', 1142 'serviceworkers/ServiceWorkerGlobalScopeClient.cpp',
1138 'serviceworkers/ServiceWorkerGlobalScopeClient.h', 1143 'serviceworkers/ServiceWorkerGlobalScopeClient.h',
1144 'serviceworkers/ServiceWorkerMessageEvent.cpp',
1145 'serviceworkers/ServiceWorkerMessageEvent.h',
1139 'serviceworkers/ServiceWorkerRegistration.cpp', 1146 'serviceworkers/ServiceWorkerRegistration.cpp',
1140 'serviceworkers/ServiceWorkerRegistration.h', 1147 'serviceworkers/ServiceWorkerRegistration.h',
1141 'serviceworkers/ServiceWorkerScriptCachedMetadataHandler.cpp', 1148 'serviceworkers/ServiceWorkerScriptCachedMetadataHandler.cpp',
1142 'serviceworkers/ServiceWorkerScriptCachedMetadataHandler.h', 1149 'serviceworkers/ServiceWorkerScriptCachedMetadataHandler.h',
1143 'serviceworkers/ServiceWorkerThread.cpp', 1150 'serviceworkers/ServiceWorkerThread.cpp',
1144 'serviceworkers/ServiceWorkerThread.h', 1151 'serviceworkers/ServiceWorkerThread.h',
1145 'serviceworkers/StashedMessagePort.cpp', 1152 'serviceworkers/StashedMessagePort.cpp',
1146 'serviceworkers/StashedMessagePort.h', 1153 'serviceworkers/StashedMessagePort.h',
1147 'serviceworkers/StashedPortCollection.cpp', 1154 'serviceworkers/StashedPortCollection.cpp',
1148 'serviceworkers/StashedPortCollection.h', 1155 'serviceworkers/StashedPortCollection.h',
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
1456 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1463 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1457 'webaudio/ConvolverNodeTest.cpp', 1464 'webaudio/ConvolverNodeTest.cpp',
1458 'webaudio/DynamicsCompressorNodeTest.cpp', 1465 'webaudio/DynamicsCompressorNodeTest.cpp',
1459 'webaudio/ScriptProcessorNodeTest.cpp', 1466 'webaudio/ScriptProcessorNodeTest.cpp',
1460 'webaudio/StereoPannerNodeTest.cpp', 1467 'webaudio/StereoPannerNodeTest.cpp',
1461 'websockets/DOMWebSocketTest.cpp', 1468 'websockets/DOMWebSocketTest.cpp',
1462 'websockets/DocumentWebSocketChannelTest.cpp', 1469 'websockets/DocumentWebSocketChannelTest.cpp',
1463 ], 1470 ],
1464 }, 1471 },
1465 } 1472 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698