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

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

Issue 318413002: Push API: define push event on Service Worker. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/events/EventTypeNames.in ('k') | Source/modules/push_messaging/PushEvent.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 'mediastream/RTCSessionDescription.idl', 103 'mediastream/RTCSessionDescription.idl',
104 'mediastream/RTCSessionDescriptionCallback.idl', 104 'mediastream/RTCSessionDescriptionCallback.idl',
105 'mediastream/RTCStatsCallback.idl', 105 'mediastream/RTCStatsCallback.idl',
106 'mediastream/RTCStatsReport.idl', 106 'mediastream/RTCStatsReport.idl',
107 'mediastream/RTCStatsResponse.idl', 107 'mediastream/RTCStatsResponse.idl',
108 'mediastream/SourceInfo.idl', 108 'mediastream/SourceInfo.idl',
109 'netinfo/NetworkInformation.idl', 109 'netinfo/NetworkInformation.idl',
110 'notifications/Notification.idl', 110 'notifications/Notification.idl',
111 'notifications/NotificationPermissionCallback.idl', 111 'notifications/NotificationPermissionCallback.idl',
112 'performance/WorkerPerformance.idl', 112 'performance/WorkerPerformance.idl',
113 'push_messaging/PushEvent.idl',
113 'push_messaging/PushManager.idl', 114 'push_messaging/PushManager.idl',
114 'push_messaging/PushRegistration.idl', 115 'push_messaging/PushRegistration.idl',
115 'quota/DeprecatedStorageInfo.idl', 116 'quota/DeprecatedStorageInfo.idl',
116 'quota/DeprecatedStorageQuota.idl', 117 'quota/DeprecatedStorageQuota.idl',
117 'quota/StorageErrorCallback.idl', 118 'quota/StorageErrorCallback.idl',
118 'quota/StorageInfo.idl', 119 'quota/StorageInfo.idl',
119 'quota/StorageQuota.idl', 120 'quota/StorageQuota.idl',
120 'quota/StorageQuotaCallback.idl', 121 'quota/StorageQuotaCallback.idl',
121 'quota/StorageUsageCallback.idl', 122 'quota/StorageUsageCallback.idl',
122 'serviceworkers/Client.idl', 123 'serviceworkers/Client.idl',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 'mediasource/URLMediaSource.idl', 222 'mediasource/URLMediaSource.idl',
222 'mediastream/NavigatorMediaStream.idl', 223 'mediastream/NavigatorMediaStream.idl',
223 'mediastream/URLMediaStream.idl', 224 'mediastream/URLMediaStream.idl',
224 'mediastream/WindowMediaStream.idl', 225 'mediastream/WindowMediaStream.idl',
225 'navigatorcontentutils/NavigatorContentUtils.idl', 226 'navigatorcontentutils/NavigatorContentUtils.idl',
226 'netinfo/NavigatorNetworkInformation.idl', 227 'netinfo/NavigatorNetworkInformation.idl',
227 'netinfo/WorkerNavigatorNetworkInformation.idl', 228 'netinfo/WorkerNavigatorNetworkInformation.idl',
228 'performance/SharedWorkerPerformance.idl', 229 'performance/SharedWorkerPerformance.idl',
229 'performance/WorkerGlobalScopePerformance.idl', 230 'performance/WorkerGlobalScopePerformance.idl',
230 'push_messaging/NavigatorPushManager.idl', 231 'push_messaging/NavigatorPushManager.idl',
232 'push_messaging/ServiceWorkerGlobalScopePush.idl',
231 'quota/NavigatorStorageQuota.idl', 233 'quota/NavigatorStorageQuota.idl',
232 'quota/WindowQuota.idl', 234 'quota/WindowQuota.idl',
233 'quota/WorkerNavigatorStorageQuota.idl', 235 'quota/WorkerNavigatorStorageQuota.idl',
234 'screen_orientation/ScreenOrientation.idl', 236 'screen_orientation/ScreenOrientation.idl',
235 'serviceworkers/NavigatorServiceWorker.idl', 237 'serviceworkers/NavigatorServiceWorker.idl',
236 'speech/WindowSpeech.idl', 238 'speech/WindowSpeech.idl',
237 'speech/WindowSpeechSynthesis.idl', 239 'speech/WindowSpeechSynthesis.idl',
238 'vibration/NavigatorVibration.idl', 240 'vibration/NavigatorVibration.idl',
239 'webaudio/WindowWebAudio.idl', 241 'webaudio/WindowWebAudio.idl',
240 'webdatabase/WindowWebDatabase.idl', 242 'webdatabase/WindowWebDatabase.idl',
241 'webdatabase/WorkerGlobalScopeWebDatabase.idl', 243 'webdatabase/WorkerGlobalScopeWebDatabase.idl',
242 'webmidi/NavigatorWebMIDI.idl', 244 'webmidi/NavigatorWebMIDI.idl',
243 ], 245 ],
244 # interfaces that inherit from Event 246 # interfaces that inherit from Event
245 'modules_event_idl_files': [ 247 'modules_event_idl_files': [
246 'device_light/DeviceLightEvent.idl', 248 'device_light/DeviceLightEvent.idl',
247 'device_orientation/DeviceMotionEvent.idl', 249 'device_orientation/DeviceMotionEvent.idl',
248 'device_orientation/DeviceOrientationEvent.idl', 250 'device_orientation/DeviceOrientationEvent.idl',
249 'encryptedmedia/MediaKeyMessageEvent.idl', 251 'encryptedmedia/MediaKeyMessageEvent.idl',
250 'encryptedmedia/MediaKeyNeededEvent.idl', 252 'encryptedmedia/MediaKeyNeededEvent.idl',
251 'gamepad/GamepadEvent.idl', 253 'gamepad/GamepadEvent.idl',
252 'indexeddb/IDBVersionChangeEvent.idl', 254 'indexeddb/IDBVersionChangeEvent.idl',
253 'mediastream/MediaStreamEvent.idl', 255 'mediastream/MediaStreamEvent.idl',
254 'mediastream/MediaStreamTrackEvent.idl', 256 'mediastream/MediaStreamTrackEvent.idl',
255 'mediastream/RTCDTMFToneChangeEvent.idl', 257 'mediastream/RTCDTMFToneChangeEvent.idl',
256 'mediastream/RTCDataChannelEvent.idl', 258 'mediastream/RTCDataChannelEvent.idl',
257 'mediastream/RTCIceCandidateEvent.idl', 259 'mediastream/RTCIceCandidateEvent.idl',
260 'push_messaging/PushEvent.idl',
258 'serviceworkers/FetchEvent.idl', 261 'serviceworkers/FetchEvent.idl',
259 'serviceworkers/InstallEvent.idl', 262 'serviceworkers/InstallEvent.idl',
260 'serviceworkers/InstallPhaseEvent.idl', 263 'serviceworkers/InstallPhaseEvent.idl',
261 'speech/SpeechRecognitionError.idl', 264 'speech/SpeechRecognitionError.idl',
262 'speech/SpeechRecognitionEvent.idl', 265 'speech/SpeechRecognitionEvent.idl',
263 'speech/SpeechSynthesisEvent.idl', 266 'speech/SpeechSynthesisEvent.idl',
264 'webaudio/AudioProcessingEvent.idl', 267 'webaudio/AudioProcessingEvent.idl',
265 'webaudio/OfflineAudioCompletionEvent.idl', 268 'webaudio/OfflineAudioCompletionEvent.idl',
266 'webmidi/MIDIConnectionEvent.idl', 269 'webmidi/MIDIConnectionEvent.idl',
267 'webmidi/MIDIMessageEvent.idl', 270 'webmidi/MIDIMessageEvent.idl',
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 'performance/WorkerGlobalScopePerformance.cpp', 605 'performance/WorkerGlobalScopePerformance.cpp',
603 'performance/WorkerGlobalScopePerformance.h', 606 'performance/WorkerGlobalScopePerformance.h',
604 'performance/WorkerPerformance.cpp', 607 'performance/WorkerPerformance.cpp',
605 'performance/WorkerPerformance.h', 608 'performance/WorkerPerformance.h',
606 'push_messaging/NavigatorPushManager.cpp', 609 'push_messaging/NavigatorPushManager.cpp',
607 'push_messaging/NavigatorPushManager.h', 610 'push_messaging/NavigatorPushManager.h',
608 'push_messaging/PushController.cpp', 611 'push_messaging/PushController.cpp',
609 'push_messaging/PushController.h', 612 'push_messaging/PushController.h',
610 'push_messaging/PushError.cpp', 613 'push_messaging/PushError.cpp',
611 'push_messaging/PushError.h', 614 'push_messaging/PushError.h',
615 'push_messaging/PushEvent.cpp',
616 'push_messaging/PushEvent.h',
612 'push_messaging/PushManager.cpp', 617 'push_messaging/PushManager.cpp',
613 'push_messaging/PushManager.h', 618 'push_messaging/PushManager.h',
614 'push_messaging/PushRegistration.cpp', 619 'push_messaging/PushRegistration.cpp',
615 'push_messaging/PushRegistration.h', 620 'push_messaging/PushRegistration.h',
621 'push_messaging/ServiceWorkerGlobalScopePush.h',
616 'quota/DOMWindowQuota.cpp', 622 'quota/DOMWindowQuota.cpp',
617 'quota/DOMWindowQuota.h', 623 'quota/DOMWindowQuota.h',
618 'quota/DeprecatedStorageInfo.cpp', 624 'quota/DeprecatedStorageInfo.cpp',
619 'quota/DeprecatedStorageInfo.h', 625 'quota/DeprecatedStorageInfo.h',
620 'quota/DeprecatedStorageQuota.cpp', 626 'quota/DeprecatedStorageQuota.cpp',
621 'quota/DeprecatedStorageQuota.h', 627 'quota/DeprecatedStorageQuota.h',
622 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp', 628 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp',
623 'quota/DeprecatedStorageQuotaCallbacksImpl.h', 629 'quota/DeprecatedStorageQuotaCallbacksImpl.h',
624 'quota/NavigatorStorageQuota.cpp', 630 'quota/NavigatorStorageQuota.cpp',
625 'quota/NavigatorStorageQuota.h', 631 'quota/NavigatorStorageQuota.h',
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
968 'indexeddb/IDBRequestTest.cpp', 974 'indexeddb/IDBRequestTest.cpp',
969 'indexeddb/IDBTransactionTest.cpp', 975 'indexeddb/IDBTransactionTest.cpp',
970 'websockets/WebSocketDeflaterTest.cpp', 976 'websockets/WebSocketDeflaterTest.cpp',
971 'websockets/WebSocketExtensionDispatcherTest.cpp', 977 'websockets/WebSocketExtensionDispatcherTest.cpp',
972 'websockets/WebSocketExtensionParserTest.cpp', 978 'websockets/WebSocketExtensionParserTest.cpp',
973 'websockets/WebSocketPerMessageDeflateTest.cpp', 979 'websockets/WebSocketPerMessageDeflateTest.cpp',
974 'websockets/WebSocketTest.cpp', 980 'websockets/WebSocketTest.cpp',
975 ], 981 ],
976 }, 982 },
977 } 983 }
OLDNEW
« no previous file with comments | « Source/core/events/EventTypeNames.in ('k') | Source/modules/push_messaging/PushEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698