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

Unified Diff: Source/modules/modules.gypi

Issue 17035010: Revert "Rename DOMWindow interface to Window" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 5e5d07e441a4230c6835330e7b2d13d8935c7ba9..e1bce783faa6feb0453344e99f734dbddd5cb87e 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,6 +25,7 @@
'encryptedmedia/MediaKeySession.idl',
'filesystem/DOMFileSystem.idl',
'filesystem/DOMFileSystemSync.idl',
+ 'filesystem/DOMWindowFileSystem.idl',
'filesystem/DataTransferItemFileSystem.idl',
'filesystem/DirectoryEntry.idl',
'filesystem/DirectoryEntrySync.idl',
@@ -47,7 +48,6 @@
'filesystem/HTMLInputElementFileSystem.idl',
'filesystem/Metadata.idl',
'filesystem/MetadataCallback.idl',
- 'filesystem/WindowFileSystem.idl',
'filesystem/WorkerContextFileSystem.idl',
'gamepad/Gamepad.idl',
'gamepad/GamepadList.idl',
@@ -59,6 +59,7 @@
'geolocation/PositionCallback.idl',
'geolocation/PositionError.idl',
'geolocation/PositionErrorCallback.idl',
+ 'indexeddb/DOMWindowIndexedDatabase.idl',
'indexeddb/IDBAny.idl',
'indexeddb/IDBCursor.idl',
'indexeddb/IDBCursorWithValue.idl',
@@ -71,15 +72,14 @@
'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,21 +103,22 @@
'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',
@@ -130,7 +131,6 @@
'speech/SpeechSynthesisEvent.idl',
'speech/SpeechSynthesisUtterance.idl',
'speech/SpeechSynthesisVoice.idl',
- 'speech/WindowSpeechSynthesis.idl',
'webaudio/AudioBuffer.idl',
'webaudio/AudioBufferCallback.idl',
'webaudio/AudioBufferSourceNode.idl',
@@ -159,6 +159,7 @@
'webaudio/AnalyserNode.idl',
'webaudio/WaveShaperNode.idl',
'webaudio/WaveTable.idl',
+ 'webdatabase/DOMWindowWebDatabase.idl',
'webdatabase/Database.idl',
'webdatabase/DatabaseCallback.idl',
'webdatabase/DatabaseSync.idl',
@@ -173,7 +174,6 @@
'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