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

Unified Diff: Source/bindings/bindings.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
« no previous file with comments | « no previous file | Source/bindings/derived_sources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/bindings.gypi
diff --git a/Source/bindings/bindings.gypi b/Source/bindings/bindings.gypi
index 74b422be38fb9adfe54aeeef2dddb8455fc01542..593e456615c5709d0f541888e891b66dca2902a8 100644
--- a/Source/bindings/bindings.gypi
+++ b/Source/bindings/bindings.gypi
@@ -82,8 +82,6 @@
'v8/V8DOMConfiguration.h',
'v8/V8ErrorHandler.cpp',
'v8/V8ErrorHandler.h',
- 'v8/V8DOMWindowShell.cpp',
- 'v8/V8DOMWindowShell.h',
'v8/V8DOMWrapper.cpp',
'v8/V8DOMWrapper.h',
'v8/V8EventListener.cpp',
@@ -126,6 +124,8 @@
'v8/V8Utilities.h',
'v8/V8ValueCache.cpp',
'v8/V8ValueCache.h',
+ 'v8/V8WindowShell.cpp',
+ 'v8/V8WindowShell.h',
'v8/V8WorkerContextEventListener.cpp',
'v8/V8WorkerContextEventListener.h',
'v8/WorkerScriptController.cpp',
@@ -154,7 +154,6 @@
'v8/custom/V8CustomXPathNSResolver.cpp',
'v8/custom/V8CustomXPathNSResolver.h',
'v8/custom/V8DOMStringMapCustom.cpp',
- 'v8/custom/V8DOMWindowCustom.cpp',
'v8/custom/V8DataViewCustom.cpp',
'v8/custom/V8DedicatedWorkerContextCustom.cpp',
'v8/custom/V8DeviceMotionEventCustom.cpp',
@@ -215,6 +214,7 @@
'v8/custom/V8TrackEventCustom.cpp',
'v8/custom/V8WebGLRenderingContextCustom.cpp',
'v8/custom/V8WebKitPointCustom.cpp',
+ 'v8/custom/V8WindowCustom.cpp',
'v8/custom/V8WorkerContextCustom.cpp',
'v8/custom/V8WorkerCryptoCustom.cpp',
'v8/custom/V8WorkerCustom.cpp',
« no previous file with comments | « no previous file | Source/bindings/derived_sources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698