| Index: Source/bindings/bindings.gypi
|
| diff --git a/Source/bindings/bindings.gypi b/Source/bindings/bindings.gypi
|
| index 88834dad5619626867483ab25872aeb3d555922e..494cc5eb8360c405a0f6a8ceeec7b55a6fddea48 100644
|
| --- a/Source/bindings/bindings.gypi
|
| +++ b/Source/bindings/bindings.gypi
|
| @@ -163,6 +163,7 @@
|
| 'v8/custom/V8CustomXPathNSResolver.cpp',
|
| 'v8/custom/V8CustomXPathNSResolver.h',
|
| 'v8/custom/V8DataViewCustom.cpp',
|
| + 'v8/custom/V8DataViewCustom.h',
|
| 'v8/custom/V8DedicatedWorkerGlobalScopeCustom.cpp',
|
| 'v8/custom/V8DeviceMotionEventCustom.cpp',
|
| 'v8/custom/V8DeviceOrientationEventCustom.cpp',
|
| @@ -174,6 +175,8 @@
|
| 'v8/custom/V8EventCustom.cpp',
|
| 'v8/custom/V8EventTargetCustom.cpp',
|
| 'v8/custom/V8FileReaderCustom.cpp',
|
| + 'v8/custom/V8Float32ArrayCustom.h',
|
| + 'v8/custom/V8Float64ArrayCustom.h',
|
| 'v8/custom/V8FormDataCustom.cpp',
|
| 'v8/custom/V8GeolocationCustom.cpp',
|
| 'v8/custom/V8HTMLAllCollectionCustom.cpp',
|
| @@ -197,6 +200,9 @@
|
| 'v8/custom/V8InjectedScriptHostCustom.cpp',
|
| 'v8/custom/V8InjectedScriptManager.cpp',
|
| 'v8/custom/V8InspectorFrontendHostCustom.cpp',
|
| + 'v8/custom/V8Int8ArrayCustom.h',
|
| + 'v8/custom/V8Int16ArrayCustom.h',
|
| + 'v8/custom/V8Int32ArrayCustom.h',
|
| 'v8/custom/V8JavaScriptCallFrameCustom.cpp',
|
| 'v8/custom/V8LocationCustom.cpp',
|
| 'v8/custom/V8MessageChannelCustom.cpp',
|
| @@ -221,6 +227,11 @@
|
| 'v8/custom/V8StyleSheetCustom.cpp',
|
| 'v8/custom/V8TextCustom.cpp',
|
| 'v8/custom/V8TrackEventCustom.cpp',
|
| + 'v8/custom/V8TypedArrayCustom.h',
|
| + 'v8/custom/V8Uint8ArrayCustom.h',
|
| + 'v8/custom/V8Uint8ClampedArrayCustom.h',
|
| + 'v8/custom/V8Uint16ArrayCustom.h',
|
| + 'v8/custom/V8Uint32ArrayCustom.h',
|
| 'v8/custom/V8WebGLRenderingContextCustom.cpp',
|
| 'v8/custom/V8WebKitPointCustom.cpp',
|
| 'v8/custom/V8WindowCustom.cpp',
|
|
|