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

Unified Diff: Source/bindings/bindings.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/bindings/bindings.gypi
diff --git a/Source/bindings/bindings.gypi b/Source/bindings/bindings.gypi
index f5a6396daa649c2df345e88be1504241300d0fc9..81fcbd9ea6d5722c26145cbba02db1169625726f 100644
--- a/Source/bindings/bindings.gypi
+++ b/Source/bindings/bindings.gypi
@@ -128,8 +128,8 @@
'v8/V8ValueCache.h',
'v8/V8WindowShell.cpp',
'v8/V8WindowShell.h',
- 'v8/V8WorkerContextEventListener.cpp',
- 'v8/V8WorkerContextEventListener.h',
+ 'v8/V8WorkerGlobalScopeEventListener.cpp',
+ 'v8/V8WorkerGlobalScopeEventListener.h',
'v8/WorkerScriptController.cpp',
'v8/WorkerScriptController.h',
'v8/WorkerScriptDebugServer.cpp',
@@ -156,7 +156,7 @@
'v8/custom/V8CustomXPathNSResolver.cpp',
'v8/custom/V8CustomXPathNSResolver.h',
'v8/custom/V8DataViewCustom.cpp',
- 'v8/custom/V8DedicatedWorkerContextCustom.cpp',
+ 'v8/custom/V8DedicatedWorkerGlobalScopeCustom.cpp',
'v8/custom/V8DeviceMotionEventCustom.cpp',
'v8/custom/V8DeviceOrientationEventCustom.cpp',
'v8/custom/V8DocumentCustom.cpp',
@@ -217,7 +217,7 @@
'v8/custom/V8WebGLRenderingContextCustom.cpp',
'v8/custom/V8WebKitPointCustom.cpp',
'v8/custom/V8WindowCustom.cpp',
- 'v8/custom/V8WorkerContextCustom.cpp',
+ 'v8/custom/V8WorkerGlobalScopeCustom.cpp',
'v8/custom/V8WorkerCryptoCustom.cpp',
'v8/custom/V8WorkerCustom.cpp',
'v8/custom/V8XMLHttpRequestCustom.cpp',
« no previous file with comments | « Source/WebKit/chromium/src/WorkerStorageQuotaCallbacksBridge.cpp ('k') | Source/bindings/derived_sources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698