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

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

Issue 718093002: Introduce the NotificationEvent object. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add a test Created 6 years, 1 month 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
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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'mediastream/RTCIceCandidateEvent.idl', 107 'mediastream/RTCIceCandidateEvent.idl',
108 'mediastream/RTCPeerConnection.idl', 108 'mediastream/RTCPeerConnection.idl',
109 'mediastream/RTCSessionDescription.idl', 109 'mediastream/RTCSessionDescription.idl',
110 'mediastream/RTCSessionDescriptionCallback.idl', 110 'mediastream/RTCSessionDescriptionCallback.idl',
111 'mediastream/RTCStatsCallback.idl', 111 'mediastream/RTCStatsCallback.idl',
112 'mediastream/RTCStatsReport.idl', 112 'mediastream/RTCStatsReport.idl',
113 'mediastream/RTCStatsResponse.idl', 113 'mediastream/RTCStatsResponse.idl',
114 'mediastream/SourceInfo.idl', 114 'mediastream/SourceInfo.idl',
115 'netinfo/NetworkInformation.idl', 115 'netinfo/NetworkInformation.idl',
116 'notifications/Notification.idl', 116 'notifications/Notification.idl',
117 'notifications/NotificationEvent.idl',
117 'notifications/NotificationPermissionCallback.idl', 118 'notifications/NotificationPermissionCallback.idl',
118 'performance/WorkerPerformance.idl', 119 'performance/WorkerPerformance.idl',
119 'presentation/Presentation.idl', 120 'presentation/Presentation.idl',
120 'presentation/PresentationSession.idl', 121 'presentation/PresentationSession.idl',
121 'push_messaging/PushEvent.idl', 122 'push_messaging/PushEvent.idl',
122 'push_messaging/PushManager.idl', 123 'push_messaging/PushManager.idl',
123 'push_messaging/PushRegistration.idl', 124 'push_messaging/PushRegistration.idl',
124 'quota/DeprecatedStorageInfo.idl', 125 'quota/DeprecatedStorageInfo.idl',
125 'quota/DeprecatedStorageQuota.idl', 126 'quota/DeprecatedStorageQuota.idl',
126 'quota/StorageErrorCallback.idl', 127 'quota/StorageErrorCallback.idl',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 'encryptedmedia/MediaEncryptedEvent.idl', 267 'encryptedmedia/MediaEncryptedEvent.idl',
267 'encryptedmedia/MediaKeyMessageEvent.idl', 268 'encryptedmedia/MediaKeyMessageEvent.idl',
268 'gamepad/GamepadEvent.idl', 269 'gamepad/GamepadEvent.idl',
269 'geofencing/GeofencingEvent.idl', 270 'geofencing/GeofencingEvent.idl',
270 'indexeddb/IDBVersionChangeEvent.idl', 271 'indexeddb/IDBVersionChangeEvent.idl',
271 'mediastream/MediaStreamEvent.idl', 272 'mediastream/MediaStreamEvent.idl',
272 'mediastream/MediaStreamTrackEvent.idl', 273 'mediastream/MediaStreamTrackEvent.idl',
273 'mediastream/RTCDTMFToneChangeEvent.idl', 274 'mediastream/RTCDTMFToneChangeEvent.idl',
274 'mediastream/RTCDataChannelEvent.idl', 275 'mediastream/RTCDataChannelEvent.idl',
275 'mediastream/RTCIceCandidateEvent.idl', 276 'mediastream/RTCIceCandidateEvent.idl',
277 'notifications/NotificationEvent.idl',
276 'push_messaging/PushEvent.idl', 278 'push_messaging/PushEvent.idl',
277 'serviceworkers/ExtendableEvent.idl', 279 'serviceworkers/ExtendableEvent.idl',
278 'serviceworkers/FetchEvent.idl', 280 'serviceworkers/FetchEvent.idl',
279 'serviceworkers/InstallEvent.idl', 281 'serviceworkers/InstallEvent.idl',
280 'speech/SpeechRecognitionError.idl', 282 'speech/SpeechRecognitionError.idl',
281 'speech/SpeechRecognitionEvent.idl', 283 'speech/SpeechRecognitionEvent.idl',
282 'speech/SpeechSynthesisEvent.idl', 284 'speech/SpeechSynthesisEvent.idl',
283 'webaudio/AudioProcessingEvent.idl', 285 'webaudio/AudioProcessingEvent.idl',
284 'webaudio/OfflineAudioCompletionEvent.idl', 286 'webaudio/OfflineAudioCompletionEvent.idl',
285 'webmidi/MIDIConnectionEvent.idl', 287 'webmidi/MIDIConnectionEvent.idl',
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
729 'netinfo/NavigatorNetworkInformation.h', 731 'netinfo/NavigatorNetworkInformation.h',
730 'netinfo/NetworkInformation.cpp', 732 'netinfo/NetworkInformation.cpp',
731 'netinfo/NetworkInformation.h', 733 'netinfo/NetworkInformation.h',
732 'netinfo/WorkerNavigatorNetworkInformation.cpp', 734 'netinfo/WorkerNavigatorNetworkInformation.cpp',
733 'netinfo/WorkerNavigatorNetworkInformation.h', 735 'netinfo/WorkerNavigatorNetworkInformation.h',
734 'notifications/Notification.cpp', 736 'notifications/Notification.cpp',
735 'notifications/Notification.h', 737 'notifications/Notification.h',
736 'notifications/NotificationClient.h', 738 'notifications/NotificationClient.h',
737 'notifications/NotificationController.cpp', 739 'notifications/NotificationController.cpp',
738 'notifications/NotificationController.h', 740 'notifications/NotificationController.h',
741 'notifications/NotificationEvent.cpp',
742 'notifications/NotificationEvent.h',
739 'notifications/NotificationPermissionCallback.h', 743 'notifications/NotificationPermissionCallback.h',
740 'notifications/NotificationPermissionClient.cpp', 744 'notifications/NotificationPermissionClient.cpp',
741 'notifications/NotificationPermissionClient.h', 745 'notifications/NotificationPermissionClient.h',
742 'performance/SharedWorkerPerformance.cpp', 746 'performance/SharedWorkerPerformance.cpp',
743 'performance/WorkerGlobalScopePerformance.cpp', 747 'performance/WorkerGlobalScopePerformance.cpp',
744 'performance/WorkerGlobalScopePerformance.h', 748 'performance/WorkerGlobalScopePerformance.h',
745 'performance/WorkerPerformance.cpp', 749 'performance/WorkerPerformance.cpp',
746 'performance/WorkerPerformance.h', 750 'performance/WorkerPerformance.h',
747 'presentation/NavigatorPresentation.cpp', 751 'presentation/NavigatorPresentation.cpp',
748 'presentation/NavigatorPresentation.h', 752 'presentation/NavigatorPresentation.h',
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
1111 'serviceworkers/CacheTest.cpp', 1115 'serviceworkers/CacheTest.cpp',
1112 'serviceworkers/FetchResponseDataTest.cpp', 1116 'serviceworkers/FetchResponseDataTest.cpp',
1113 'serviceworkers/RequestTest.cpp', 1117 'serviceworkers/RequestTest.cpp',
1114 'serviceworkers/ResponseTest.cpp', 1118 'serviceworkers/ResponseTest.cpp',
1115 'serviceworkers/ServiceWorkerContainerTest.cpp', 1119 'serviceworkers/ServiceWorkerContainerTest.cpp',
1116 'websockets/DOMWebSocketTest.cpp', 1120 'websockets/DOMWebSocketTest.cpp',
1117 'websockets/DocumentWebSocketChannelTest.cpp', 1121 'websockets/DocumentWebSocketChannelTest.cpp',
1118 ], 1122 ],
1119 }, 1123 },
1120 } 1124 }
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/notifications/serviceworker-notification-event.html ('k') | Source/modules/notifications/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698