Index: Source/bindings/bindings.gypi |
diff --git a/Source/bindings/bindings.gypi b/Source/bindings/bindings.gypi |
index d178f489be7deb80394df982fe4833b19e129e1e..13a3dd776a94fea708f8ab850a6246dd0c6885ad 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', |
@@ -175,6 +176,8 @@ |
'v8/custom/V8EventTargetCustom.cpp', |
'v8/custom/V8ErrorEventCustom.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', |
@@ -198,6 +201,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', |
@@ -224,6 +230,11 @@ |
'v8/custom/V8TextCustom.cpp', |
'v8/custom/V8TrackEventCustom.cpp', |
'v8/custom/V8TreeWalkerCustom.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', |