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

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

Issue 1156703003: ServiceWorker: Introduce ExtendableMessageEvent to replace MessageEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update Created 5 years, 5 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'quota/DeprecatedStorageQuota.idl', 159 'quota/DeprecatedStorageQuota.idl',
160 'quota/StorageErrorCallback.idl', 160 'quota/StorageErrorCallback.idl',
161 'quota/StorageInfo.idl', 161 'quota/StorageInfo.idl',
162 'quota/StorageQuota.idl', 162 'quota/StorageQuota.idl',
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/ExtendableMessageEvent.idl',
169 'serviceworkers/FetchEvent.idl', 170 'serviceworkers/FetchEvent.idl',
170 'serviceworkers/ServiceWorker.idl', 171 'serviceworkers/ServiceWorker.idl',
171 'serviceworkers/ServiceWorkerContainer.idl', 172 'serviceworkers/ServiceWorkerContainer.idl',
172 'serviceworkers/ServiceWorkerGlobalScope.idl', 173 'serviceworkers/ServiceWorkerGlobalScope.idl',
173 'serviceworkers/ServiceWorkerMessageEvent.idl', 174 'serviceworkers/ServiceWorkerMessageEvent.idl',
174 'serviceworkers/ServiceWorkerRegistration.idl', 175 'serviceworkers/ServiceWorkerRegistration.idl',
175 'serviceworkers/StashedMessagePort.idl', 176 'serviceworkers/StashedMessagePort.idl',
176 'serviceworkers/StashedPortCollection.idl', 177 'serviceworkers/StashedPortCollection.idl',
177 'serviceworkers/WindowClient.idl', 178 'serviceworkers/WindowClient.idl',
178 'speech/SpeechGrammar.idl', 179 'speech/SpeechGrammar.idl',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 'mediastream/MediaStreamTrackEvent.idl', 331 'mediastream/MediaStreamTrackEvent.idl',
331 'mediastream/RTCDTMFToneChangeEvent.idl', 332 'mediastream/RTCDTMFToneChangeEvent.idl',
332 'mediastream/RTCDataChannelEvent.idl', 333 'mediastream/RTCDataChannelEvent.idl',
333 'mediastream/RTCIceCandidateEvent.idl', 334 'mediastream/RTCIceCandidateEvent.idl',
334 'navigatorconnect/CrossOriginConnectEvent.idl', 335 'navigatorconnect/CrossOriginConnectEvent.idl',
335 'notifications/NotificationEvent.idl', 336 'notifications/NotificationEvent.idl',
336 'presentation/AvailableChangeEvent.idl', 337 'presentation/AvailableChangeEvent.idl',
337 'presentation/DefaultSessionStartEvent.idl', 338 'presentation/DefaultSessionStartEvent.idl',
338 'push_messaging/PushEvent.idl', 339 'push_messaging/PushEvent.idl',
339 'serviceworkers/ExtendableEvent.idl', 340 'serviceworkers/ExtendableEvent.idl',
341 'serviceworkers/ExtendableMessageEvent.idl',
340 'serviceworkers/FetchEvent.idl', 342 'serviceworkers/FetchEvent.idl',
341 'serviceworkers/ServiceWorkerMessageEvent.idl', 343 'serviceworkers/ServiceWorkerMessageEvent.idl',
342 'speech/SpeechRecognitionError.idl', 344 'speech/SpeechRecognitionError.idl',
343 'speech/SpeechRecognitionEvent.idl', 345 'speech/SpeechRecognitionEvent.idl',
344 'speech/SpeechSynthesisEvent.idl', 346 'speech/SpeechSynthesisEvent.idl',
345 'storage/StorageEvent.idl', 347 'storage/StorageEvent.idl',
346 'webaudio/AudioProcessingEvent.idl', 348 'webaudio/AudioProcessingEvent.idl',
347 'webaudio/OfflineAudioCompletionEvent.idl', 349 'webaudio/OfflineAudioCompletionEvent.idl',
348 'webmidi/MIDIConnectionEvent.idl', 350 'webmidi/MIDIConnectionEvent.idl',
349 'webmidi/MIDIMessageEvent.idl', 351 'webmidi/MIDIMessageEvent.idl',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 'notifications/NotificationOptions.idl', 391 'notifications/NotificationOptions.idl',
390 'permissions/MidiPermissionDescriptor.idl', 392 'permissions/MidiPermissionDescriptor.idl',
391 'permissions/PermissionDescriptor.idl', 393 'permissions/PermissionDescriptor.idl',
392 'permissions/PushPermissionDescriptor.idl', 394 'permissions/PushPermissionDescriptor.idl',
393 'presentation/AvailableChangeEventInit.idl', 395 'presentation/AvailableChangeEventInit.idl',
394 'presentation/DefaultSessionStartEventInit.idl', 396 'presentation/DefaultSessionStartEventInit.idl',
395 'push_messaging/PushEventInit.idl', 397 'push_messaging/PushEventInit.idl',
396 'push_messaging/PushSubscriptionOptions.idl', 398 'push_messaging/PushSubscriptionOptions.idl',
397 'serviceworkers/ClientQueryOptions.idl', 399 'serviceworkers/ClientQueryOptions.idl',
398 'serviceworkers/ExtendableEventInit.idl', 400 'serviceworkers/ExtendableEventInit.idl',
401 'serviceworkers/ExtendableMessageEventInit.idl',
399 'serviceworkers/FetchEventInit.idl', 402 'serviceworkers/FetchEventInit.idl',
400 'serviceworkers/RegistrationOptions.idl', 403 'serviceworkers/RegistrationOptions.idl',
401 'serviceworkers/ServiceWorkerMessageEventInit.idl', 404 'serviceworkers/ServiceWorkerMessageEventInit.idl',
402 'speech/SpeechRecognitionErrorInit.idl', 405 'speech/SpeechRecognitionErrorInit.idl',
403 'speech/SpeechRecognitionEventInit.idl', 406 'speech/SpeechRecognitionEventInit.idl',
404 'storage/StorageEventInit.idl', 407 'storage/StorageEventInit.idl',
405 'vr/VRFieldOfViewInit.idl', 408 'vr/VRFieldOfViewInit.idl',
406 'webmidi/MIDIConnectionEventInit.idl', 409 'webmidi/MIDIConnectionEventInit.idl',
407 'webmidi/MIDIMessageEventInit.idl', 410 'webmidi/MIDIMessageEventInit.idl',
408 'webmidi/MIDIOptions.idl', 411 'webmidi/MIDIOptions.idl',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 '<(blink_modules_output_dir)/presentation/DefaultSessionStartEventInit.cpp ', 506 '<(blink_modules_output_dir)/presentation/DefaultSessionStartEventInit.cpp ',
504 '<(blink_modules_output_dir)/presentation/DefaultSessionStartEventInit.h', 507 '<(blink_modules_output_dir)/presentation/DefaultSessionStartEventInit.h',
505 '<(blink_modules_output_dir)/push_messaging/PushEventInit.cpp', 508 '<(blink_modules_output_dir)/push_messaging/PushEventInit.cpp',
506 '<(blink_modules_output_dir)/push_messaging/PushEventInit.h', 509 '<(blink_modules_output_dir)/push_messaging/PushEventInit.h',
507 '<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.cpp', 510 '<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.cpp',
508 '<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.h', 511 '<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.h',
509 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.cpp', 512 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.cpp',
510 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.h', 513 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.h',
511 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.cpp', 514 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.cpp',
512 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.h', 515 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.h',
516 '<(blink_modules_output_dir)/serviceworkers/ExtendableMessageEventInit.cpp ',
517 '<(blink_modules_output_dir)/serviceworkers/ExtendableMessageEventInit.h',
513 '<(blink_modules_output_dir)/serviceworkers/FetchEventInit.cpp', 518 '<(blink_modules_output_dir)/serviceworkers/FetchEventInit.cpp',
514 '<(blink_modules_output_dir)/serviceworkers/FetchEventInit.h', 519 '<(blink_modules_output_dir)/serviceworkers/FetchEventInit.h',
515 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.cpp', 520 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.cpp',
516 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.h', 521 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.h',
517 '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerMessageEventInit. cpp', 522 '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerMessageEventInit. cpp',
518 '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerMessageEventInit. h', 523 '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerMessageEventInit. h',
519 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.cpp', 524 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.cpp',
520 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.h', 525 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.h',
521 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.cpp', 526 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.cpp',
522 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.h', 527 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.h',
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
1159 'screen_orientation/ScreenOrientation.cpp', 1164 'screen_orientation/ScreenOrientation.cpp',
1160 'screen_orientation/ScreenOrientation.h', 1165 'screen_orientation/ScreenOrientation.h',
1161 'screen_orientation/ScreenOrientationController.cpp', 1166 'screen_orientation/ScreenOrientationController.cpp',
1162 'screen_orientation/ScreenOrientationController.h', 1167 'screen_orientation/ScreenOrientationController.h',
1163 'screen_orientation/ScreenOrientationDispatcher.cpp', 1168 'screen_orientation/ScreenOrientationDispatcher.cpp',
1164 'screen_orientation/ScreenOrientationDispatcher.h', 1169 'screen_orientation/ScreenOrientationDispatcher.h',
1165 'screen_orientation/ScreenOrientationInspectorAgent.cpp', 1170 'screen_orientation/ScreenOrientationInspectorAgent.cpp',
1166 'screen_orientation/ScreenOrientationInspectorAgent.h', 1171 'screen_orientation/ScreenOrientationInspectorAgent.h',
1167 'serviceworkers/ExtendableEvent.cpp', 1172 'serviceworkers/ExtendableEvent.cpp',
1168 'serviceworkers/ExtendableEvent.h', 1173 'serviceworkers/ExtendableEvent.h',
1174 'serviceworkers/ExtendableMessageEvent.cpp',
1175 'serviceworkers/ExtendableMessageEvent.h',
1169 'serviceworkers/FetchEvent.cpp', 1176 'serviceworkers/FetchEvent.cpp',
1170 'serviceworkers/FetchEvent.h', 1177 'serviceworkers/FetchEvent.h',
1171 'serviceworkers/NavigatorServiceWorker.cpp', 1178 'serviceworkers/NavigatorServiceWorker.cpp',
1172 'serviceworkers/NavigatorServiceWorker.h', 1179 'serviceworkers/NavigatorServiceWorker.h',
1173 'serviceworkers/RespondWithObserver.cpp', 1180 'serviceworkers/RespondWithObserver.cpp',
1174 'serviceworkers/RespondWithObserver.h', 1181 'serviceworkers/RespondWithObserver.h',
1175 'serviceworkers/ServiceWorker.cpp', 1182 'serviceworkers/ServiceWorker.cpp',
1176 'serviceworkers/ServiceWorker.h', 1183 'serviceworkers/ServiceWorker.h',
1177 'serviceworkers/ServiceWorkerClient.cpp', 1184 'serviceworkers/ServiceWorkerClient.cpp',
1178 'serviceworkers/ServiceWorkerClient.h', 1185 'serviceworkers/ServiceWorkerClient.h',
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
1521 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1528 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1522 'webaudio/ConvolverNodeTest.cpp', 1529 'webaudio/ConvolverNodeTest.cpp',
1523 'webaudio/DynamicsCompressorNodeTest.cpp', 1530 'webaudio/DynamicsCompressorNodeTest.cpp',
1524 'webaudio/ScriptProcessorNodeTest.cpp', 1531 'webaudio/ScriptProcessorNodeTest.cpp',
1525 'webaudio/StereoPannerNodeTest.cpp', 1532 'webaudio/StereoPannerNodeTest.cpp',
1526 'websockets/DOMWebSocketTest.cpp', 1533 'websockets/DOMWebSocketTest.cpp',
1527 'websockets/DocumentWebSocketChannelTest.cpp', 1534 'websockets/DocumentWebSocketChannelTest.cpp',
1528 ], 1535 ],
1529 }, 1536 },
1530 } 1537 }
OLDNEW
« no previous file with comments | « Source/bindings/modules/v8/custom/custom.gypi ('k') | Source/modules/serviceworkers/ExtendableMessageEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698