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

Side by Side 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: Extracted tests for huge arrays and disabled them Created 7 years, 5 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'deprecated_perl_core_idl_files': [ 3 'deprecated_perl_core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSMediaRule.idl', 10 'css/CSSMediaRule.idl',
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'html/MediaError.idl', 196 'html/MediaError.idl',
197 'html/MediaKeyError.idl', 197 'html/MediaKeyError.idl',
198 'html/MediaKeyEvent.idl', 198 'html/MediaKeyEvent.idl',
199 'html/RadioNodeList.idl', 199 'html/RadioNodeList.idl',
200 'html/TextMetrics.idl', 200 'html/TextMetrics.idl',
201 'html/TimeRanges.idl', 201 'html/TimeRanges.idl',
202 'html/URL.idl', 202 'html/URL.idl',
203 'html/ValidityState.idl', 203 'html/ValidityState.idl',
204 'html/VoidCallback.idl', 204 'html/VoidCallback.idl',
205 'html/canvas/ANGLEInstancedArrays.idl', 205 'html/canvas/ANGLEInstancedArrays.idl',
206 'html/canvas/ArrayBufferView.idl',
207 'html/canvas/CanvasGradient.idl', 206 'html/canvas/CanvasGradient.idl',
208 'html/canvas/CanvasPattern.idl', 207 'html/canvas/CanvasPattern.idl',
209 'html/canvas/CanvasRenderingContext.idl', 208 'html/canvas/CanvasRenderingContext.idl',
210 'html/canvas/CanvasRenderingContext2D.idl', 209 'html/canvas/CanvasRenderingContext2D.idl',
211 'html/canvas/Canvas2DContextAttributes.idl', 210 'html/canvas/Canvas2DContextAttributes.idl',
212 'html/canvas/DataView.idl',
213 'html/canvas/EXTFragDepth.idl', 211 'html/canvas/EXTFragDepth.idl',
214 'html/canvas/EXTTextureFilterAnisotropic.idl', 212 'html/canvas/EXTTextureFilterAnisotropic.idl',
215 'html/canvas/Float32Array.idl',
216 'html/canvas/Float64Array.idl',
217 'html/canvas/Int16Array.idl',
218 'html/canvas/Int32Array.idl',
219 'html/canvas/Int8Array.idl',
220 'html/canvas/OESStandardDerivatives.idl', 213 'html/canvas/OESStandardDerivatives.idl',
221 'html/canvas/OESTextureFloat.idl', 214 'html/canvas/OESTextureFloat.idl',
222 'html/canvas/OESTextureFloatLinear.idl', 215 'html/canvas/OESTextureFloatLinear.idl',
223 'html/canvas/OESTextureHalfFloat.idl', 216 'html/canvas/OESTextureHalfFloat.idl',
224 'html/canvas/OESTextureHalfFloatLinear.idl', 217 'html/canvas/OESTextureHalfFloatLinear.idl',
225 'html/canvas/OESVertexArrayObject.idl', 218 'html/canvas/OESVertexArrayObject.idl',
226 'html/canvas/OESElementIndexUint.idl', 219 'html/canvas/OESElementIndexUint.idl',
227 'html/canvas/Path.idl', 220 'html/canvas/Path.idl',
228 'html/canvas/Uint16Array.idl',
229 'html/canvas/Uint32Array.idl',
230 'html/canvas/Uint8Array.idl',
231 'html/canvas/Uint8ClampedArray.idl',
232 'html/canvas/WebGLActiveInfo.idl', 221 'html/canvas/WebGLActiveInfo.idl',
233 'html/canvas/WebGLBuffer.idl', 222 'html/canvas/WebGLBuffer.idl',
234 'html/canvas/WebGLCompressedTextureATC.idl', 223 'html/canvas/WebGLCompressedTextureATC.idl',
235 'html/canvas/WebGLCompressedTexturePVRTC.idl', 224 'html/canvas/WebGLCompressedTexturePVRTC.idl',
236 'html/canvas/WebGLCompressedTextureS3TC.idl', 225 'html/canvas/WebGLCompressedTextureS3TC.idl',
237 'html/canvas/WebGLContextAttributes.idl', 226 'html/canvas/WebGLContextAttributes.idl',
238 'html/canvas/WebGLContextEvent.idl', 227 'html/canvas/WebGLContextEvent.idl',
239 'html/canvas/WebGLDebugRendererInfo.idl', 228 'html/canvas/WebGLDebugRendererInfo.idl',
240 'html/canvas/WebGLDebugShaders.idl', 229 'html/canvas/WebGLDebugShaders.idl',
241 'html/canvas/WebGLDepthTexture.idl', 230 'html/canvas/WebGLDepthTexture.idl',
(...skipping 3525 matching lines...) Expand 10 before | Expand all | Expand 10 after
3767 'bison_exe': 'bison', 3756 'bison_exe': 'bison',
3768 # We specify a preprocess so it happens locally and won't get 3757 # We specify a preprocess so it happens locally and won't get
3769 # distributed to goma. 3758 # distributed to goma.
3770 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3759 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3771 # use /usr/bin/clang once we require Xcode 4.x. 3760 # use /usr/bin/clang once we require Xcode 4.x.
3772 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3761 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3773 }], 3762 }],
3774 ], 3763 ],
3775 } 3764 }
3776 } 3765 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698