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

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

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