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

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

Issue 188433003: 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'mediastream/RTCIceCandidate.idl', 93 'mediastream/RTCIceCandidate.idl',
94 'mediastream/RTCIceCandidateEvent.idl', 94 'mediastream/RTCIceCandidateEvent.idl',
95 'mediastream/RTCPeerConnection.idl', 95 'mediastream/RTCPeerConnection.idl',
96 'mediastream/RTCSessionDescription.idl', 96 'mediastream/RTCSessionDescription.idl',
97 'mediastream/RTCSessionDescriptionCallback.idl', 97 'mediastream/RTCSessionDescriptionCallback.idl',
98 'mediastream/RTCStatsCallback.idl', 98 'mediastream/RTCStatsCallback.idl',
99 'mediastream/RTCStatsReport.idl', 99 'mediastream/RTCStatsReport.idl',
100 'mediastream/RTCStatsResponse.idl', 100 'mediastream/RTCStatsResponse.idl',
101 'mediastream/SourceInfo.idl', 101 'mediastream/SourceInfo.idl',
102 'notifications/Notification.idl', 102 'notifications/Notification.idl',
103 'notifications/NotificationCenter.idl',
104 'notifications/NotificationPermissionCallback.idl', 103 'notifications/NotificationPermissionCallback.idl',
105 'notifications/WebKitNotification.idl',
106 'performance/WorkerPerformance.idl', 104 'performance/WorkerPerformance.idl',
107 'quota/DeprecatedStorageInfo.idl', 105 'quota/DeprecatedStorageInfo.idl',
108 'quota/DeprecatedStorageQuota.idl', 106 'quota/DeprecatedStorageQuota.idl',
109 'quota/StorageErrorCallback.idl', 107 'quota/StorageErrorCallback.idl',
110 'quota/StorageInfo.idl', 108 'quota/StorageInfo.idl',
111 'quota/StorageQuota.idl', 109 'quota/StorageQuota.idl',
112 'quota/StorageQuotaCallback.idl', 110 'quota/StorageQuotaCallback.idl',
113 'quota/StorageUsageCallback.idl', 111 'quota/StorageUsageCallback.idl',
114 'serviceworkers/Cache.idl', 112 'serviceworkers/Cache.idl',
115 'serviceworkers/FetchEvent.idl', 113 'serviceworkers/FetchEvent.idl',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'imagebitmap/ImageBitmapFactories.idl', 201 'imagebitmap/ImageBitmapFactories.idl',
204 'imagebitmap/WindowImageBitmapFactories.idl', 202 'imagebitmap/WindowImageBitmapFactories.idl',
205 'indexeddb/WindowIndexedDatabase.idl', 203 'indexeddb/WindowIndexedDatabase.idl',
206 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', 204 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
207 'mediasource/HTMLVideoElementMediaSource.idl', 205 'mediasource/HTMLVideoElementMediaSource.idl',
208 'mediasource/URLMediaSource.idl', 206 'mediasource/URLMediaSource.idl',
209 'mediasource/WindowMediaSource.idl', 207 'mediasource/WindowMediaSource.idl',
210 'mediastream/NavigatorMediaStream.idl', 208 'mediastream/NavigatorMediaStream.idl',
211 'mediastream/URLMediaStream.idl', 209 'mediastream/URLMediaStream.idl',
212 'navigatorcontentutils/NavigatorContentUtils.idl', 210 'navigatorcontentutils/NavigatorContentUtils.idl',
213 'notifications/WindowNotifications.idl',
214 'notifications/WorkerGlobalScopeNotifications.idl',
215 'performance/SharedWorkerPerformance.idl', 211 'performance/SharedWorkerPerformance.idl',
216 'performance/WorkerGlobalScopePerformance.idl', 212 'performance/WorkerGlobalScopePerformance.idl',
217 'quota/NavigatorStorageQuota.idl', 213 'quota/NavigatorStorageQuota.idl',
218 'quota/WindowQuota.idl', 214 'quota/WindowQuota.idl',
219 'quota/WorkerNavigatorStorageQuota.idl', 215 'quota/WorkerNavigatorStorageQuota.idl',
220 'screen_orientation/ScreenOrientation.idl', 216 'screen_orientation/ScreenOrientation.idl',
221 'serviceworkers/NavigatorServiceWorker.idl', 217 'serviceworkers/NavigatorServiceWorker.idl',
222 'speech/WindowSpeechSynthesis.idl', 218 'speech/WindowSpeechSynthesis.idl',
223 'vibration/NavigatorVibration.idl', 219 'vibration/NavigatorVibration.idl',
224 'webdatabase/WindowWebDatabase.idl', 220 'webdatabase/WindowWebDatabase.idl',
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 'mediastream/UserMediaClient.h', 508 'mediastream/UserMediaClient.h',
513 'mediastream/UserMediaController.cpp', 509 'mediastream/UserMediaController.cpp',
514 'mediastream/UserMediaController.h', 510 'mediastream/UserMediaController.h',
515 'mediastream/UserMediaRequest.cpp', 511 'mediastream/UserMediaRequest.cpp',
516 'mediastream/UserMediaRequest.h', 512 'mediastream/UserMediaRequest.h',
517 'mediastream/URLMediaStream.cpp', 513 'mediastream/URLMediaStream.cpp',
518 'mediastream/URLMediaStream.h', 514 'mediastream/URLMediaStream.h',
519 'navigatorcontentutils/NavigatorContentUtils.cpp', 515 'navigatorcontentutils/NavigatorContentUtils.cpp',
520 'navigatorcontentutils/NavigatorContentUtils.h', 516 'navigatorcontentutils/NavigatorContentUtils.h',
521 'navigatorcontentutils/NavigatorContentUtilsClient.h', 517 'navigatorcontentutils/NavigatorContentUtilsClient.h',
522 'notifications/DOMWindowNotifications.cpp',
523 'notifications/DOMWindowNotifications.h',
524 'notifications/Notification.cpp', 518 'notifications/Notification.cpp',
525 'notifications/Notification.h', 519 'notifications/Notification.h',
526 'notifications/NotificationBase.cpp', 520 'notifications/NotificationClient.h',
527 'notifications/NotificationBase.h',
528 'notifications/NotificationCenter.cpp',
529 'notifications/NotificationCenter.h',
530 'notifications/NotificationController.cpp', 521 'notifications/NotificationController.cpp',
531 'notifications/NotificationController.h', 522 'notifications/NotificationController.h',
532 'notifications/NotificationPermissionCallback.h', 523 'notifications/NotificationPermissionCallback.h',
533 'notifications/WebKitNotification.cpp',
534 'notifications/WebKitNotification.h',
535 'notifications/WorkerGlobalScopeNotifications.cpp',
536 'notifications/WorkerGlobalScopeNotifications.h',
537 'performance/SharedWorkerPerformance.cpp', 524 'performance/SharedWorkerPerformance.cpp',
538 'performance/WorkerGlobalScopePerformance.cpp', 525 'performance/WorkerGlobalScopePerformance.cpp',
539 'performance/WorkerGlobalScopePerformance.h', 526 'performance/WorkerGlobalScopePerformance.h',
540 'performance/WorkerPerformance.cpp', 527 'performance/WorkerPerformance.cpp',
541 'performance/WorkerPerformance.h', 528 'performance/WorkerPerformance.h',
542 'quota/DeprecatedStorageInfo.cpp', 529 'quota/DeprecatedStorageInfo.cpp',
543 'quota/DeprecatedStorageInfo.h', 530 'quota/DeprecatedStorageInfo.h',
544 'quota/DeprecatedStorageQuota.cpp', 531 'quota/DeprecatedStorageQuota.cpp',
545 'quota/DeprecatedStorageQuota.h', 532 'quota/DeprecatedStorageQuota.h',
546 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp', 533 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp',
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
881 'indexeddb/IDBKeyPathTest.cpp', 868 'indexeddb/IDBKeyPathTest.cpp',
882 'indexeddb/IDBRequestTest.cpp', 869 'indexeddb/IDBRequestTest.cpp',
883 'indexeddb/IDBTransactionTest.cpp', 870 'indexeddb/IDBTransactionTest.cpp',
884 'websockets/WebSocketDeflaterTest.cpp', 871 'websockets/WebSocketDeflaterTest.cpp',
885 'websockets/WebSocketExtensionDispatcherTest.cpp', 872 'websockets/WebSocketExtensionDispatcherTest.cpp',
886 'websockets/WebSocketExtensionParserTest.cpp', 873 'websockets/WebSocketExtensionParserTest.cpp',
887 'websockets/WebSocketPerMessageDeflateTest.cpp', 874 'websockets/WebSocketPerMessageDeflateTest.cpp',
888 ], 875 ],
889 }, 876 },
890 } 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