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

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 more tests pass 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 'quota/StorageQuotaCallback.idl', 161 'quota/StorageQuotaCallback.idl',
162 'quota/StorageUsageCallback.idl', 162 'quota/StorageUsageCallback.idl',
163 'screen_orientation/ScreenOrientation.idl', 163 'screen_orientation/ScreenOrientation.idl',
164 'serviceworkers/Client.idl', 164 'serviceworkers/Client.idl',
165 'serviceworkers/Clients.idl', 165 'serviceworkers/Clients.idl',
166 'serviceworkers/ExtendableEvent.idl', 166 'serviceworkers/ExtendableEvent.idl',
167 'serviceworkers/FetchEvent.idl', 167 'serviceworkers/FetchEvent.idl',
168 'serviceworkers/ServiceWorker.idl', 168 'serviceworkers/ServiceWorker.idl',
169 'serviceworkers/ServiceWorkerContainer.idl', 169 'serviceworkers/ServiceWorkerContainer.idl',
170 'serviceworkers/ServiceWorkerGlobalScope.idl', 170 'serviceworkers/ServiceWorkerGlobalScope.idl',
171 'serviceworkers/ServiceWorkerMessageEvent.idl',
171 'serviceworkers/ServiceWorkerRegistration.idl', 172 'serviceworkers/ServiceWorkerRegistration.idl',
172 'serviceworkers/StashedMessagePort.idl', 173 'serviceworkers/StashedMessagePort.idl',
173 'serviceworkers/StashedPortCollection.idl', 174 'serviceworkers/StashedPortCollection.idl',
174 'serviceworkers/WindowClient.idl', 175 'serviceworkers/WindowClient.idl',
175 'speech/SpeechGrammar.idl', 176 'speech/SpeechGrammar.idl',
176 'speech/SpeechGrammarList.idl', 177 'speech/SpeechGrammarList.idl',
177 'speech/SpeechRecognition.idl', 178 'speech/SpeechRecognition.idl',
178 'speech/SpeechRecognitionAlternative.idl', 179 'speech/SpeechRecognitionAlternative.idl',
179 'speech/SpeechRecognitionError.idl', 180 'speech/SpeechRecognitionError.idl',
180 'speech/SpeechRecognitionEvent.idl', 181 'speech/SpeechRecognitionEvent.idl',
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 'mediastream/RTCDTMFToneChangeEvent.idl', 328 'mediastream/RTCDTMFToneChangeEvent.idl',
328 'mediastream/RTCDataChannelEvent.idl', 329 'mediastream/RTCDataChannelEvent.idl',
329 'mediastream/RTCIceCandidateEvent.idl', 330 'mediastream/RTCIceCandidateEvent.idl',
330 'navigatorconnect/CrossOriginConnectEvent.idl', 331 'navigatorconnect/CrossOriginConnectEvent.idl',
331 'notifications/NotificationEvent.idl', 332 'notifications/NotificationEvent.idl',
332 'presentation/AvailableChangeEvent.idl', 333 'presentation/AvailableChangeEvent.idl',
333 'presentation/DefaultSessionStartEvent.idl', 334 'presentation/DefaultSessionStartEvent.idl',
334 'push_messaging/PushEvent.idl', 335 'push_messaging/PushEvent.idl',
335 'serviceworkers/ExtendableEvent.idl', 336 'serviceworkers/ExtendableEvent.idl',
336 'serviceworkers/FetchEvent.idl', 337 'serviceworkers/FetchEvent.idl',
338 'serviceworkers/ServiceWorkerMessageEvent.idl',
337 'speech/SpeechRecognitionError.idl', 339 'speech/SpeechRecognitionError.idl',
338 'speech/SpeechRecognitionEvent.idl', 340 'speech/SpeechRecognitionEvent.idl',
339 'speech/SpeechSynthesisEvent.idl', 341 'speech/SpeechSynthesisEvent.idl',
340 'storage/StorageEvent.idl', 342 'storage/StorageEvent.idl',
341 'webaudio/AudioProcessingEvent.idl', 343 'webaudio/AudioProcessingEvent.idl',
342 'webaudio/OfflineAudioCompletionEvent.idl', 344 'webaudio/OfflineAudioCompletionEvent.idl',
343 'webmidi/MIDIConnectionEvent.idl', 345 'webmidi/MIDIConnectionEvent.idl',
344 'webmidi/MIDIMessageEvent.idl', 346 'webmidi/MIDIMessageEvent.idl',
345 'websockets/CloseEvent.idl', 347 'websockets/CloseEvent.idl',
346 ], 348 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 'permissions/PermissionDescriptor.idl', 388 'permissions/PermissionDescriptor.idl',
387 'permissions/PushPermissionDescriptor.idl', 389 'permissions/PushPermissionDescriptor.idl',
388 'presentation/AvailableChangeEventInit.idl', 390 'presentation/AvailableChangeEventInit.idl',
389 'presentation/DefaultSessionStartEventInit.idl', 391 'presentation/DefaultSessionStartEventInit.idl',
390 'push_messaging/PushEventInit.idl', 392 'push_messaging/PushEventInit.idl',
391 'push_messaging/PushSubscriptionOptions.idl', 393 'push_messaging/PushSubscriptionOptions.idl',
392 'serviceworkers/ClientQueryOptions.idl', 394 'serviceworkers/ClientQueryOptions.idl',
393 'serviceworkers/ExtendableEventInit.idl', 395 'serviceworkers/ExtendableEventInit.idl',
394 'serviceworkers/FetchEventInit.idl', 396 'serviceworkers/FetchEventInit.idl',
395 'serviceworkers/RegistrationOptions.idl', 397 'serviceworkers/RegistrationOptions.idl',
398 'serviceworkers/ServiceWorkerMessageEventInit.idl',
396 'speech/SpeechRecognitionErrorInit.idl', 399 'speech/SpeechRecognitionErrorInit.idl',
397 'speech/SpeechRecognitionEventInit.idl', 400 'speech/SpeechRecognitionEventInit.idl',
398 'storage/StorageEventInit.idl', 401 'storage/StorageEventInit.idl',
399 'vr/VRFieldOfViewInit.idl', 402 'vr/VRFieldOfViewInit.idl',
400 'webmidi/MIDIConnectionEventInit.idl', 403 'webmidi/MIDIConnectionEventInit.idl',
401 'webmidi/MIDIMessageEventInit.idl', 404 'webmidi/MIDIMessageEventInit.idl',
402 'webmidi/MIDIOptions.idl', 405 'webmidi/MIDIOptions.idl',
403 'websockets/CloseEventInit.idl', 406 'websockets/CloseEventInit.idl',
404 ], 407 ],
405 'generated_modules_files': [ 408 'generated_modules_files': [
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 '<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.cpp', 504 '<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.cpp',
502 '<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.h', 505 '<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.h',
503 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.cpp', 506 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.cpp',
504 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.h', 507 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.h',
505 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.cpp', 508 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.cpp',
506 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.h', 509 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.h',
507 '<(blink_modules_output_dir)/serviceworkers/FetchEventInit.cpp', 510 '<(blink_modules_output_dir)/serviceworkers/FetchEventInit.cpp',
508 '<(blink_modules_output_dir)/serviceworkers/FetchEventInit.h', 511 '<(blink_modules_output_dir)/serviceworkers/FetchEventInit.h',
509 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.cpp', 512 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.cpp',
510 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.h', 513 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.h',
514 '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerMessageEventInit. cpp',
515 '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerMessageEventInit. h',
511 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.cpp', 516 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.cpp',
512 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.h', 517 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.h',
513 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.cpp', 518 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.cpp',
514 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.h', 519 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.h',
515 '<(blink_modules_output_dir)/storage/StorageEventInit.cpp', 520 '<(blink_modules_output_dir)/storage/StorageEventInit.cpp',
516 '<(blink_modules_output_dir)/storage/StorageEventInit.h', 521 '<(blink_modules_output_dir)/storage/StorageEventInit.h',
517 '<(blink_modules_output_dir)/vr/VRFieldOfViewInit.cpp', 522 '<(blink_modules_output_dir)/vr/VRFieldOfViewInit.cpp',
518 '<(blink_modules_output_dir)/vr/VRFieldOfViewInit.h', 523 '<(blink_modules_output_dir)/vr/VRFieldOfViewInit.h',
519 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.cpp', 524 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.cpp',
520 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.h', 525 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.h',
(...skipping 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
1165 'serviceworkers/ServiceWorkerContainerClient.cpp', 1170 'serviceworkers/ServiceWorkerContainerClient.cpp',
1166 'serviceworkers/ServiceWorkerContainerClient.h', 1171 'serviceworkers/ServiceWorkerContainerClient.h',
1167 'serviceworkers/ServiceWorkerWindowClient.cpp', 1172 'serviceworkers/ServiceWorkerWindowClient.cpp',
1168 'serviceworkers/ServiceWorkerWindowClient.h', 1173 'serviceworkers/ServiceWorkerWindowClient.h',
1169 'serviceworkers/ServiceWorkerError.cpp', 1174 'serviceworkers/ServiceWorkerError.cpp',
1170 'serviceworkers/ServiceWorkerError.h', 1175 'serviceworkers/ServiceWorkerError.h',
1171 'serviceworkers/ServiceWorkerGlobalScope.cpp', 1176 'serviceworkers/ServiceWorkerGlobalScope.cpp',
1172 'serviceworkers/ServiceWorkerGlobalScope.h', 1177 'serviceworkers/ServiceWorkerGlobalScope.h',
1173 'serviceworkers/ServiceWorkerGlobalScopeClient.cpp', 1178 'serviceworkers/ServiceWorkerGlobalScopeClient.cpp',
1174 'serviceworkers/ServiceWorkerGlobalScopeClient.h', 1179 'serviceworkers/ServiceWorkerGlobalScopeClient.h',
1180 'serviceworkers/ServiceWorkerMessageEvent.cpp',
1181 'serviceworkers/ServiceWorkerMessageEvent.h',
1175 'serviceworkers/ServiceWorkerRegistration.cpp', 1182 'serviceworkers/ServiceWorkerRegistration.cpp',
1176 'serviceworkers/ServiceWorkerRegistration.h', 1183 'serviceworkers/ServiceWorkerRegistration.h',
1177 'serviceworkers/ServiceWorkerScriptCachedMetadataHandler.cpp', 1184 'serviceworkers/ServiceWorkerScriptCachedMetadataHandler.cpp',
1178 'serviceworkers/ServiceWorkerScriptCachedMetadataHandler.h', 1185 'serviceworkers/ServiceWorkerScriptCachedMetadataHandler.h',
1179 'serviceworkers/ServiceWorkerThread.cpp', 1186 'serviceworkers/ServiceWorkerThread.cpp',
1180 'serviceworkers/ServiceWorkerThread.h', 1187 'serviceworkers/ServiceWorkerThread.h',
1181 'serviceworkers/StashedMessagePort.cpp', 1188 'serviceworkers/StashedMessagePort.cpp',
1182 'serviceworkers/StashedMessagePort.h', 1189 'serviceworkers/StashedMessagePort.h',
1183 'serviceworkers/StashedPortCollection.cpp', 1190 'serviceworkers/StashedPortCollection.cpp',
1184 'serviceworkers/StashedPortCollection.h', 1191 'serviceworkers/StashedPortCollection.h',
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
1501 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1508 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1502 'webaudio/ConvolverNodeTest.cpp', 1509 'webaudio/ConvolverNodeTest.cpp',
1503 'webaudio/DynamicsCompressorNodeTest.cpp', 1510 'webaudio/DynamicsCompressorNodeTest.cpp',
1504 'webaudio/ScriptProcessorNodeTest.cpp', 1511 'webaudio/ScriptProcessorNodeTest.cpp',
1505 'webaudio/StereoPannerNodeTest.cpp', 1512 'webaudio/StereoPannerNodeTest.cpp',
1506 'websockets/DOMWebSocketTest.cpp', 1513 'websockets/DOMWebSocketTest.cpp',
1507 'websockets/DocumentWebSocketChannelTest.cpp', 1514 'websockets/DocumentWebSocketChannelTest.cpp',
1508 ], 1515 ],
1509 }, 1516 },
1510 } 1517 }
OLDNEW
« no previous file with comments | « Source/bindings/modules/v8/custom/custom.gypi ('k') | Source/modules/serviceworkers/ServiceWorkerContainer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698