blob: 82b80c9b43eecf392dfe9fa1c62f1ba63f7d7f99 [file] [log] [blame]
# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//third_party/WebKit/Source/bindings/bindings.gni")
# The paths in this file are absolute since this file is imported and the
# file lists must be valid from multple "current directories".
bindings_modules_output_dir = "$bindings_output_dir/modules"
blink_modules_output_dir = "$root_gen_dir/blink/modules"
modules_core_global_constructors_original_interfaces = [
"AudioWorkletGlobalScope",
"CompositorWorkerGlobalScope",
"PaintWorkletGlobalScope",
"ServiceWorkerGlobalScope",
]
modules_global_constructors_original_interfaces = [
"AudioWorkletGlobalScope",
"CompositorWorkerGlobalScope",
"DedicatedWorkerGlobalScope",
"PaintWorkletGlobalScope",
"ServiceWorkerGlobalScope",
"SharedWorkerGlobalScope",
"Window",
]
# The interfaces aren't technically files, but we can treat them as file names
# to get process_file_template to generate lists of IDL files corresponding
# to each interface.
modules_core_global_constructors_generated_idl_files = process_file_template(
modules_core_global_constructors_original_interfaces,
[ "$blink_modules_output_dir/{{source_name_part}}CoreConstructors.idl" ])
modules_global_constructors_generated_idl_files = process_file_template(
modules_global_constructors_original_interfaces,
[ "$blink_modules_output_dir/{{source_name_part}}ModulesConstructors.idl" ])
modules_idl_files =
get_path_info([
"app_banner/AppBannerPromptResult.idl",
"app_banner/BeforeInstallPromptEvent.idl",
"background_fetch/BackgroundFetchClickEvent.idl",
"background_fetch/BackgroundFetchEvent.idl",
"background_fetch/BackgroundFetchFailEvent.idl",
"background_fetch/BackgroundFetchFetch.idl",
"background_fetch/BackgroundFetchManager.idl",
"background_fetch/BackgroundFetchRegistration.idl",
"background_fetch/BackgroundFetchSettledFetch.idl",
"background_fetch/BackgroundFetchedEvent.idl",
"background_sync/SyncEvent.idl",
"background_sync/SyncManager.idl",
"battery/BatteryManager.idl",
"bluetooth/Bluetooth.idl",
"bluetooth/BluetoothDevice.idl",
"bluetooth/BluetoothCharacteristicProperties.idl",
"bluetooth/BluetoothRemoteGATTCharacteristic.idl",
"bluetooth/BluetoothRemoteGATTDescriptor.idl",
"bluetooth/BluetoothRemoteGATTServer.idl",
"bluetooth/BluetoothRemoteGATTService.idl",
"bluetooth/BluetoothUUID.idl",
"broadcastchannel/BroadcastChannel.idl",
"budget/BudgetService.idl",
"budget/BudgetState.idl",
"cachestorage/Cache.idl",
"cachestorage/CacheStorage.idl",
"canvas2d/CanvasGradient.idl",
"canvas2d/CanvasPattern.idl",
"canvas2d/CanvasRenderingContext2D.idl",
"canvas2d/Path2D.idl",
"compositorworker/AnimationWorkletGlobalScope.idl",
"compositorworker/CompositorWorker.idl",
"compositorworker/CompositorWorkerGlobalScope.idl",
"credentialmanager/Credential.idl",
"credentialmanager/CredentialsContainer.idl",
"credentialmanager/FederatedCredential.idl",
"credentialmanager/PasswordCredential.idl",
"crypto/Crypto.idl",
"crypto/CryptoKey.idl",
"crypto/SubtleCrypto.idl",
"csspaint/PaintRenderingContext2D.idl",
"csspaint/PaintSize.idl",
"csspaint/PaintWorkletGlobalScope.idl",
"device_orientation/DeviceAcceleration.idl",
"device_orientation/DeviceMotionEvent.idl",
"device_orientation/DeviceOrientationEvent.idl",
"device_orientation/DeviceRotationRate.idl",
"encoding/TextDecoder.idl",
"encoding/TextEncoder.idl",
"encryptedmedia/MediaEncryptedEvent.idl",
"encryptedmedia/MediaKeyMessageEvent.idl",
"encryptedmedia/MediaKeysPolicy.idl",
"encryptedmedia/MediaKeySession.idl",
"encryptedmedia/MediaKeyStatusMap.idl",
"encryptedmedia/MediaKeySystemAccess.idl",
"encryptedmedia/MediaKeys.idl",
"eventsource/EventSource.idl",
"fetch/Body.idl",
"fetch/Headers.idl",
"fetch/Request.idl",
"fetch/Response.idl",
"filesystem/DOMFileSystem.idl",
"filesystem/DOMFileSystemSync.idl",
"filesystem/DirectoryEntry.idl",
"filesystem/DirectoryEntrySync.idl",
"filesystem/DirectoryReader.idl",
"filesystem/DirectoryReaderSync.idl",
"filesystem/EntriesCallback.idl",
"filesystem/Entry.idl",
"filesystem/EntryCallback.idl",
"filesystem/EntrySync.idl",
"filesystem/ErrorCallback.idl",
"filesystem/FileEntry.idl",
"filesystem/FileEntrySync.idl",
"filesystem/FileSystemCallback.idl",
"filesystem/FileWriter.idl",
"filesystem/FileWriterCallback.idl",
"filesystem/FileWriterSync.idl",
"filesystem/Metadata.idl",
"filesystem/MetadataCallback.idl",
"gamepad/Gamepad.idl",
"gamepad/GamepadButton.idl",
"gamepad/GamepadEvent.idl",
"gamepad/GamepadList.idl",
"gamepad/GamepadPose.idl",
"geolocation/Coordinates.idl",
"geolocation/Geolocation.idl",
"geolocation/Position.idl",
"geolocation/PositionCallback.idl",
"geolocation/PositionError.idl",
"geolocation/PositionErrorCallback.idl",
"imagebitmap/ImageBitmapRenderingContext.idl",
"imagecapture/ImageCapture.idl",
"imagecapture/MediaSettingsRange.idl",
"imagecapture/PhotoCapabilities.idl",
"indexeddb/IDBCursor.idl",
"indexeddb/IDBCursorWithValue.idl",
"indexeddb/IDBDatabase.idl",
"indexeddb/IDBFactory.idl",
"indexeddb/IDBIndex.idl",
"indexeddb/IDBKeyRange.idl",
"indexeddb/IDBObjectStore.idl",
"indexeddb/IDBObserver.idl",
"indexeddb/IDBObserverChanges.idl",
"indexeddb/IDBObservation.idl",
"indexeddb/IDBOpenDBRequest.idl",
"indexeddb/IDBRequest.idl",
"indexeddb/IDBTransaction.idl",
"indexeddb/IDBVersionChangeEvent.idl",
"installedapp/RelatedApplication.idl",
"media_capabilities/MediaCapabilities.idl",
"media_capabilities/MediaCapabilitiesInfo.idl",
"mediacapturefromelement/CanvasCaptureMediaStreamTrack.idl",
"mediarecorder/BlobEvent.idl",
"mediarecorder/MediaRecorder.idl",
"mediasession/MediaMetadata.idl",
"mediasession/MediaSession.idl",
"mediasource/MediaSource.idl",
"mediasource/SourceBuffer.idl",
"mediasource/SourceBufferList.idl",
"mediasource/TrackDefault.idl",
"mediasource/TrackDefaultList.idl",
"mediasource/VideoPlaybackQuality.idl",
"mediastream/MediaDeviceInfo.idl",
"mediastream/MediaDevices.idl",
"mediastream/MediaStream.idl",
"mediastream/MediaStreamEvent.idl",
"mediastream/MediaStreamTrack.idl",
"mediastream/MediaStreamTrackEvent.idl",
"mediastream/NavigatorUserMediaError.idl",
"mediastream/NavigatorUserMediaErrorCallback.idl",
"mediastream/NavigatorUserMediaSuccessCallback.idl",
"netinfo/NetworkInformation.idl",
"nfc/MessageCallback.idl",
"nfc/NFC.idl",
"notifications/Notification.idl",
"notifications/NotificationEvent.idl",
"notifications/NotificationPermissionCallback.idl",
"offscreencanvas2d/OffscreenCanvasRenderingContext2D.idl",
"payments/CanMakePaymentEvent.idl",
"payments/PaymentAddress.idl",
"payments/PaymentInstruments.idl",
"payments/PaymentManager.idl",
"payments/PaymentRequestEvent.idl",
"payments/PaymentRequestUpdateEvent.idl",
"payments/PaymentRequest.idl",
"payments/PaymentResponse.idl",
"peerconnection/RTCCertificate.idl",
"peerconnection/RTCDTMFSender.idl",
"peerconnection/RTCDTMFToneChangeEvent.idl",
"peerconnection/RTCDataChannel.idl",
"peerconnection/RTCDataChannelEvent.idl",
"peerconnection/RTCIceCandidate.idl",
"peerconnection/RTCLegacyStatsReport.idl",
"peerconnection/RTCPeerConnection.idl",
"peerconnection/RTCPeerConnectionErrorCallback.idl",
"peerconnection/RTCPeerConnectionIceEvent.idl",
"peerconnection/RTCRtpContributingSource.idl",
"peerconnection/RTCRtpReceiver.idl",
"peerconnection/RTCRtpSender.idl",
"peerconnection/RTCSessionDescription.idl",
"peerconnection/RTCSessionDescriptionCallback.idl",
"peerconnection/RTCStatsCallback.idl",
"peerconnection/RTCStatsReport.idl",
"peerconnection/RTCStatsResponse.idl",
"permissions/Permissions.idl",
"permissions/PermissionStatus.idl",
"plugins/MimeType.idl",
"plugins/MimeTypeArray.idl",
"plugins/Plugin.idl",
"plugins/PluginArray.idl",
"presentation/Presentation.idl",
"presentation/PresentationAvailability.idl",
"presentation/PresentationConnection.idl",
"presentation/PresentationConnectionAvailableEvent.idl",
"presentation/PresentationConnectionCloseEvent.idl",
"presentation/PresentationConnectionList.idl",
"presentation/PresentationReceiver.idl",
"presentation/PresentationRequest.idl",
"push_messaging/PushEvent.idl",
"push_messaging/PushManager.idl",
"push_messaging/PushMessageData.idl",
"push_messaging/PushSubscription.idl",
"push_messaging/PushSubscriptionOptions.idl",
"quota/DOMError.idl",
"quota/DeprecatedStorageInfo.idl",
"quota/DeprecatedStorageQuota.idl",
"quota/StorageErrorCallback.idl",
"quota/StorageManager.idl",
"quota/StorageQuotaCallback.idl",
"quota/StorageUsageCallback.idl",
"remoteplayback/RemotePlayback.idl",
"screen_orientation/ScreenOrientation.idl",
"sensor/AbsoluteOrientationSensor.idl",
"sensor/Accelerometer.idl",
"sensor/AmbientLightSensor.idl",
"sensor/Gyroscope.idl",
"sensor/LinearAccelerationSensor.idl",
"sensor/Magnetometer.idl",
"sensor/OrientationSensor.idl",
"sensor/RelativeOrientationSensor.idl",
"sensor/Sensor.idl",
"sensor/SensorErrorEvent.idl",
"serviceworkers/Client.idl",
"serviceworkers/Clients.idl",
"serviceworkers/ExtendableEvent.idl",
"serviceworkers/ExtendableMessageEvent.idl",
"serviceworkers/FetchEvent.idl",
"serviceworkers/ForeignFetchEvent.idl",
"serviceworkers/InstallEvent.idl",
"serviceworkers/NavigationPreloadManager.idl",
"serviceworkers/ServiceWorker.idl",
"serviceworkers/ServiceWorkerContainer.idl",
"serviceworkers/ServiceWorkerGlobalScope.idl",
"serviceworkers/ServiceWorkerRegistration.idl",
"serviceworkers/WindowClient.idl",
"shapedetection/BarcodeDetector.idl",
"shapedetection/DetectedBarcode.idl",
"shapedetection/DetectedFace.idl",
"shapedetection/DetectedText.idl",
"shapedetection/FaceDetector.idl",
"shapedetection/TextDetector.idl",
"speech/SpeechGrammar.idl",
"speech/SpeechGrammarList.idl",
"speech/SpeechRecognition.idl",
"speech/SpeechRecognitionAlternative.idl",
"speech/SpeechRecognitionError.idl",
"speech/SpeechRecognitionEvent.idl",
"speech/SpeechRecognitionResult.idl",
"speech/SpeechRecognitionResultList.idl",
"speech/SpeechSynthesis.idl",
"speech/SpeechSynthesisEvent.idl",
"speech/SpeechSynthesisUtterance.idl",
"speech/SpeechSynthesisVoice.idl",
"storage/Storage.idl",
"storage/StorageEvent.idl",
"vr/VRDisplay.idl",
"vr/VRDisplayEvent.idl",
"vr/VRDisplayCapabilities.idl",
"vr/VREyeParameters.idl",
"vr/VRFrameData.idl",
"vr/VRPose.idl",
"vr/VRStageParameters.idl",
"webaudio/AnalyserNode.idl",
"webaudio/AudioBuffer.idl",
"webaudio/AudioBufferSourceNode.idl",
"webaudio/AudioContext.idl",
"webaudio/AudioDestinationNode.idl",
"webaudio/AudioListener.idl",
"webaudio/AudioNode.idl",
"webaudio/AudioParam.idl",
"webaudio/AudioParamMap.idl",
"webaudio/AudioProcessingEvent.idl",
"webaudio/AudioScheduledSourceNode.idl",
"webaudio/AudioWorkletGlobalScope.idl",
"webaudio/BaseAudioContext.idl",
"webaudio/BiquadFilterNode.idl",
"webaudio/ChannelMergerNode.idl",
"webaudio/ChannelSplitterNode.idl",
"webaudio/ConstantSourceNode.idl",
"webaudio/ConvolverNode.idl",
"webaudio/DelayNode.idl",
"webaudio/DynamicsCompressorNode.idl",
"webaudio/GainNode.idl",
"webaudio/IIRFilterNode.idl",
"webaudio/MediaElementAudioSourceNode.idl",
"webaudio/MediaStreamAudioDestinationNode.idl",
"webaudio/MediaStreamAudioSourceNode.idl",
"webaudio/OfflineAudioCompletionEvent.idl",
"webaudio/OfflineAudioContext.idl",
"webaudio/OscillatorNode.idl",
"webaudio/PannerNode.idl",
"webaudio/PeriodicWave.idl",
"webaudio/ScriptProcessorNode.idl",
"webaudio/StereoPannerNode.idl",
"webaudio/WaveShaperNode.idl",
"webauth/PublicKeyCredential.idl",
"webauth/AuthenticatorAssertionResponse.idl",
"webauth/AuthenticatorAttestationResponse.idl",
"webauth/AuthenticatorResponse.idl",
"webauth/WebAuthentication.idl",
"webdatabase/Database.idl",
"webdatabase/SQLError.idl",
"webdatabase/SQLResultSet.idl",
"webdatabase/SQLResultSetRowList.idl",
"webdatabase/SQLStatementCallback.idl",
"webdatabase/SQLStatementErrorCallback.idl",
"webdatabase/SQLTransaction.idl",
"webdatabase/SQLTransactionCallback.idl",
"webdatabase/SQLTransactionErrorCallback.idl",
"webgl/ANGLEInstancedArrays.idl",
"webgl/EXTBlendMinMax.idl",
"webgl/EXTColorBufferFloat.idl",
"webgl/EXTDisjointTimerQuery.idl",
"webgl/EXTDisjointTimerQueryWebGL2.idl",
"webgl/EXTFragDepth.idl",
"webgl/EXTShaderTextureLOD.idl",
"webgl/EXTTextureFilterAnisotropic.idl",
"webgl/EXTsRGB.idl",
"webgl/OESElementIndexUint.idl",
"webgl/OESStandardDerivatives.idl",
"webgl/OESTextureFloat.idl",
"webgl/OESTextureFloatLinear.idl",
"webgl/OESTextureHalfFloat.idl",
"webgl/OESTextureHalfFloatLinear.idl",
"webgl/OESVertexArrayObject.idl",
"webgl/WebGL2RenderingContext.idl",
"webgl/WebGLActiveInfo.idl",
"webgl/WebGLBuffer.idl",
"webgl/WebGLCompressedTextureASTC.idl",
"webgl/WebGLCompressedTextureATC.idl",
"webgl/WebGLCompressedTextureETC.idl",
"webgl/WebGLCompressedTextureETC1.idl",
"webgl/WebGLCompressedTexturePVRTC.idl",
"webgl/WebGLCompressedTextureS3TC.idl",
"webgl/WebGLCompressedTextureS3TCsRGB.idl",
"webgl/WebGLContextEvent.idl",
"webgl/WebGLDebugRendererInfo.idl",
"webgl/WebGLDebugShaders.idl",
"webgl/WebGLDepthTexture.idl",
"webgl/WebGLDrawBuffers.idl",
"webgl/WebGLFramebuffer.idl",
"webgl/WebGLGetBufferSubDataAsync.idl",
"webgl/WebGLLoseContext.idl",
"webgl/WebGLProgram.idl",
"webgl/WebGLQuery.idl",
"webgl/WebGLRenderbuffer.idl",
"webgl/WebGLRenderingContext.idl",
"webgl/WebGLSampler.idl",
"webgl/WebGLShader.idl",
"webgl/WebGLShaderPrecisionFormat.idl",
"webgl/WebGLSync.idl",
"webgl/WebGLTexture.idl",
"webgl/WebGLTimerQueryEXT.idl",
"webgl/WebGLTransformFeedback.idl",
"webgl/WebGLUniformLocation.idl",
"webgl/WebGLVertexArrayObject.idl",
"webgl/WebGLVertexArrayObjectOES.idl",
"webmidi/MIDIAccess.idl",
"webmidi/MIDIConnectionEvent.idl",
"webmidi/MIDIInput.idl",
"webmidi/MIDIInputMap.idl",
"webmidi/MIDIMessageEvent.idl",
"webmidi/MIDIOutput.idl",
"webmidi/MIDIOutputMap.idl",
"webmidi/MIDIPort.idl",
"websockets/CloseEvent.idl",
"websockets/WebSocket.idl",
"webusb/USB.idl",
"webusb/USBAlternateInterface.idl",
"webusb/USBEndpoint.idl",
"webusb/USBConfiguration.idl",
"webusb/USBConnectionEvent.idl",
"webusb/USBDevice.idl",
"webusb/USBInTransferResult.idl",
"webusb/USBInterface.idl",
"webusb/USBIsochronousInTransferPacket.idl",
"webusb/USBIsochronousInTransferResult.idl",
"webusb/USBIsochronousOutTransferPacket.idl",
"webusb/USBIsochronousOutTransferResult.idl",
"webusb/USBOutTransferResult.idl",
],
"abspath")
modules_dictionary_idl_files =
get_path_info([
"app_banner/BeforeInstallPromptEventInit.idl",
"background_fetch/BackgroundFetchClickEventInit.idl",
"background_fetch/BackgroundFetchEventInit.idl",
"background_fetch/BackgroundFetchFailEventInit.idl",
"background_fetch/BackgroundFetchOptions.idl",
"background_fetch/BackgroundFetchedEventInit.idl",
"background_fetch/IconDefinition.idl",
"background_sync/SyncEventInit.idl",
"bluetooth/BluetoothLEScanFilterInit.idl",
"bluetooth/RequestDeviceOptions.idl",
"cachestorage/CacheQueryOptions.idl",
"canvas2d/CanvasRenderingContext2DSettings.idl",
"canvas2d/HitRegionOptions.idl",
"credentialmanager/CredentialCreationOptions.idl",
"credentialmanager/CredentialData.idl",
"credentialmanager/CredentialRequestOptions.idl",
"credentialmanager/FederatedCredentialInit.idl",
"credentialmanager/FederatedCredentialRequestOptions.idl",
"credentialmanager/FormDataOptions.idl",
"credentialmanager/PasswordCredentialData.idl",
"device_orientation/DeviceAccelerationInit.idl",
"device_orientation/DeviceMotionEventInit.idl",
"device_orientation/DeviceOrientationEventInit.idl",
"device_orientation/DeviceRotationRateInit.idl",
"encoding/TextDecodeOptions.idl",
"encoding/TextDecoderOptions.idl",
"encryptedmedia/MediaEncryptedEventInit.idl",
"encryptedmedia/MediaKeysPolicyInit.idl",
"encryptedmedia/MediaKeyMessageEventInit.idl",
"encryptedmedia/MediaKeySystemConfiguration.idl",
"encryptedmedia/MediaKeySystemMediaCapability.idl",
"eventsource/EventSourceInit.idl",
"fetch/ResponseInit.idl",
"filesystem/FileSystemFlags.idl",
"gamepad/GamepadEventInit.idl",
"geolocation/PositionOptions.idl",
"imagecapture/ConstrainPoint2DParameters.idl",
"imagecapture/Point2D.idl",
"imagecapture/PhotoSettings.idl",
"indexeddb/IDBIndexParameters.idl",
"indexeddb/IDBObjectStoreParameters.idl",
"indexeddb/IDBObserverInit.idl",
"indexeddb/IDBVersionChangeEventInit.idl",
"media_capabilities/AudioConfiguration.idl",
"media_capabilities/MediaConfiguration.idl",
"media_capabilities/MediaDecodingConfiguration.idl",
"media_capabilities/MediaEncodingConfiguration.idl",
"media_capabilities/VideoConfiguration.idl",
"mediarecorder/BlobEventInit.idl",
"mediarecorder/MediaRecorderOptions.idl",
"mediasession/MediaImage.idl",
"mediasession/MediaMetadataInit.idl",
"mediastream/ConstrainBooleanParameters.idl",
"mediastream/ConstrainDOMStringParameters.idl",
"mediastream/ConstrainDoubleRange.idl",
"mediastream/ConstrainLongRange.idl",
"mediastream/DoubleRange.idl",
"mediastream/LongRange.idl",
"mediastream/MediaStreamConstraints.idl",
"mediastream/MediaStreamEventInit.idl",
"mediastream/MediaStreamTrackEventInit.idl",
"mediastream/MediaTrackCapabilities.idl",
"mediastream/MediaTrackConstraintSet.idl",
"mediastream/MediaTrackConstraints.idl",
"mediastream/MediaTrackSettings.idl",
"mediastream/MediaTrackSupportedConstraints.idl",
"nfc/NFCMessage.idl",
"nfc/NFCPushOptions.idl",
"nfc/NFCRecord.idl",
"nfc/NFCWatchOptions.idl",
"notifications/GetNotificationOptions.idl",
"notifications/NotificationAction.idl",
"notifications/NotificationEventInit.idl",
"notifications/NotificationOptions.idl",
"payments/AndroidPayMethodData.idl",
"payments/AndroidPayTokenization.idl",
"payments/BasicCardRequest.idl",
"payments/CanMakePaymentEventInit.idl",
"payments/ImageObject.idl",
"payments/PaymentAppResponse.idl",
"payments/PaymentRequestEventInit.idl",
"payments/PaymentCurrencyAmount.idl",
"payments/PaymentDetailsBase.idl",
"payments/PaymentDetailsInit.idl",
"payments/PaymentDetailsModifier.idl",
"payments/PaymentDetailsUpdate.idl",
"payments/PaymentItem.idl",
"payments/PaymentMethodData.idl",
"payments/PaymentOptions.idl",
"payments/PaymentInstrument.idl",
"payments/PaymentRequestUpdateEventInit.idl",
"payments/PaymentShippingOption.idl",
"peerconnection/RTCAnswerOptions.idl",
"peerconnection/RTCConfiguration.idl",
"peerconnection/RTCDataChannelEventInit.idl",
"peerconnection/RTCDtlsFingerprint.idl",
"peerconnection/RTCDTMFToneChangeEventInit.idl",
"peerconnection/RTCDataChannelInit.idl",
"peerconnection/RTCIceCandidateInit.idl",
"peerconnection/RTCIceServer.idl",
"peerconnection/RTCOfferAnswerOptions.idl",
"peerconnection/RTCOfferOptions.idl",
"peerconnection/RTCPeerConnectionIceEventInit.idl",
"peerconnection/RTCSessionDescriptionInit.idl",
"permissions/MidiPermissionDescriptor.idl",
"permissions/PermissionDescriptor.idl",
"permissions/PushPermissionDescriptor.idl",
"presentation/PresentationConnectionAvailableEventInit.idl",
"presentation/PresentationConnectionCloseEventInit.idl",
"push_messaging/PushEventInit.idl",
"push_messaging/PushSubscriptionOptionsInit.idl",
"quota/StorageEstimate.idl",
"sensor/SensorErrorEventInit.idl",
"sensor/SensorOptions.idl",
"serviceworkers/ClientQueryOptions.idl",
"serviceworkers/ExtendableEventInit.idl",
"serviceworkers/ExtendableMessageEventInit.idl",
"serviceworkers/FetchEventInit.idl",
"serviceworkers/ForeignFetchEventInit.idl",
"serviceworkers/ForeignFetchOptions.idl",
"serviceworkers/ForeignFetchResponse.idl",
"serviceworkers/NavigationPreloadState.idl",
"serviceworkers/RegistrationOptions.idl",
"shapedetection/FaceDetectorOptions.idl",
"shapedetection/Landmark.idl",
"speech/SpeechRecognitionErrorInit.idl",
"speech/SpeechRecognitionEventInit.idl",
"storage/StorageEventInit.idl",
"vr/VRDisplayEventInit.idl",
"vr/VRLayer.idl",
"webaudio/AnalyserOptions.idl",
"webaudio/AudioBufferOptions.idl",
"webaudio/AudioBufferSourceOptions.idl",
"webaudio/AudioContextOptions.idl",
"webaudio/AudioNodeOptions.idl",
"webaudio/AudioParamDescriptor.idl",
"webaudio/AudioProcessingEventInit.idl",
"webaudio/AudioTimestamp.idl",
"webaudio/BiquadFilterOptions.idl",
"webaudio/ChannelMergerOptions.idl",
"webaudio/ChannelSplitterOptions.idl",
"webaudio/ConstantSourceOptions.idl",
"webaudio/ConvolverOptions.idl",
"webaudio/DelayOptions.idl",
"webaudio/DynamicsCompressorOptions.idl",
"webaudio/GainOptions.idl",
"webaudio/IIRFilterOptions.idl",
"webaudio/MediaElementAudioSourceOptions.idl",
"webaudio/MediaStreamAudioSourceOptions.idl",
"webaudio/PannerOptions.idl",
"webaudio/PeriodicWaveConstraints.idl",
"webaudio/PeriodicWaveOptions.idl",
"webaudio/OscillatorOptions.idl",
"webaudio/OfflineAudioCompletionEventInit.idl",
"webaudio/StereoPannerOptions.idl",
"webaudio/WaveShaperOptions.idl",
"webauth/AuthenticatorSelectionCriteria.idl",
"webauth/CollectedClientData.idl",
"webauth/MakeCredentialOptions.idl",
"webauth/PublicKeyCredentialDescriptor.idl",
"webauth/PublicKeyCredentialEntity.idl",
"webauth/PublicKeyCredentialParameters.idl",
"webauth/PublicKeyCredentialRequestOptions.idl",
"webauth/PublicKeyCredentialUserEntity.idl",
"webgl/WebGLContextAttributes.idl",
"webgl/WebGLContextEventInit.idl",
"webmidi/MIDIConnectionEventInit.idl",
"webmidi/MIDIMessageEventInit.idl",
"webmidi/MIDIOptions.idl",
"webshare/ShareData.idl",
"websockets/CloseEventInit.idl",
"webusb/USBConnectionEventInit.idl",
"webusb/USBControlTransferParameters.idl",
"webusb/USBDeviceFilter.idl",
"webusb/USBDeviceRequestOptions.idl",
],
"abspath")
# 'partial interface' or target (right side of) 'implements'
modules_dependency_idl_files =
get_path_info(
[
"app_banner/WindowInstallation.idl",
"audio_output_devices/HTMLMediaElementAudioOutputDevice.idl",
"background_fetch/ServiceWorkerGlobalScopeBackgroundFetch.idl",
"background_fetch/ServiceWorkerRegistrationBackgroundFetch.idl",
"background_sync/ServiceWorkerGlobalScopeSync.idl",
"background_sync/ServiceWorkerRegistrationSync.idl",
"battery/NavigatorBattery.idl",
"beacon/NavigatorBeacon.idl",
"bluetooth/NavigatorBluetooth.idl",
"budget/NavigatorBudget.idl",
"budget/WorkerNavigatorBudget.idl",
"cachestorage/WindowCacheStorage.idl",
"cachestorage/WorkerCacheStorage.idl",
"canvas/HTMLCanvasElementModule.idl",
"canvas2d/CanvasPath.idl",
"compositorworker/WindowAnimationWorklet.idl",
"credentialmanager/CredentialUserData.idl",
"credentialmanager/NavigatorCredentials.idl",
"crypto/WindowCrypto.idl",
"crypto/WorkerGlobalScopeCrypto.idl",
"csspaint/WindowPaintWorklet.idl",
"device_orientation/WindowDeviceMotion.idl",
"device_orientation/WindowDeviceOrientation.idl",
"donottrack/NavigatorDoNotTrack.idl",
"encryptedmedia/HTMLMediaElementEncryptedMedia.idl",
"encryptedmedia/MediaKeysGetStatusForPolicy.idl",
"encryptedmedia/NavigatorRequestMediaKeySystemAccess.idl",
"fetch/WindowFetch.idl",
"fetch/WorkerFetch.idl",
"filesystem/DataTransferItemFileSystem.idl",
"filesystem/DedicatedWorkerGlobalScopeFileSystem.idl",
"filesystem/DevToolsHostFileSystem.idl",
"filesystem/HTMLInputElementFileSystem.idl",
"filesystem/SharedWorkerGlobalScopeFileSystem.idl",
"filesystem/WindowFileSystem.idl",
"gamepad/NavigatorGamepad.idl",
"geolocation/NavigatorGeolocation.idl",
"indexeddb/WindowIndexedDatabase.idl",
"indexeddb/WorkerGlobalScopeIndexedDatabase.idl",
"installedapp/NavigatorInstalledApp.idl",
"keyboard_lock/NavigatorKeyboardLock.idl",
"media_capabilities/NavigatorMediaCapabilities.idl",
"mediacapturefromelement/HTMLCanvasElementCapture.idl",
"mediacapturefromelement/HTMLMediaElementCapture.idl",
"mediasession/NavigatorMediaSession.idl",
"mediasource/AudioTrackSourceBuffer.idl",
"mediasource/VideoTrackSourceBuffer.idl",
"mediasource/HTMLVideoElementMediaSource.idl",
"mediasource/URLMediaSource.idl",
"mediastream/MediaStreamTrackContentHint.idl",
"mediastream/NavigatorMediaStream.idl",
"mediastream/NavigatorUserMedia.idl",
"mediastream/URLMediaStream.idl",
"mediastream/WindowMediaStream.idl",
"navigatorcontentutils/NavigatorContentUtils.idl",
"nfc/NavigatorNFC.idl",
"netinfo/NavigatorNetworkInformation.idl",
"netinfo/WorkerNavigatorNetworkInformation.idl",
"notifications/ServiceWorkerGlobalScopeNotifications.idl",
"notifications/ServiceWorkerRegistrationNotifications.idl",
"offscreencanvas/OffscreenCanvasModules.idl",
"payments/HTMLIFrameElementPayments.idl",
"payments/PaymentAppServiceWorkerGlobalScope.idl",
"payments/PaymentAppServiceWorkerRegistration.idl",
"permissions/NavigatorPermissions.idl",
"permissions/WorkerNavigatorPermissions.idl",
"plugins/NavigatorPlugins.idl",
"presentation/NavigatorPresentation.idl",
"push_messaging/ServiceWorkerGlobalScopePush.idl",
"push_messaging/ServiceWorkerRegistrationPush.idl",
"quota/NavigatorStorageQuota.idl",
"quota/WindowQuota.idl",
"quota/WorkerNavigatorStorageQuota.idl",
"remoteplayback/HTMLMediaElementRemotePlayback.idl",
"screen_orientation/ScreenScreenOrientation.idl",
"serviceworkers/NavigatorServiceWorker.idl",
"speech/WindowSpeech.idl",
"speech/WindowSpeechSynthesis.idl",
"srcobject/HTMLMediaElementSrcObject.idl",
"storage/WindowStorage.idl",
"vibration/NavigatorVibration.idl",
"vr/NavigatorVR.idl",
"wake_lock/ScreenWakeLock.idl",
"webaudio/WindowAudioWorklet.idl",
"webauth/NavigatorAuth.idl",
"webdatabase/WindowWebDatabase.idl",
"webgl/WebGL2RenderingContextBase.idl",
"webgl/WebGLRenderingContextBase.idl",
"webmidi/NavigatorWebMIDI.idl",
"webshare/NavigatorShare.idl",
"webusb/NavigatorUSB.idl",
],
"abspath")
modules_testing_dependency_idl_files =
get_path_info(
[
"accessibility/testing/InternalsAccessibility.idl",
"fetch/testing/InternalsFetch.idl",
"fetch/testing/WorkerInternalsFetch.idl",
"mediastream/testing/InternalsMediaStream.idl",
"navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl",
"peerconnection/testing/InternalsRTCCertificate.idl",
"serviceworkers/testing/InternalsServiceWorker.idl",
"speech/testing/InternalsSpeechSynthesis.idl",
"vibration/testing/InternalsVibration.idl",
"webaudio/testing/InternalsWebAudio.idl",
],
"abspath")
modules_definition_idl_files = modules_dictionary_idl_files + modules_idl_files
# Static IDL files
modules_static_dependency_idl_files =
modules_dependency_idl_files + modules_testing_dependency_idl_files
modules_generated_dependency_idl_files =
modules_core_global_constructors_generated_idl_files +
modules_global_constructors_generated_idl_files
# 'modules_dependency_idl_files' is already used in Source/modules, so avoid
# collision
modules_all_dependency_idl_files =
modules_static_dependency_idl_files + modules_generated_dependency_idl_files