diff options
Diffstat (limited to 'third_party/WebKit/Source/bindings/bindings.gypi')
-rw-r--r-- | third_party/WebKit/Source/bindings/bindings.gypi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/third_party/WebKit/Source/bindings/bindings.gypi b/third_party/WebKit/Source/bindings/bindings.gypi index d178f48..13a3dd7 100644 --- a/third_party/WebKit/Source/bindings/bindings.gypi +++ b/third_party/WebKit/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', |