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

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

Issue 285403002: Push API: define push event on Service Worker. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Define PushEvent with data attribute. Created 6 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 'variables': { 2 'variables': {
3 # Experimental hooks for embedder to provide extra IDL and source files. 3 # Experimental hooks for embedder to provide extra IDL and source files.
4 # 4 #
5 # Note: this is not a supported API. If you rely on this, you will be broken 5 # Note: this is not a supported API. If you rely on this, you will be broken
6 # from time to time as the code generator changes in backward incompatible 6 # from time to time as the code generator changes in backward incompatible
7 # ways. 7 # ways.
8 'extra_blink_module_idl_files': [], 8 'extra_blink_module_idl_files': [],
9 'extra_blink_module_files': [], 9 'extra_blink_module_files': [],
10 # Files for which bindings (.cpp and .h files) will be generated 10 # Files for which bindings (.cpp and .h files) will be generated
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 'mediastream/RTCPeerConnection.idl', 96 'mediastream/RTCPeerConnection.idl',
97 'mediastream/RTCSessionDescription.idl', 97 'mediastream/RTCSessionDescription.idl',
98 'mediastream/RTCSessionDescriptionCallback.idl', 98 'mediastream/RTCSessionDescriptionCallback.idl',
99 'mediastream/RTCStatsCallback.idl', 99 'mediastream/RTCStatsCallback.idl',
100 'mediastream/RTCStatsReport.idl', 100 'mediastream/RTCStatsReport.idl',
101 'mediastream/RTCStatsResponse.idl', 101 'mediastream/RTCStatsResponse.idl',
102 'mediastream/SourceInfo.idl', 102 'mediastream/SourceInfo.idl',
103 'notifications/Notification.idl', 103 'notifications/Notification.idl',
104 'notifications/NotificationPermissionCallback.idl', 104 'notifications/NotificationPermissionCallback.idl',
105 'performance/WorkerPerformance.idl', 105 'performance/WorkerPerformance.idl',
106 'push_messaging/PushEvent.idl',
106 'push_messaging/PushManager.idl', 107 'push_messaging/PushManager.idl',
107 'push_messaging/PushRegistration.idl', 108 'push_messaging/PushRegistration.idl',
108 'quota/DeprecatedStorageInfo.idl', 109 'quota/DeprecatedStorageInfo.idl',
109 'quota/DeprecatedStorageQuota.idl', 110 'quota/DeprecatedStorageQuota.idl',
110 'quota/StorageErrorCallback.idl', 111 'quota/StorageErrorCallback.idl',
111 'quota/StorageInfo.idl', 112 'quota/StorageInfo.idl',
112 'quota/StorageQuota.idl', 113 'quota/StorageQuota.idl',
113 'quota/StorageQuotaCallback.idl', 114 'quota/StorageQuotaCallback.idl',
114 'quota/StorageUsageCallback.idl', 115 'quota/StorageUsageCallback.idl',
115 'serviceworkers/Cache.idl', 116 'serviceworkers/Cache.idl',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'device_orientation/DeviceOrientationEvent.idl', 238 'device_orientation/DeviceOrientationEvent.idl',
238 'encryptedmedia/MediaKeyMessageEvent.idl', 239 'encryptedmedia/MediaKeyMessageEvent.idl',
239 'encryptedmedia/MediaKeyNeededEvent.idl', 240 'encryptedmedia/MediaKeyNeededEvent.idl',
240 'gamepad/GamepadEvent.idl', 241 'gamepad/GamepadEvent.idl',
241 'indexeddb/IDBVersionChangeEvent.idl', 242 'indexeddb/IDBVersionChangeEvent.idl',
242 'mediastream/MediaStreamEvent.idl', 243 'mediastream/MediaStreamEvent.idl',
243 'mediastream/MediaStreamTrackEvent.idl', 244 'mediastream/MediaStreamTrackEvent.idl',
244 'mediastream/RTCDTMFToneChangeEvent.idl', 245 'mediastream/RTCDTMFToneChangeEvent.idl',
245 'mediastream/RTCDataChannelEvent.idl', 246 'mediastream/RTCDataChannelEvent.idl',
246 'mediastream/RTCIceCandidateEvent.idl', 247 'mediastream/RTCIceCandidateEvent.idl',
248 'push_messaging/PushEvent.idl',
247 'serviceworkers/FetchEvent.idl', 249 'serviceworkers/FetchEvent.idl',
248 'serviceworkers/InstallEvent.idl', 250 'serviceworkers/InstallEvent.idl',
249 'serviceworkers/InstallPhaseEvent.idl', 251 'serviceworkers/InstallPhaseEvent.idl',
250 'speech/SpeechRecognitionError.idl', 252 'speech/SpeechRecognitionError.idl',
251 'speech/SpeechRecognitionEvent.idl', 253 'speech/SpeechRecognitionEvent.idl',
252 'speech/SpeechSynthesisEvent.idl', 254 'speech/SpeechSynthesisEvent.idl',
253 'webaudio/AudioProcessingEvent.idl', 255 'webaudio/AudioProcessingEvent.idl',
254 'webaudio/OfflineAudioCompletionEvent.idl', 256 'webaudio/OfflineAudioCompletionEvent.idl',
255 'webmidi/MIDIConnectionEvent.idl', 257 'webmidi/MIDIConnectionEvent.idl',
256 'webmidi/MIDIMessageEvent.idl', 258 'webmidi/MIDIMessageEvent.idl',
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 'performance/WorkerGlobalScopePerformance.cpp', 574 'performance/WorkerGlobalScopePerformance.cpp',
573 'performance/WorkerGlobalScopePerformance.h', 575 'performance/WorkerGlobalScopePerformance.h',
574 'performance/WorkerPerformance.cpp', 576 'performance/WorkerPerformance.cpp',
575 'performance/WorkerPerformance.h', 577 'performance/WorkerPerformance.h',
576 'push_messaging/NavigatorPushManager.cpp', 578 'push_messaging/NavigatorPushManager.cpp',
577 'push_messaging/NavigatorPushManager.h', 579 'push_messaging/NavigatorPushManager.h',
578 'push_messaging/PushController.cpp', 580 'push_messaging/PushController.cpp',
579 'push_messaging/PushController.h', 581 'push_messaging/PushController.h',
580 'push_messaging/PushError.cpp', 582 'push_messaging/PushError.cpp',
581 'push_messaging/PushError.h', 583 'push_messaging/PushError.h',
584 'push_messaging/PushEvent.cpp',
585 'push_messaging/PushEvent.h',
582 'push_messaging/PushManager.cpp', 586 'push_messaging/PushManager.cpp',
583 'push_messaging/PushManager.h', 587 'push_messaging/PushManager.h',
584 'push_messaging/PushRegistration.cpp', 588 'push_messaging/PushRegistration.cpp',
585 'push_messaging/PushRegistration.h', 589 'push_messaging/PushRegistration.h',
586 'quota/DOMWindowQuota.cpp', 590 'quota/DOMWindowQuota.cpp',
587 'quota/DOMWindowQuota.h', 591 'quota/DOMWindowQuota.h',
588 'quota/DeprecatedStorageInfo.cpp', 592 'quota/DeprecatedStorageInfo.cpp',
589 'quota/DeprecatedStorageInfo.h', 593 'quota/DeprecatedStorageInfo.h',
590 'quota/DeprecatedStorageQuota.cpp', 594 'quota/DeprecatedStorageQuota.cpp',
591 'quota/DeprecatedStorageQuota.h', 595 'quota/DeprecatedStorageQuota.h',
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
927 'indexeddb/IDBKeyPathTest.cpp', 931 'indexeddb/IDBKeyPathTest.cpp',
928 'indexeddb/IDBRequestTest.cpp', 932 'indexeddb/IDBRequestTest.cpp',
929 'indexeddb/IDBTransactionTest.cpp', 933 'indexeddb/IDBTransactionTest.cpp',
930 'websockets/WebSocketDeflaterTest.cpp', 934 'websockets/WebSocketDeflaterTest.cpp',
931 'websockets/WebSocketExtensionDispatcherTest.cpp', 935 'websockets/WebSocketExtensionDispatcherTest.cpp',
932 'websockets/WebSocketExtensionParserTest.cpp', 936 'websockets/WebSocketExtensionParserTest.cpp',
933 'websockets/WebSocketPerMessageDeflateTest.cpp', 937 'websockets/WebSocketPerMessageDeflateTest.cpp',
934 ], 938 ],
935 }, 939 },
936 } 940 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698