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

Unified Diff: Source/modules/modules.gypi

Issue 17031006: Rename DOMWindow interface to Window (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 1cf2de479b9449915607c3615c567dd6a04a28be..bbf1c120ddc858b1f1ecb9fc5baf0665f9a42c51 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -11,8 +11,8 @@
'modules_idl_files': [
'<@(extra_blink_module_idl_files)',
'crypto/Crypto.idl',
- 'crypto/DOMWindowCrypto.idl',
'crypto/SubtleCrypto.idl',
+ 'crypto/WindowCrypto.idl',
'crypto/WorkerContextCrypto.idl',
'crypto/WorkerCrypto.idl',
'device_orientation/DeviceAcceleration.idl',
@@ -25,7 +25,6 @@
'encryptedmedia/MediaKeySession.idl',
'filesystem/DOMFileSystem.idl',
'filesystem/DOMFileSystemSync.idl',
- 'filesystem/DOMWindowFileSystem.idl',
'filesystem/DataTransferItemFileSystem.idl',
'filesystem/DirectoryEntry.idl',
'filesystem/DirectoryEntrySync.idl',
@@ -48,6 +47,7 @@
'filesystem/HTMLInputElementFileSystem.idl',
'filesystem/Metadata.idl',
'filesystem/MetadataCallback.idl',
+ 'filesystem/WindowFileSystem.idl',
'filesystem/WorkerContextFileSystem.idl',
'gamepad/Gamepad.idl',
'gamepad/GamepadList.idl',
@@ -59,7 +59,6 @@
'geolocation/PositionCallback.idl',
'geolocation/PositionError.idl',
'geolocation/PositionErrorCallback.idl',
- 'indexeddb/DOMWindowIndexedDatabase.idl',
'indexeddb/IDBAny.idl',
'indexeddb/IDBCursor.idl',
'indexeddb/IDBCursorWithValue.idl',
@@ -72,14 +71,15 @@
'indexeddb/IDBRequest.idl',
'indexeddb/IDBTransaction.idl',
'indexeddb/IDBVersionChangeEvent.idl',
+ 'indexeddb/WindowIndexedDatabase.idl',
'indexeddb/WorkerContextIndexedDatabase.idl',
- 'mediasource/DOMWindowMediaSource.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',
@@ -103,22 +103,21 @@
'mediastream/RTCStatsResponse.idl',
'mediastream/SourceInfo.idl',
'navigatorcontentutils/NavigatorContentUtils.idl',
- 'notifications/DOMWindowNotifications.idl',
'notifications/Notification.idl',
'notifications/NotificationCenter.idl',
'notifications/NotificationPermissionCallback.idl',
+ 'notifications/WindowNotifications.idl',
'notifications/WorkerContextNotifications.idl',
'performance/WorkerContextPerformance.idl',
'performance/WorkerPerformance.idl',
- 'quota/DOMWindowQuota.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/DOMWindowSpeechSynthesis.idl',
'speech/SpeechGrammar.idl',
'speech/SpeechGrammarList.idl',
'speech/SpeechRecognition.idl',
@@ -131,6 +130,7 @@
'speech/SpeechSynthesisEvent.idl',
'speech/SpeechSynthesisUtterance.idl',
'speech/SpeechSynthesisVoice.idl',
+ 'speech/WindowSpeechSynthesis.idl',
'webaudio/AudioBuffer.idl',
'webaudio/AudioBufferCallback.idl',
'webaudio/AudioBufferSourceNode.idl',
@@ -159,7 +159,6 @@
'webaudio/AnalyserNode.idl',
'webaudio/WaveShaperNode.idl',
'webaudio/WaveTable.idl',
- 'webdatabase/DOMWindowWebDatabase.idl',
'webdatabase/Database.idl',
'webdatabase/DatabaseCallback.idl',
'webdatabase/DatabaseSync.idl',
@@ -174,6 +173,7 @@
'webdatabase/SQLTransactionErrorCallback.idl',
'webdatabase/SQLTransactionSync.idl',
'webdatabase/SQLTransactionSyncCallback.idl',
+ 'webdatabase/WindowWebDatabase.idl',
'webdatabase/WorkerContextWebDatabase.idl',
'webmidi/MIDIAccess.idl',
'webmidi/MIDIAccessPromise.idl',
« no previous file with comments | « Source/modules/mediasource/WindowMediaSource.idl ('k') | Source/modules/notifications/DOMWindowNotifications.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698