| 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',
|
|
|