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

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

Issue 187323005: Revert of Remove support for legacy WebKit Notifications (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 'mediastream/RTCIceCandidate.idl', 92 'mediastream/RTCIceCandidate.idl',
93 'mediastream/RTCIceCandidateEvent.idl', 93 'mediastream/RTCIceCandidateEvent.idl',
94 'mediastream/RTCPeerConnection.idl', 94 'mediastream/RTCPeerConnection.idl',
95 'mediastream/RTCSessionDescription.idl', 95 'mediastream/RTCSessionDescription.idl',
96 'mediastream/RTCSessionDescriptionCallback.idl', 96 'mediastream/RTCSessionDescriptionCallback.idl',
97 'mediastream/RTCStatsCallback.idl', 97 'mediastream/RTCStatsCallback.idl',
98 'mediastream/RTCStatsReport.idl', 98 'mediastream/RTCStatsReport.idl',
99 'mediastream/RTCStatsResponse.idl', 99 'mediastream/RTCStatsResponse.idl',
100 'mediastream/SourceInfo.idl', 100 'mediastream/SourceInfo.idl',
101 'notifications/Notification.idl', 101 'notifications/Notification.idl',
102 'notifications/NotificationCenter.idl',
102 'notifications/NotificationPermissionCallback.idl', 103 'notifications/NotificationPermissionCallback.idl',
104 'notifications/WebKitNotification.idl',
103 'performance/WorkerPerformance.idl', 105 'performance/WorkerPerformance.idl',
104 'quota/DeprecatedStorageInfo.idl', 106 'quota/DeprecatedStorageInfo.idl',
105 'quota/DeprecatedStorageQuota.idl', 107 'quota/DeprecatedStorageQuota.idl',
106 'quota/StorageErrorCallback.idl', 108 'quota/StorageErrorCallback.idl',
107 'quota/StorageInfo.idl', 109 'quota/StorageInfo.idl',
108 'quota/StorageQuota.idl', 110 'quota/StorageQuota.idl',
109 'quota/StorageQuotaCallback.idl', 111 'quota/StorageQuotaCallback.idl',
110 'quota/StorageUsageCallback.idl', 112 'quota/StorageUsageCallback.idl',
111 'serviceworkers/Cache.idl', 113 'serviceworkers/Cache.idl',
112 'serviceworkers/FetchEvent.idl', 114 'serviceworkers/FetchEvent.idl',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'imagebitmap/ImageBitmapFactories.idl', 198 'imagebitmap/ImageBitmapFactories.idl',
197 'imagebitmap/WindowImageBitmapFactories.idl', 199 'imagebitmap/WindowImageBitmapFactories.idl',
198 'indexeddb/WindowIndexedDatabase.idl', 200 'indexeddb/WindowIndexedDatabase.idl',
199 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', 201 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
200 'mediasource/HTMLVideoElementMediaSource.idl', 202 'mediasource/HTMLVideoElementMediaSource.idl',
201 'mediasource/URLMediaSource.idl', 203 'mediasource/URLMediaSource.idl',
202 'mediasource/WindowMediaSource.idl', 204 'mediasource/WindowMediaSource.idl',
203 'mediastream/NavigatorMediaStream.idl', 205 'mediastream/NavigatorMediaStream.idl',
204 'mediastream/URLMediaStream.idl', 206 'mediastream/URLMediaStream.idl',
205 'navigatorcontentutils/NavigatorContentUtils.idl', 207 'navigatorcontentutils/NavigatorContentUtils.idl',
208 'notifications/WindowNotifications.idl',
209 'notifications/WorkerGlobalScopeNotifications.idl',
206 'performance/SharedWorkerPerformance.idl', 210 'performance/SharedWorkerPerformance.idl',
207 'performance/WorkerGlobalScopePerformance.idl', 211 'performance/WorkerGlobalScopePerformance.idl',
208 'quota/NavigatorStorageQuota.idl', 212 'quota/NavigatorStorageQuota.idl',
209 'quota/WindowQuota.idl', 213 'quota/WindowQuota.idl',
210 'quota/WorkerNavigatorStorageQuota.idl', 214 'quota/WorkerNavigatorStorageQuota.idl',
211 'screen_orientation/ScreenOrientation.idl', 215 'screen_orientation/ScreenOrientation.idl',
212 'serviceworkers/NavigatorServiceWorker.idl', 216 'serviceworkers/NavigatorServiceWorker.idl',
213 'speech/WindowSpeechSynthesis.idl', 217 'speech/WindowSpeechSynthesis.idl',
214 'vibration/NavigatorVibration.idl', 218 'vibration/NavigatorVibration.idl',
215 'webdatabase/WindowWebDatabase.idl', 219 'webdatabase/WindowWebDatabase.idl',
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 'mediastream/UserMediaClient.h', 499 'mediastream/UserMediaClient.h',
496 'mediastream/UserMediaController.cpp', 500 'mediastream/UserMediaController.cpp',
497 'mediastream/UserMediaController.h', 501 'mediastream/UserMediaController.h',
498 'mediastream/UserMediaRequest.cpp', 502 'mediastream/UserMediaRequest.cpp',
499 'mediastream/UserMediaRequest.h', 503 'mediastream/UserMediaRequest.h',
500 'mediastream/URLMediaStream.cpp', 504 'mediastream/URLMediaStream.cpp',
501 'mediastream/URLMediaStream.h', 505 'mediastream/URLMediaStream.h',
502 'navigatorcontentutils/NavigatorContentUtils.cpp', 506 'navigatorcontentutils/NavigatorContentUtils.cpp',
503 'navigatorcontentutils/NavigatorContentUtils.h', 507 'navigatorcontentutils/NavigatorContentUtils.h',
504 'navigatorcontentutils/NavigatorContentUtilsClient.h', 508 'navigatorcontentutils/NavigatorContentUtilsClient.h',
509 'notifications/DOMWindowNotifications.cpp',
510 'notifications/DOMWindowNotifications.h',
505 'notifications/Notification.cpp', 511 'notifications/Notification.cpp',
506 'notifications/Notification.h', 512 'notifications/Notification.h',
507 'notifications/NotificationClient.h', 513 'notifications/NotificationBase.cpp',
514 'notifications/NotificationBase.h',
515 'notifications/NotificationCenter.cpp',
516 'notifications/NotificationCenter.h',
508 'notifications/NotificationController.cpp', 517 'notifications/NotificationController.cpp',
509 'notifications/NotificationController.h', 518 'notifications/NotificationController.h',
510 'notifications/NotificationPermissionCallback.h', 519 'notifications/NotificationPermissionCallback.h',
520 'notifications/WebKitNotification.cpp',
521 'notifications/WebKitNotification.h',
522 'notifications/WorkerGlobalScopeNotifications.cpp',
523 'notifications/WorkerGlobalScopeNotifications.h',
511 'performance/SharedWorkerPerformance.cpp', 524 'performance/SharedWorkerPerformance.cpp',
512 'performance/WorkerGlobalScopePerformance.cpp', 525 'performance/WorkerGlobalScopePerformance.cpp',
513 'performance/WorkerGlobalScopePerformance.h', 526 'performance/WorkerGlobalScopePerformance.h',
514 'performance/WorkerPerformance.cpp', 527 'performance/WorkerPerformance.cpp',
515 'performance/WorkerPerformance.h', 528 'performance/WorkerPerformance.h',
516 'quota/DeprecatedStorageInfo.cpp', 529 'quota/DeprecatedStorageInfo.cpp',
517 'quota/DeprecatedStorageInfo.h', 530 'quota/DeprecatedStorageInfo.h',
518 'quota/DeprecatedStorageQuota.cpp', 531 'quota/DeprecatedStorageQuota.cpp',
519 'quota/DeprecatedStorageQuota.h', 532 'quota/DeprecatedStorageQuota.h',
520 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp', 533 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp',
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
855 'indexeddb/IDBKeyPathTest.cpp', 868 'indexeddb/IDBKeyPathTest.cpp',
856 'indexeddb/IDBRequestTest.cpp', 869 'indexeddb/IDBRequestTest.cpp',
857 'indexeddb/IDBTransactionTest.cpp', 870 'indexeddb/IDBTransactionTest.cpp',
858 'websockets/WebSocketDeflaterTest.cpp', 871 'websockets/WebSocketDeflaterTest.cpp',
859 'websockets/WebSocketExtensionDispatcherTest.cpp', 872 'websockets/WebSocketExtensionDispatcherTest.cpp',
860 'websockets/WebSocketExtensionParserTest.cpp', 873 'websockets/WebSocketExtensionParserTest.cpp',
861 'websockets/WebSocketPerMessageDeflateTest.cpp', 874 'websockets/WebSocketPerMessageDeflateTest.cpp',
862 ], 875 ],
863 }, 876 },
864 } 877 }
OLDNEW
« no previous file with comments | « Source/core/events/EventTargetFactory.in ('k') | Source/modules/notifications/DOMWindowNotifications.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698