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

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

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

Powered by Google App Engine
This is Rietveld 408576698