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

Unified Diff: Source/modules/modules.gypi

Issue 17648006: Rename WorkerContext to WorkerGlobalScope (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 d7ad8576698cb1ecc056ccf8b0799d2f20008201..ae27983cebfde93af75ef9da11629682513b1adb 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -13,7 +13,7 @@
'crypto/Crypto.idl',
'crypto/SubtleCrypto.idl',
'crypto/WindowCrypto.idl',
- 'crypto/WorkerContextCrypto.idl',
+ 'crypto/WorkerGlobalScopeCrypto.idl',
'crypto/WorkerCrypto.idl',
'device_orientation/DeviceAcceleration.idl',
'device_orientation/DeviceMotionEvent.idl',
@@ -48,7 +48,7 @@
'filesystem/Metadata.idl',
'filesystem/MetadataCallback.idl',
'filesystem/WindowFileSystem.idl',
- 'filesystem/WorkerContextFileSystem.idl',
+ 'filesystem/WorkerGlobalScopeFileSystem.idl',
'gamepad/Gamepad.idl',
'gamepad/GamepadList.idl',
'gamepad/NavigatorGamepad.idl',
@@ -72,7 +72,7 @@
'indexeddb/IDBTransaction.idl',
'indexeddb/IDBVersionChangeEvent.idl',
'indexeddb/WindowIndexedDatabase.idl',
- 'indexeddb/WorkerContextIndexedDatabase.idl',
+ 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
'mediasource/MediaSource.idl',
'mediasource/SourceBuffer.idl',
'mediasource/SourceBufferList.idl',
@@ -108,8 +108,8 @@
'notifications/NotificationCenter.idl',
'notifications/NotificationPermissionCallback.idl',
'notifications/WindowNotifications.idl',
- 'notifications/WorkerContextNotifications.idl',
- 'performance/WorkerContextPerformance.idl',
+ 'notifications/WorkerGlobalScopeNotifications.idl',
+ 'performance/WorkerGlobalScopePerformance.idl',
'performance/WorkerPerformance.idl',
'quota/NavigatorStorageQuota.idl',
'quota/StorageErrorCallback.idl',
@@ -176,7 +176,7 @@
'webdatabase/SQLTransactionSync.idl',
'webdatabase/SQLTransactionSyncCallback.idl',
'webdatabase/WindowWebDatabase.idl',
- 'webdatabase/WorkerContextWebDatabase.idl',
+ 'webdatabase/WorkerGlobalScopeWebDatabase.idl',
'webmidi/MIDIAccess.idl',
'webmidi/MIDIAccessPromise.idl',
'webmidi/MIDIConnectionEvent.idl',
@@ -189,7 +189,6 @@
'webmidi/NavigatorWebMIDI.idl',
'websockets/CloseEvent.idl',
'websockets/WebSocket.idl',
- 'websockets/WorkerContextWebSocket.idl',
],
'modules_files': [
'<@(extra_blink_module_files)',
@@ -199,8 +198,8 @@
'crypto/DOMWindowCrypto.h',
'crypto/SubtleCrypto.cpp',
'crypto/SubtleCrypto.h',
- 'crypto/WorkerContextCrypto.cpp',
- 'crypto/WorkerContextCrypto.h',
+ 'crypto/WorkerGlobalScopeCrypto.cpp',
+ 'crypto/WorkerGlobalScopeCrypto.h',
'crypto/WorkerCrypto.cpp',
'crypto/WorkerCrypto.h',
'device_orientation/DeviceAcceleration.cpp',
@@ -286,8 +285,8 @@
'filesystem/Metadata.h',
'filesystem/MetadataCallback.h',
'filesystem/SyncCallbackHelper.h',
- 'filesystem/WorkerContextFileSystem.cpp',
- 'filesystem/WorkerContextFileSystem.h',
+ 'filesystem/WorkerGlobalScopeFileSystem.cpp',
+ 'filesystem/WorkerGlobalScopeFileSystem.h',
'gamepad/Gamepad.cpp',
'gamepad/Gamepad.h',
'gamepad/GamepadList.cpp',
@@ -350,8 +349,8 @@
'indexeddb/IndexedDB.h',
'indexeddb/PageGroupIndexedDatabase.cpp',
'indexeddb/PageGroupIndexedDatabase.h',
- 'indexeddb/WorkerContextIndexedDatabase.cpp',
- 'indexeddb/WorkerContextIndexedDatabase.h',
+ 'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp',
+ 'indexeddb/WorkerGlobalScopeIndexedDatabase.h',
'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.cpp',
'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h',
'mediasource/MediaSource.cpp',
@@ -438,10 +437,10 @@
'notifications/NotificationController.cpp',
'notifications/NotificationController.h',
'notifications/NotificationPermissionCallback.h',
- 'notifications/WorkerContextNotifications.cpp',
- 'notifications/WorkerContextNotifications.h',
- 'performance/WorkerContextPerformance.cpp',
- 'performance/WorkerContextPerformance.h',
+ 'notifications/WorkerGlobalScopeNotifications.cpp',
+ 'notifications/WorkerGlobalScopeNotifications.h',
+ 'performance/WorkerGlobalScopePerformance.cpp',
+ 'performance/WorkerGlobalScopePerformance.h',
'performance/WorkerPerformance.cpp',
'performance/WorkerPerformance.h',
'quota/DOMWindowQuota.cpp',
@@ -645,8 +644,8 @@
'webdatabase/SQLTransactionSync.cpp',
'webdatabase/SQLTransactionSync.h',
'webdatabase/SQLTransactionSyncCallback.h',
- 'webdatabase/WorkerContextWebDatabase.cpp',
- 'webdatabase/WorkerContextWebDatabase.h',
+ 'webdatabase/WorkerGlobalScopeWebDatabase.cpp',
+ 'webdatabase/WorkerGlobalScopeWebDatabase.h',
'webmidi/MIDIAccess.cpp',
'webmidi/MIDIAccess.h',
'webmidi/MIDIAccessPromise.cpp',
« no previous file with comments | « Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl ('k') | Source/modules/notifications/Notification.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698