| OLD | NEW |
| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 'mediastream/RTCSessionDescription.idl', | 99 'mediastream/RTCSessionDescription.idl', |
| 100 'mediastream/RTCSessionDescriptionCallback.idl', | 100 'mediastream/RTCSessionDescriptionCallback.idl', |
| 101 'mediastream/RTCStatsCallback.idl', | 101 'mediastream/RTCStatsCallback.idl', |
| 102 'mediastream/RTCStatsReport.idl', | 102 'mediastream/RTCStatsReport.idl', |
| 103 'mediastream/RTCStatsResponse.idl', | 103 'mediastream/RTCStatsResponse.idl', |
| 104 'mediastream/SourceInfo.idl', | 104 'mediastream/SourceInfo.idl', |
| 105 'netinfo/NetworkInformation.idl', | 105 'netinfo/NetworkInformation.idl', |
| 106 'notifications/Notification.idl', | 106 'notifications/Notification.idl', |
| 107 'notifications/NotificationPermissionCallback.idl', | 107 'notifications/NotificationPermissionCallback.idl', |
| 108 'performance/WorkerPerformance.idl', | 108 'performance/WorkerPerformance.idl', |
| 109 'push_messaging/PushEvent.idl', |
| 109 'push_messaging/PushManager.idl', | 110 'push_messaging/PushManager.idl', |
| 110 'push_messaging/PushRegistration.idl', | 111 'push_messaging/PushRegistration.idl', |
| 111 'quota/DeprecatedStorageInfo.idl', | 112 'quota/DeprecatedStorageInfo.idl', |
| 112 'quota/DeprecatedStorageQuota.idl', | 113 'quota/DeprecatedStorageQuota.idl', |
| 113 'quota/StorageErrorCallback.idl', | 114 'quota/StorageErrorCallback.idl', |
| 114 'quota/StorageInfo.idl', | 115 'quota/StorageInfo.idl', |
| 115 'quota/StorageQuota.idl', | 116 'quota/StorageQuota.idl', |
| 116 'quota/StorageQuotaCallback.idl', | 117 'quota/StorageQuotaCallback.idl', |
| 117 'quota/StorageUsageCallback.idl', | 118 'quota/StorageUsageCallback.idl', |
| 118 'serviceworkers/Cache.idl', | 119 'serviceworkers/Cache.idl', |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 'mediasource/URLMediaSource.idl', | 219 'mediasource/URLMediaSource.idl', |
| 219 'mediastream/NavigatorMediaStream.idl', | 220 'mediastream/NavigatorMediaStream.idl', |
| 220 'mediastream/URLMediaStream.idl', | 221 'mediastream/URLMediaStream.idl', |
| 221 'mediastream/WindowMediaStream.idl', | 222 'mediastream/WindowMediaStream.idl', |
| 222 'navigatorcontentutils/NavigatorContentUtils.idl', | 223 'navigatorcontentutils/NavigatorContentUtils.idl', |
| 223 'netinfo/NavigatorNetworkInformation.idl', | 224 'netinfo/NavigatorNetworkInformation.idl', |
| 224 'netinfo/WorkerNavigatorNetworkInformation.idl', | 225 'netinfo/WorkerNavigatorNetworkInformation.idl', |
| 225 'performance/SharedWorkerPerformance.idl', | 226 'performance/SharedWorkerPerformance.idl', |
| 226 'performance/WorkerGlobalScopePerformance.idl', | 227 'performance/WorkerGlobalScopePerformance.idl', |
| 227 'push_messaging/NavigatorPushManager.idl', | 228 'push_messaging/NavigatorPushManager.idl', |
| 229 'push_messaging/ServiceWorkerGlobalScopePush.idl', |
| 228 'quota/NavigatorStorageQuota.idl', | 230 'quota/NavigatorStorageQuota.idl', |
| 229 'quota/WindowQuota.idl', | 231 'quota/WindowQuota.idl', |
| 230 'quota/WorkerNavigatorStorageQuota.idl', | 232 'quota/WorkerNavigatorStorageQuota.idl', |
| 231 'screen_orientation/ScreenOrientation.idl', | 233 'screen_orientation/ScreenOrientation.idl', |
| 232 'serviceworkers/NavigatorServiceWorker.idl', | 234 'serviceworkers/NavigatorServiceWorker.idl', |
| 233 'speech/WindowSpeech.idl', | 235 'speech/WindowSpeech.idl', |
| 234 'speech/WindowSpeechSynthesis.idl', | 236 'speech/WindowSpeechSynthesis.idl', |
| 235 'vibration/NavigatorVibration.idl', | 237 'vibration/NavigatorVibration.idl', |
| 236 'webaudio/WindowWebAudio.idl', | 238 'webaudio/WindowWebAudio.idl', |
| 237 'webdatabase/WindowWebDatabase.idl', | 239 'webdatabase/WindowWebDatabase.idl', |
| 238 'webdatabase/WorkerGlobalScopeWebDatabase.idl', | 240 'webdatabase/WorkerGlobalScopeWebDatabase.idl', |
| 239 'webmidi/NavigatorWebMIDI.idl', | 241 'webmidi/NavigatorWebMIDI.idl', |
| 240 ], | 242 ], |
| 241 # interfaces that inherit from Event | 243 # interfaces that inherit from Event |
| 242 'modules_event_idl_files': [ | 244 'modules_event_idl_files': [ |
| 243 'device_light/DeviceLightEvent.idl', | 245 'device_light/DeviceLightEvent.idl', |
| 244 'device_orientation/DeviceMotionEvent.idl', | 246 'device_orientation/DeviceMotionEvent.idl', |
| 245 'device_orientation/DeviceOrientationEvent.idl', | 247 'device_orientation/DeviceOrientationEvent.idl', |
| 246 'encryptedmedia/MediaKeyMessageEvent.idl', | 248 'encryptedmedia/MediaKeyMessageEvent.idl', |
| 247 'encryptedmedia/MediaKeyNeededEvent.idl', | 249 'encryptedmedia/MediaKeyNeededEvent.idl', |
| 248 'gamepad/GamepadEvent.idl', | 250 'gamepad/GamepadEvent.idl', |
| 249 'indexeddb/IDBVersionChangeEvent.idl', | 251 'indexeddb/IDBVersionChangeEvent.idl', |
| 250 'mediastream/MediaStreamEvent.idl', | 252 'mediastream/MediaStreamEvent.idl', |
| 251 'mediastream/MediaStreamTrackEvent.idl', | 253 'mediastream/MediaStreamTrackEvent.idl', |
| 252 'mediastream/RTCDTMFToneChangeEvent.idl', | 254 'mediastream/RTCDTMFToneChangeEvent.idl', |
| 253 'mediastream/RTCDataChannelEvent.idl', | 255 'mediastream/RTCDataChannelEvent.idl', |
| 254 'mediastream/RTCIceCandidateEvent.idl', | 256 'mediastream/RTCIceCandidateEvent.idl', |
| 257 'push_messaging/PushEvent.idl', |
| 255 'serviceworkers/FetchEvent.idl', | 258 'serviceworkers/FetchEvent.idl', |
| 256 'serviceworkers/InstallEvent.idl', | 259 'serviceworkers/InstallEvent.idl', |
| 257 'serviceworkers/InstallPhaseEvent.idl', | 260 'serviceworkers/InstallPhaseEvent.idl', |
| 258 'speech/SpeechRecognitionError.idl', | 261 'speech/SpeechRecognitionError.idl', |
| 259 'speech/SpeechRecognitionEvent.idl', | 262 'speech/SpeechRecognitionEvent.idl', |
| 260 'speech/SpeechSynthesisEvent.idl', | 263 'speech/SpeechSynthesisEvent.idl', |
| 261 'webaudio/AudioProcessingEvent.idl', | 264 'webaudio/AudioProcessingEvent.idl', |
| 262 'webaudio/OfflineAudioCompletionEvent.idl', | 265 'webaudio/OfflineAudioCompletionEvent.idl', |
| 263 'webmidi/MIDIConnectionEvent.idl', | 266 'webmidi/MIDIConnectionEvent.idl', |
| 264 'webmidi/MIDIMessageEvent.idl', | 267 'webmidi/MIDIMessageEvent.idl', |
| (...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 599 'performance/WorkerGlobalScopePerformance.cpp', | 602 'performance/WorkerGlobalScopePerformance.cpp', |
| 600 'performance/WorkerGlobalScopePerformance.h', | 603 'performance/WorkerGlobalScopePerformance.h', |
| 601 'performance/WorkerPerformance.cpp', | 604 'performance/WorkerPerformance.cpp', |
| 602 'performance/WorkerPerformance.h', | 605 'performance/WorkerPerformance.h', |
| 603 'push_messaging/NavigatorPushManager.cpp', | 606 'push_messaging/NavigatorPushManager.cpp', |
| 604 'push_messaging/NavigatorPushManager.h', | 607 'push_messaging/NavigatorPushManager.h', |
| 605 'push_messaging/PushController.cpp', | 608 'push_messaging/PushController.cpp', |
| 606 'push_messaging/PushController.h', | 609 'push_messaging/PushController.h', |
| 607 'push_messaging/PushError.cpp', | 610 'push_messaging/PushError.cpp', |
| 608 'push_messaging/PushError.h', | 611 'push_messaging/PushError.h', |
| 612 'push_messaging/PushEvent.cpp', |
| 613 'push_messaging/PushEvent.h', |
| 609 'push_messaging/PushManager.cpp', | 614 'push_messaging/PushManager.cpp', |
| 610 'push_messaging/PushManager.h', | 615 'push_messaging/PushManager.h', |
| 611 'push_messaging/PushRegistration.cpp', | 616 'push_messaging/PushRegistration.cpp', |
| 612 'push_messaging/PushRegistration.h', | 617 'push_messaging/PushRegistration.h', |
| 618 'push_messaging/ServiceWorkerGlobalScopePush.h', |
| 613 'quota/DOMWindowQuota.cpp', | 619 'quota/DOMWindowQuota.cpp', |
| 614 'quota/DOMWindowQuota.h', | 620 'quota/DOMWindowQuota.h', |
| 615 'quota/DeprecatedStorageInfo.cpp', | 621 'quota/DeprecatedStorageInfo.cpp', |
| 616 'quota/DeprecatedStorageInfo.h', | 622 'quota/DeprecatedStorageInfo.h', |
| 617 'quota/DeprecatedStorageQuota.cpp', | 623 'quota/DeprecatedStorageQuota.cpp', |
| 618 'quota/DeprecatedStorageQuota.h', | 624 'quota/DeprecatedStorageQuota.h', |
| 619 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp', | 625 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp', |
| 620 'quota/DeprecatedStorageQuotaCallbacksImpl.h', | 626 'quota/DeprecatedStorageQuotaCallbacksImpl.h', |
| 621 'quota/NavigatorStorageQuota.cpp', | 627 'quota/NavigatorStorageQuota.cpp', |
| 622 'quota/NavigatorStorageQuota.h', | 628 'quota/NavigatorStorageQuota.h', |
| (...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 967 'indexeddb/IDBRequestTest.cpp', | 973 'indexeddb/IDBRequestTest.cpp', |
| 968 'indexeddb/IDBTransactionTest.cpp', | 974 'indexeddb/IDBTransactionTest.cpp', |
| 969 'websockets/WebSocketDeflaterTest.cpp', | 975 'websockets/WebSocketDeflaterTest.cpp', |
| 970 'websockets/WebSocketExtensionDispatcherTest.cpp', | 976 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 971 'websockets/WebSocketExtensionParserTest.cpp', | 977 'websockets/WebSocketExtensionParserTest.cpp', |
| 972 'websockets/WebSocketPerMessageDeflateTest.cpp', | 978 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 973 'websockets/WebSocketTest.cpp', | 979 'websockets/WebSocketTest.cpp', |
| 974 ], | 980 ], |
| 975 }, | 981 }, |
| 976 } | 982 } |
| OLD | NEW |