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

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

Issue 1632113004: ServiceWorker: Add initial implementation of ExtendableMessageEvent behind a flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 'quota/StorageErrorCallback.idl', 171 'quota/StorageErrorCallback.idl',
172 'quota/StorageInfo.idl', 172 'quota/StorageInfo.idl',
173 'quota/StorageManager.idl', 173 'quota/StorageManager.idl',
174 'quota/StorageQuota.idl', 174 'quota/StorageQuota.idl',
175 'quota/StorageQuotaCallback.idl', 175 'quota/StorageQuotaCallback.idl',
176 'quota/StorageUsageCallback.idl', 176 'quota/StorageUsageCallback.idl',
177 'screen_orientation/ScreenOrientation.idl', 177 'screen_orientation/ScreenOrientation.idl',
178 'serviceworkers/Client.idl', 178 'serviceworkers/Client.idl',
179 'serviceworkers/Clients.idl', 179 'serviceworkers/Clients.idl',
180 'serviceworkers/ExtendableEvent.idl', 180 'serviceworkers/ExtendableEvent.idl',
181 'serviceworkers/ExtendableMessageEvent.idl',
181 'serviceworkers/FetchEvent.idl', 182 'serviceworkers/FetchEvent.idl',
182 'serviceworkers/InstallEvent.idl', 183 'serviceworkers/InstallEvent.idl',
183 'serviceworkers/ServiceWorker.idl', 184 'serviceworkers/ServiceWorker.idl',
184 'serviceworkers/ServiceWorkerContainer.idl', 185 'serviceworkers/ServiceWorkerContainer.idl',
185 'serviceworkers/ServiceWorkerGlobalScope.idl', 186 'serviceworkers/ServiceWorkerGlobalScope.idl',
186 'serviceworkers/ServiceWorkerMessageEvent.idl', 187 'serviceworkers/ServiceWorkerMessageEvent.idl',
187 'serviceworkers/ServiceWorkerRegistration.idl', 188 'serviceworkers/ServiceWorkerRegistration.idl',
188 'serviceworkers/WindowClient.idl', 189 'serviceworkers/WindowClient.idl',
189 'speech/SpeechGrammar.idl', 190 'speech/SpeechGrammar.idl',
190 'speech/SpeechGrammarList.idl', 191 'speech/SpeechGrammarList.idl',
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 'mediastream/MediaStreamEvent.idl', 411 'mediastream/MediaStreamEvent.idl',
411 'mediastream/MediaStreamTrackEvent.idl', 412 'mediastream/MediaStreamTrackEvent.idl',
412 'mediastream/RTCDTMFToneChangeEvent.idl', 413 'mediastream/RTCDTMFToneChangeEvent.idl',
413 'mediastream/RTCDataChannelEvent.idl', 414 'mediastream/RTCDataChannelEvent.idl',
414 'mediastream/RTCIceCandidateEvent.idl', 415 'mediastream/RTCIceCandidateEvent.idl',
415 'navigatorconnect/ServicePortConnectEvent.idl', 416 'navigatorconnect/ServicePortConnectEvent.idl',
416 'notifications/NotificationEvent.idl', 417 'notifications/NotificationEvent.idl',
417 'presentation/PresentationConnectionAvailableEvent.idl', 418 'presentation/PresentationConnectionAvailableEvent.idl',
418 'push_messaging/PushEvent.idl', 419 'push_messaging/PushEvent.idl',
419 'serviceworkers/ExtendableEvent.idl', 420 'serviceworkers/ExtendableEvent.idl',
421 'serviceworkers/ExtendableMessageEvent.idl',
420 'serviceworkers/FetchEvent.idl', 422 'serviceworkers/FetchEvent.idl',
421 'serviceworkers/InstallEvent.idl', 423 'serviceworkers/InstallEvent.idl',
422 'serviceworkers/ServiceWorkerMessageEvent.idl', 424 'serviceworkers/ServiceWorkerMessageEvent.idl',
423 'speech/SpeechRecognitionError.idl', 425 'speech/SpeechRecognitionError.idl',
424 'speech/SpeechRecognitionEvent.idl', 426 'speech/SpeechRecognitionEvent.idl',
425 'speech/SpeechSynthesisEvent.idl', 427 'speech/SpeechSynthesisEvent.idl',
426 'storage/StorageEvent.idl', 428 'storage/StorageEvent.idl',
427 'webaudio/AudioProcessingEvent.idl', 429 'webaudio/AudioProcessingEvent.idl',
428 'webaudio/OfflineAudioCompletionEvent.idl', 430 'webaudio/OfflineAudioCompletionEvent.idl',
429 'webgl/WebGLContextEvent.idl', 431 'webgl/WebGLContextEvent.idl',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 'notifications/NotificationEventInit.idl', 491 'notifications/NotificationEventInit.idl',
490 'notifications/NotificationOptions.idl', 492 'notifications/NotificationOptions.idl',
491 'permissions/MidiPermissionDescriptor.idl', 493 'permissions/MidiPermissionDescriptor.idl',
492 'permissions/PermissionDescriptor.idl', 494 'permissions/PermissionDescriptor.idl',
493 'permissions/PushPermissionDescriptor.idl', 495 'permissions/PushPermissionDescriptor.idl',
494 'presentation/PresentationConnectionAvailableEventInit.idl', 496 'presentation/PresentationConnectionAvailableEventInit.idl',
495 'push_messaging/PushEventInit.idl', 497 'push_messaging/PushEventInit.idl',
496 'push_messaging/PushSubscriptionOptions.idl', 498 'push_messaging/PushSubscriptionOptions.idl',
497 'serviceworkers/ClientQueryOptions.idl', 499 'serviceworkers/ClientQueryOptions.idl',
498 'serviceworkers/ExtendableEventInit.idl', 500 'serviceworkers/ExtendableEventInit.idl',
501 'serviceworkers/ExtendableMessageEventInit.idl',
499 'serviceworkers/FetchEventInit.idl', 502 'serviceworkers/FetchEventInit.idl',
500 'serviceworkers/RegistrationOptions.idl', 503 'serviceworkers/RegistrationOptions.idl',
501 'serviceworkers/ServiceWorkerMessageEventInit.idl', 504 'serviceworkers/ServiceWorkerMessageEventInit.idl',
502 'speech/SpeechRecognitionErrorInit.idl', 505 'speech/SpeechRecognitionErrorInit.idl',
503 'speech/SpeechRecognitionEventInit.idl', 506 'speech/SpeechRecognitionEventInit.idl',
504 'storage/StorageEventInit.idl', 507 'storage/StorageEventInit.idl',
505 'vr/VRFieldOfViewInit.idl', 508 'vr/VRFieldOfViewInit.idl',
506 'webgl/WebGLContextAttributes.idl', 509 'webgl/WebGLContextAttributes.idl',
507 'webgl/WebGLContextEventInit.idl', 510 'webgl/WebGLContextEventInit.idl',
508 'webmidi/MIDIConnectionEventInit.idl', 511 'webmidi/MIDIConnectionEventInit.idl',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 '<(blink_modules_output_dir)/presentation/PresentationConnectionAvailableE ventInit.cpp', 650 '<(blink_modules_output_dir)/presentation/PresentationConnectionAvailableE ventInit.cpp',
648 '<(blink_modules_output_dir)/presentation/PresentationConnectionAvailableE ventInit.h', 651 '<(blink_modules_output_dir)/presentation/PresentationConnectionAvailableE ventInit.h',
649 '<(blink_modules_output_dir)/push_messaging/PushEventInit.cpp', 652 '<(blink_modules_output_dir)/push_messaging/PushEventInit.cpp',
650 '<(blink_modules_output_dir)/push_messaging/PushEventInit.h', 653 '<(blink_modules_output_dir)/push_messaging/PushEventInit.h',
651 '<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.cpp', 654 '<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.cpp',
652 '<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.h', 655 '<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.h',
653 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.cpp', 656 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.cpp',
654 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.h', 657 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.h',
655 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.cpp', 658 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.cpp',
656 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.h', 659 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.h',
660 '<(blink_modules_output_dir)/serviceworkers/ExtendableMessageEventInit.cpp ',
661 '<(blink_modules_output_dir)/serviceworkers/ExtendableMessageEventInit.h',
657 '<(blink_modules_output_dir)/serviceworkers/FetchEventInit.cpp', 662 '<(blink_modules_output_dir)/serviceworkers/FetchEventInit.cpp',
658 '<(blink_modules_output_dir)/serviceworkers/FetchEventInit.h', 663 '<(blink_modules_output_dir)/serviceworkers/FetchEventInit.h',
659 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.cpp', 664 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.cpp',
660 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.h', 665 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.h',
661 '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerMessageEventInit. cpp', 666 '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerMessageEventInit. cpp',
662 '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerMessageEventInit. h', 667 '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerMessageEventInit. h',
663 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.cpp', 668 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.cpp',
664 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.h', 669 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.h',
665 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.cpp', 670 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.cpp',
666 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.h', 671 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.h',
(...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after
1384 'screen_orientation/ScreenOrientation.cpp', 1389 'screen_orientation/ScreenOrientation.cpp',
1385 'screen_orientation/ScreenOrientation.h', 1390 'screen_orientation/ScreenOrientation.h',
1386 'screen_orientation/ScreenOrientationController.cpp', 1391 'screen_orientation/ScreenOrientationController.cpp',
1387 'screen_orientation/ScreenOrientationController.h', 1392 'screen_orientation/ScreenOrientationController.h',
1388 'screen_orientation/ScreenOrientationDispatcher.cpp', 1393 'screen_orientation/ScreenOrientationDispatcher.cpp',
1389 'screen_orientation/ScreenOrientationDispatcher.h', 1394 'screen_orientation/ScreenOrientationDispatcher.h',
1390 'screen_orientation/ScreenOrientationInspectorAgent.cpp', 1395 'screen_orientation/ScreenOrientationInspectorAgent.cpp',
1391 'screen_orientation/ScreenOrientationInspectorAgent.h', 1396 'screen_orientation/ScreenOrientationInspectorAgent.h',
1392 'serviceworkers/ExtendableEvent.cpp', 1397 'serviceworkers/ExtendableEvent.cpp',
1393 'serviceworkers/ExtendableEvent.h', 1398 'serviceworkers/ExtendableEvent.h',
1399 'serviceworkers/ExtendableMessageEvent.cpp',
1400 'serviceworkers/ExtendableMessageEvent.h',
1394 'serviceworkers/FetchEvent.cpp', 1401 'serviceworkers/FetchEvent.cpp',
1395 'serviceworkers/FetchEvent.h', 1402 'serviceworkers/FetchEvent.h',
1396 'serviceworkers/InstallEvent.cpp', 1403 'serviceworkers/InstallEvent.cpp',
1397 'serviceworkers/InstallEvent.h', 1404 'serviceworkers/InstallEvent.h',
1398 'serviceworkers/NavigatorServiceWorker.cpp', 1405 'serviceworkers/NavigatorServiceWorker.cpp',
1399 'serviceworkers/NavigatorServiceWorker.h', 1406 'serviceworkers/NavigatorServiceWorker.h',
1400 'serviceworkers/RespondWithObserver.cpp', 1407 'serviceworkers/RespondWithObserver.cpp',
1401 'serviceworkers/RespondWithObserver.h', 1408 'serviceworkers/RespondWithObserver.h',
1402 'serviceworkers/ServiceWorker.cpp', 1409 'serviceworkers/ServiceWorker.cpp',
1403 'serviceworkers/ServiceWorker.h', 1410 'serviceworkers/ServiceWorker.h',
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
1911 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1918 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1912 'webaudio/ConvolverNodeTest.cpp', 1919 'webaudio/ConvolverNodeTest.cpp',
1913 'webaudio/DynamicsCompressorNodeTest.cpp', 1920 'webaudio/DynamicsCompressorNodeTest.cpp',
1914 'webaudio/ScriptProcessorNodeTest.cpp', 1921 'webaudio/ScriptProcessorNodeTest.cpp',
1915 'webaudio/StereoPannerNodeTest.cpp', 1922 'webaudio/StereoPannerNodeTest.cpp',
1916 'websockets/DOMWebSocketTest.cpp', 1923 'websockets/DOMWebSocketTest.cpp',
1917 'websockets/DocumentWebSocketChannelTest.cpp', 1924 'websockets/DocumentWebSocketChannelTest.cpp',
1918 ], 1925 ],
1919 }, 1926 },
1920 } 1927 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698