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

Unified Diff: Source/core/core.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
« no previous file with comments | « Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp ('k') | Source/core/html/canvas/Float32Array.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 11036e706505a805d11f6c9a561911b58f627a38..0ca68512a6ca9983ed0e9480cd84749947c7b911 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -198,26 +198,16 @@
'html/URL.idl',
'html/ValidityState.idl',
'html/canvas/ANGLEInstancedArrays.idl',
- 'html/canvas/ArrayBufferView.idl',
'html/canvas/CanvasGradient.idl',
'html/canvas/CanvasRenderingContext.idl',
'html/canvas/CanvasRenderingContext2D.idl',
'html/canvas/Canvas2DContextAttributes.idl',
- 'html/canvas/DataView.idl',
+ 'html/canvas/EXTFragDepth.idl',
'html/canvas/EXTTextureFilterAnisotropic.idl',
- 'html/canvas/Float32Array.idl',
- 'html/canvas/Float64Array.idl',
- 'html/canvas/Int16Array.idl',
- 'html/canvas/Int32Array.idl',
- 'html/canvas/Int8Array.idl',
'html/canvas/OESStandardDerivatives.idl',
'html/canvas/OESTextureHalfFloat.idl',
'html/canvas/OESVertexArrayObject.idl',
'html/canvas/Path.idl',
- 'html/canvas/Uint16Array.idl',
- 'html/canvas/Uint32Array.idl',
- 'html/canvas/Uint8Array.idl',
- 'html/canvas/Uint8ClampedArray.idl',
'html/canvas/WebGLActiveInfo.idl',
'html/canvas/WebGLCompressedTextureATC.idl',
'html/canvas/WebGLCompressedTexturePVRTC.idl',
« no previous file with comments | « Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp ('k') | Source/core/html/canvas/Float32Array.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698