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

Unified Diff: Source/bindings/core/v8/v8.gypi

Issue 451013003: Rename V8WindowShell to WindowProxy (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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
« no previous file with comments | « Source/bindings/core/v8/WindowProxy.cpp ('k') | Source/bindings/scripts/v8_interface.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/v8.gypi
diff --git a/Source/bindings/core/v8/v8.gypi b/Source/bindings/core/v8/v8.gypi
index ab2e03483e7133a75b66539511a4dc923bed9d40..49e56953c3da716138940602897c954c1af32965 100644
--- a/Source/bindings/core/v8/v8.gypi
+++ b/Source/bindings/core/v8/v8.gypi
@@ -150,10 +150,10 @@
'V8ThrowException.h',
'V8ValueCache.cpp',
'V8ValueCache.h',
- 'V8WindowShell.cpp',
- 'V8WindowShell.h',
'V8WorkerGlobalScopeEventListener.cpp',
'V8WorkerGlobalScopeEventListener.h',
+ 'WindowProxy.cpp',
+ 'WindowProxy.h',
'WorkerScriptController.cpp',
'WorkerScriptController.h',
'WorkerScriptDebugServer.cpp',
« no previous file with comments | « Source/bindings/core/v8/WindowProxy.cpp ('k') | Source/bindings/scripts/v8_interface.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698