Index: Source/modules/modules.gypi |
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi |
index 92782b19a2b8da6a0248ef23060bd2287e80bbb1..c3d8d1f2e98ba9192e05a6ce4d8fdc935887bb27 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': [ |
+ 'deprecated_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,8 +67,6 @@ |
'indexeddb/IDBRequest.idl', |
'indexeddb/IDBTransaction.idl', |
'indexeddb/IDBVersionChangeEvent.idl', |
- 'indexeddb/WindowIndexedDatabase.idl', |
- 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', |
'mediasource/MediaSource.idl', |
'mediasource/SourceBuffer.idl', |
'mediasource/SourceBufferList.idl', |
@@ -85,13 +74,11 @@ |
'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', |
@@ -110,22 +97,15 @@ |
'mediastream/RTCStatsResponse.idl', |
'mediastream/SourceInfo.idl', |
'mediastream/URLMediaStream.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', |
@@ -138,8 +118,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', |
@@ -181,8 +159,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', |
@@ -192,10 +168,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', |