Index: Source/modules/modules.gypi |
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi |
index ab13bac4ef19f239174810c0b0c62eea3282a36c..16ae9823fe48ef5725606c2134d0e6fd43eb5cec 100644 |
--- a/Source/modules/modules.gypi |
+++ b/Source/modules/modules.gypi |
@@ -8,7 +8,7 @@ |
'extra_blink_module_idl_files': [], |
'extra_blink_module_files': [], |
- 'modules_idl_files': [ |
+ 'perl_modules_idl_files': [ |
'<@(extra_blink_module_idl_files)', |
'crypto/AesCbcParams.idl', |
'crypto/AesKeyGenParams.idl', |
@@ -17,20 +17,16 @@ |
'crypto/CryptoOperation.idl', |
'crypto/Key.idl', |
'crypto/SubtleCrypto.idl', |
- 'crypto/WindowCrypto.idl', |
'crypto/WorkerCrypto.idl', |
- 'crypto/WorkerGlobalScopeCrypto.idl', |
'device_orientation/DeviceAcceleration.idl', |
'device_orientation/DeviceMotionEvent.idl', |
'device_orientation/DeviceRotationRate.idl', |
- 'donottrack/NavigatorDoNotTrack.idl', |
'encryptedmedia/MediaKeyMessageEvent.idl', |
'encryptedmedia/MediaKeyNeededEvent.idl', |
'encryptedmedia/MediaKeys.idl', |
'encryptedmedia/MediaKeySession.idl', |
'filesystem/DOMFileSystem.idl', |
'filesystem/DOMFileSystemSync.idl', |
- 'filesystem/DataTransferItemFileSystem.idl', |
'filesystem/DirectoryEntry.idl', |
'filesystem/DirectoryEntrySync.idl', |
'filesystem/DirectoryReader.idl', |
@@ -49,18 +45,13 @@ |
'filesystem/FileWriter.idl', |
'filesystem/FileWriterCallback.idl', |
'filesystem/FileWriterSync.idl', |
- 'filesystem/HTMLInputElementFileSystem.idl', |
'filesystem/Metadata.idl', |
'filesystem/MetadataCallback.idl', |
- 'filesystem/WindowFileSystem.idl', |
- 'filesystem/WorkerGlobalScopeFileSystem.idl', |
'gamepad/Gamepad.idl', |
'gamepad/GamepadList.idl', |
- 'gamepad/NavigatorGamepad.idl', |
'geolocation/Coordinates.idl', |
'geolocation/Geolocation.idl', |
'geolocation/Geoposition.idl', |
- 'geolocation/NavigatorGeolocation.idl', |
'geolocation/PositionCallback.idl', |
'geolocation/PositionError.idl', |
'geolocation/PositionErrorCallback.idl', |
@@ -76,21 +67,17 @@ |
'indexeddb/IDBRequest.idl', |
'indexeddb/IDBTransaction.idl', |
'indexeddb/IDBVersionChangeEvent.idl', |
- 'indexeddb/WindowIndexedDatabase.idl', |
- 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', |
'mediasource/MediaSource.idl', |
'mediasource/SourceBuffer.idl', |
'mediasource/SourceBufferList.idl', |
'mediasource/WebKitMediaSource.idl', |
'mediasource/WebKitSourceBuffer.idl', |
'mediasource/WebKitSourceBufferList.idl', |
- 'mediasource/WindowMediaSource.idl', |
'mediastream/MediaStream.idl', |
'mediastream/MediaStreamEvent.idl', |
'mediastream/MediaStreamTrack.idl', |
'mediastream/MediaStreamTrackEvent.idl', |
'mediastream/MediaStreamTrackSourcesCallback.idl', |
- 'mediastream/NavigatorMediaStream.idl', |
'mediastream/NavigatorUserMediaError.idl', |
'mediastream/NavigatorUserMediaErrorCallback.idl', |
'mediastream/NavigatorUserMediaSuccessCallback.idl', |
@@ -108,22 +95,15 @@ |
'mediastream/RTCStatsReport.idl', |
'mediastream/RTCStatsResponse.idl', |
'mediastream/SourceInfo.idl', |
- 'navigatorcontentutils/NavigatorContentUtils.idl', |
'notifications/Notification.idl', |
'notifications/NotificationCenter.idl', |
'notifications/NotificationPermissionCallback.idl', |
- 'notifications/WindowNotifications.idl', |
- 'notifications/WorkerGlobalScopeNotifications.idl', |
- 'performance/WorkerGlobalScopePerformance.idl', |
'performance/WorkerPerformance.idl', |
- 'quota/NavigatorStorageQuota.idl', |
'quota/StorageErrorCallback.idl', |
'quota/StorageInfo.idl', |
'quota/StorageQuota.idl', |
'quota/StorageQuotaCallback.idl', |
'quota/StorageUsageCallback.idl', |
- 'quota/WindowQuota.idl', |
- 'quota/WorkerNavigatorStorageQuota.idl', |
'speech/SpeechGrammar.idl', |
'speech/SpeechGrammarList.idl', |
'speech/SpeechRecognition.idl', |
@@ -136,8 +116,6 @@ |
'speech/SpeechSynthesisEvent.idl', |
'speech/SpeechSynthesisUtterance.idl', |
'speech/SpeechSynthesisVoice.idl', |
- 'speech/WindowSpeechSynthesis.idl', |
- 'vibration/NavigatorVibration.idl', |
'webaudio/AudioBuffer.idl', |
'webaudio/AudioBufferCallback.idl', |
'webaudio/AudioBufferSourceNode.idl', |
@@ -179,8 +157,6 @@ |
'webdatabase/SQLTransactionErrorCallback.idl', |
'webdatabase/SQLTransactionSync.idl', |
'webdatabase/SQLTransactionSyncCallback.idl', |
- 'webdatabase/WindowWebDatabase.idl', |
- 'webdatabase/WorkerGlobalScopeWebDatabase.idl', |
'webmidi/MIDIAccess.idl', |
'webmidi/MIDIAccessPromise.idl', |
'webmidi/MIDIConnectionEvent.idl', |
@@ -190,10 +166,36 @@ |
'webmidi/MIDIOutput.idl', |
'webmidi/MIDIPort.idl', |
'webmidi/MIDISuccessCallback.idl', |
- 'webmidi/NavigatorWebMIDI.idl', |
'websockets/CloseEvent.idl', |
'websockets/WebSocket.idl', |
], |
+ 'python_modules_idl_files': [ |
+ 'crypto/WindowCrypto.idl', |
+ 'crypto/WorkerGlobalScopeCrypto.idl', |
+ 'donottrack/NavigatorDoNotTrack.idl', |
+ 'filesystem/DataTransferItemFileSystem.idl', |
+ 'filesystem/HTMLInputElementFileSystem.idl', |
+ 'filesystem/WindowFileSystem.idl', |
+ 'filesystem/WorkerGlobalScopeFileSystem.idl', |
+ 'gamepad/NavigatorGamepad.idl', |
+ 'geolocation/NavigatorGeolocation.idl', |
+ 'indexeddb/WindowIndexedDatabase.idl', |
+ 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', |
+ 'mediasource/WindowMediaSource.idl', |
+ 'mediastream/NavigatorMediaStream.idl', |
+ 'navigatorcontentutils/NavigatorContentUtils.idl', |
+ 'notifications/WindowNotifications.idl', |
+ 'notifications/WorkerGlobalScopeNotifications.idl', |
+ 'performance/WorkerGlobalScopePerformance.idl', |
+ 'quota/NavigatorStorageQuota.idl', |
+ 'quota/WindowQuota.idl', |
+ 'quota/WorkerNavigatorStorageQuota.idl', |
+ 'speech/WindowSpeechSynthesis.idl', |
+ 'vibration/NavigatorVibration.idl', |
+ 'webdatabase/WindowWebDatabase.idl', |
+ 'webdatabase/WorkerGlobalScopeWebDatabase.idl', |
+ 'webmidi/NavigatorWebMIDI.idl', |
+ ], |
'modules_files': [ |
'<@(extra_blink_module_files)', |
'crypto/AesCbcParams.cpp', |