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

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: remove custom bindings 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 'quota/StorageQuotaCallback.idl', 163 'quota/StorageQuotaCallback.idl',
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/ServiceWorkerMessageEvent.idl',
173 'serviceworkers/ServiceWorkerRegistration.idl', 174 'serviceworkers/ServiceWorkerRegistration.idl',
174 'serviceworkers/StashedMessagePort.idl', 175 'serviceworkers/StashedMessagePort.idl',
175 'serviceworkers/StashedPortCollection.idl', 176 'serviceworkers/StashedPortCollection.idl',
176 'serviceworkers/WindowClient.idl', 177 'serviceworkers/WindowClient.idl',
177 'speech/SpeechGrammar.idl', 178 'speech/SpeechGrammar.idl',
178 'speech/SpeechGrammarList.idl', 179 'speech/SpeechGrammarList.idl',
179 'speech/SpeechRecognition.idl', 180 'speech/SpeechRecognition.idl',
180 'speech/SpeechRecognitionAlternative.idl', 181 'speech/SpeechRecognitionAlternative.idl',
181 'speech/SpeechRecognitionError.idl', 182 'speech/SpeechRecognitionError.idl',
182 'speech/SpeechRecognitionEvent.idl', 183 'speech/SpeechRecognitionEvent.idl',
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 'mediastream/RTCDTMFToneChangeEvent.idl', 330 'mediastream/RTCDTMFToneChangeEvent.idl',
330 'mediastream/RTCDataChannelEvent.idl', 331 'mediastream/RTCDataChannelEvent.idl',
331 'mediastream/RTCIceCandidateEvent.idl', 332 'mediastream/RTCIceCandidateEvent.idl',
332 'navigatorconnect/CrossOriginConnectEvent.idl', 333 'navigatorconnect/CrossOriginConnectEvent.idl',
333 'notifications/NotificationEvent.idl', 334 'notifications/NotificationEvent.idl',
334 'presentation/AvailableChangeEvent.idl', 335 'presentation/AvailableChangeEvent.idl',
335 'presentation/DefaultSessionStartEvent.idl', 336 'presentation/DefaultSessionStartEvent.idl',
336 'push_messaging/PushEvent.idl', 337 'push_messaging/PushEvent.idl',
337 'serviceworkers/ExtendableEvent.idl', 338 'serviceworkers/ExtendableEvent.idl',
338 'serviceworkers/FetchEvent.idl', 339 'serviceworkers/FetchEvent.idl',
340 'serviceworkers/ServiceWorkerMessageEvent.idl',
339 'speech/SpeechRecognitionError.idl', 341 'speech/SpeechRecognitionError.idl',
340 'speech/SpeechRecognitionEvent.idl', 342 'speech/SpeechRecognitionEvent.idl',
341 'speech/SpeechSynthesisEvent.idl', 343 'speech/SpeechSynthesisEvent.idl',
342 'storage/StorageEvent.idl', 344 'storage/StorageEvent.idl',
343 'webaudio/AudioProcessingEvent.idl', 345 'webaudio/AudioProcessingEvent.idl',
344 'webaudio/OfflineAudioCompletionEvent.idl', 346 'webaudio/OfflineAudioCompletionEvent.idl',
345 'webmidi/MIDIConnectionEvent.idl', 347 'webmidi/MIDIConnectionEvent.idl',
346 'webmidi/MIDIMessageEvent.idl', 348 'webmidi/MIDIMessageEvent.idl',
347 'websockets/CloseEvent.idl', 349 'websockets/CloseEvent.idl',
348 ], 350 ],
(...skipping 29 matching lines...) Expand all
378 'permissions/PermissionDescriptor.idl', 380 'permissions/PermissionDescriptor.idl',
379 'permissions/PushPermissionDescriptor.idl', 381 'permissions/PushPermissionDescriptor.idl',
380 'presentation/AvailableChangeEventInit.idl', 382 'presentation/AvailableChangeEventInit.idl',
381 'presentation/DefaultSessionStartEventInit.idl', 383 'presentation/DefaultSessionStartEventInit.idl',
382 'push_messaging/PushEventInit.idl', 384 'push_messaging/PushEventInit.idl',
383 'push_messaging/PushSubscriptionOptions.idl', 385 'push_messaging/PushSubscriptionOptions.idl',
384 'serviceworkers/ClientQueryOptions.idl', 386 'serviceworkers/ClientQueryOptions.idl',
385 'serviceworkers/ExtendableEventInit.idl', 387 'serviceworkers/ExtendableEventInit.idl',
386 'serviceworkers/FetchEventInit.idl', 388 'serviceworkers/FetchEventInit.idl',
387 'serviceworkers/RegistrationOptions.idl', 389 'serviceworkers/RegistrationOptions.idl',
390 'serviceworkers/ServiceWorkerMessageEventInit.idl',
388 'speech/SpeechRecognitionErrorInit.idl', 391 'speech/SpeechRecognitionErrorInit.idl',
389 'speech/SpeechRecognitionEventInit.idl', 392 'speech/SpeechRecognitionEventInit.idl',
390 'storage/StorageEventInit.idl', 393 'storage/StorageEventInit.idl',
391 'vr/VRFieldOfViewInit.idl', 394 'vr/VRFieldOfViewInit.idl',
392 'webmidi/MIDIConnectionEventInit.idl', 395 'webmidi/MIDIConnectionEventInit.idl',
393 'webmidi/MIDIMessageEventInit.idl', 396 'webmidi/MIDIMessageEventInit.idl',
394 'webmidi/MIDIOptions.idl', 397 'webmidi/MIDIOptions.idl',
395 'websockets/CloseEventInit.idl', 398 'websockets/CloseEventInit.idl',
396 ], 399 ],
397 'generated_modules_files': [ 400 'generated_modules_files': [
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 '<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.cpp', 478 '<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.cpp',
476 '<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.h', 479 '<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.h',
477 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.cpp', 480 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.cpp',
478 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.h', 481 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.h',
479 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.cpp', 482 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.cpp',
480 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.h', 483 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.h',
481 '<(blink_modules_output_dir)/serviceworkers/FetchEventInit.cpp', 484 '<(blink_modules_output_dir)/serviceworkers/FetchEventInit.cpp',
482 '<(blink_modules_output_dir)/serviceworkers/FetchEventInit.h', 485 '<(blink_modules_output_dir)/serviceworkers/FetchEventInit.h',
483 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.cpp', 486 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.cpp',
484 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.h', 487 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.h',
488 '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerMessageEventInit. cpp',
489 '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerMessageEventInit. h',
485 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.cpp', 490 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.cpp',
486 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.h', 491 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.h',
487 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.cpp', 492 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.cpp',
488 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.h', 493 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.h',
489 '<(blink_modules_output_dir)/storage/StorageEventInit.cpp', 494 '<(blink_modules_output_dir)/storage/StorageEventInit.cpp',
490 '<(blink_modules_output_dir)/storage/StorageEventInit.h', 495 '<(blink_modules_output_dir)/storage/StorageEventInit.h',
491 '<(blink_modules_output_dir)/vr/VRFieldOfViewInit.cpp', 496 '<(blink_modules_output_dir)/vr/VRFieldOfViewInit.cpp',
492 '<(blink_modules_output_dir)/vr/VRFieldOfViewInit.h', 497 '<(blink_modules_output_dir)/vr/VRFieldOfViewInit.h',
493 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.cpp', 498 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.cpp',
494 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.h', 499 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.h',
(...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after
1122 'serviceworkers/ServiceWorkerContainerClient.cpp', 1127 'serviceworkers/ServiceWorkerContainerClient.cpp',
1123 'serviceworkers/ServiceWorkerContainerClient.h', 1128 'serviceworkers/ServiceWorkerContainerClient.h',
1124 'serviceworkers/ServiceWorkerWindowClient.cpp', 1129 'serviceworkers/ServiceWorkerWindowClient.cpp',
1125 'serviceworkers/ServiceWorkerWindowClient.h', 1130 'serviceworkers/ServiceWorkerWindowClient.h',
1126 'serviceworkers/ServiceWorkerError.cpp', 1131 'serviceworkers/ServiceWorkerError.cpp',
1127 'serviceworkers/ServiceWorkerError.h', 1132 'serviceworkers/ServiceWorkerError.h',
1128 'serviceworkers/ServiceWorkerGlobalScope.cpp', 1133 'serviceworkers/ServiceWorkerGlobalScope.cpp',
1129 'serviceworkers/ServiceWorkerGlobalScope.h', 1134 'serviceworkers/ServiceWorkerGlobalScope.h',
1130 'serviceworkers/ServiceWorkerGlobalScopeClient.cpp', 1135 'serviceworkers/ServiceWorkerGlobalScopeClient.cpp',
1131 'serviceworkers/ServiceWorkerGlobalScopeClient.h', 1136 'serviceworkers/ServiceWorkerGlobalScopeClient.h',
1137 'serviceworkers/ServiceWorkerMessageEvent.cpp',
1138 'serviceworkers/ServiceWorkerMessageEvent.h',
1132 'serviceworkers/ServiceWorkerRegistration.cpp', 1139 'serviceworkers/ServiceWorkerRegistration.cpp',
1133 'serviceworkers/ServiceWorkerRegistration.h', 1140 'serviceworkers/ServiceWorkerRegistration.h',
1134 'serviceworkers/ServiceWorkerScriptCachedMetadataHandler.cpp', 1141 'serviceworkers/ServiceWorkerScriptCachedMetadataHandler.cpp',
1135 'serviceworkers/ServiceWorkerScriptCachedMetadataHandler.h', 1142 'serviceworkers/ServiceWorkerScriptCachedMetadataHandler.h',
1136 'serviceworkers/ServiceWorkerThread.cpp', 1143 'serviceworkers/ServiceWorkerThread.cpp',
1137 'serviceworkers/ServiceWorkerThread.h', 1144 'serviceworkers/ServiceWorkerThread.h',
1138 'serviceworkers/StashedMessagePort.cpp', 1145 'serviceworkers/StashedMessagePort.cpp',
1139 'serviceworkers/StashedMessagePort.h', 1146 'serviceworkers/StashedMessagePort.h',
1140 'serviceworkers/StashedPortCollection.cpp', 1147 'serviceworkers/StashedPortCollection.cpp',
1141 'serviceworkers/StashedPortCollection.h', 1148 'serviceworkers/StashedPortCollection.h',
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
1448 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1455 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1449 'webaudio/ConvolverNodeTest.cpp', 1456 'webaudio/ConvolverNodeTest.cpp',
1450 'webaudio/DynamicsCompressorNodeTest.cpp', 1457 'webaudio/DynamicsCompressorNodeTest.cpp',
1451 'webaudio/ScriptProcessorNodeTest.cpp', 1458 'webaudio/ScriptProcessorNodeTest.cpp',
1452 'webaudio/StereoPannerNodeTest.cpp', 1459 'webaudio/StereoPannerNodeTest.cpp',
1453 'websockets/DOMWebSocketTest.cpp', 1460 'websockets/DOMWebSocketTest.cpp',
1454 'websockets/DocumentWebSocketChannelTest.cpp', 1461 'websockets/DocumentWebSocketChannelTest.cpp',
1455 ], 1462 ],
1456 }, 1463 },
1457 } 1464 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698