Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Unified Diff: Source/bindings/bindings.gypi

Issue 19230002: Use V8 implementation of TypedArrays and DataView in Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased for relanding Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
« no previous file with comments | « LayoutTests/fast/js/resources/getOwnPropertyDescriptor.js ('k') | Source/bindings/scripts/deprecated_code_generator_v8.pm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698