Index: Source/bindings/bindings.gypi |
diff --git a/Source/bindings/bindings.gypi b/Source/bindings/bindings.gypi |
index 593e456615c5709d0f541888e891b66dca2902a8..74b422be38fb9adfe54aeeef2dddb8455fc01542 100644 |
--- a/Source/bindings/bindings.gypi |
+++ b/Source/bindings/bindings.gypi |
@@ -82,6 +82,8 @@ |
'v8/V8DOMConfiguration.h', |
'v8/V8ErrorHandler.cpp', |
'v8/V8ErrorHandler.h', |
+ 'v8/V8DOMWindowShell.cpp', |
+ 'v8/V8DOMWindowShell.h', |
'v8/V8DOMWrapper.cpp', |
'v8/V8DOMWrapper.h', |
'v8/V8EventListener.cpp', |
@@ -124,8 +126,6 @@ |
'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,6 +154,7 @@ |
'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', |
@@ -214,7 +215,6 @@ |
'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', |