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

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: 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 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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 'html/MediaController.idl', 191 'html/MediaController.idl',
192 'html/MediaError.idl', 192 'html/MediaError.idl',
193 'html/MediaKeyError.idl', 193 'html/MediaKeyError.idl',
194 'html/MediaKeyEvent.idl', 194 'html/MediaKeyEvent.idl',
195 'html/RadioNodeList.idl', 195 'html/RadioNodeList.idl',
196 'html/TextMetrics.idl', 196 'html/TextMetrics.idl',
197 'html/TimeRanges.idl', 197 'html/TimeRanges.idl',
198 'html/URL.idl', 198 'html/URL.idl',
199 'html/ValidityState.idl', 199 'html/ValidityState.idl',
200 'html/canvas/ANGLEInstancedArrays.idl', 200 'html/canvas/ANGLEInstancedArrays.idl',
201 'html/canvas/ArrayBufferView.idl',
202 'html/canvas/CanvasGradient.idl', 201 'html/canvas/CanvasGradient.idl',
203 'html/canvas/CanvasRenderingContext.idl', 202 'html/canvas/CanvasRenderingContext.idl',
204 'html/canvas/CanvasRenderingContext2D.idl', 203 'html/canvas/CanvasRenderingContext2D.idl',
205 'html/canvas/Canvas2DContextAttributes.idl', 204 'html/canvas/Canvas2DContextAttributes.idl',
206 'html/canvas/DataView.idl', 205 'html/canvas/EXTFragDepth.idl',
207 'html/canvas/EXTTextureFilterAnisotropic.idl', 206 'html/canvas/EXTTextureFilterAnisotropic.idl',
208 'html/canvas/Float32Array.idl',
209 'html/canvas/Float64Array.idl',
210 'html/canvas/Int16Array.idl',
211 'html/canvas/Int32Array.idl',
212 'html/canvas/Int8Array.idl',
213 'html/canvas/OESStandardDerivatives.idl', 207 'html/canvas/OESStandardDerivatives.idl',
214 'html/canvas/OESTextureHalfFloat.idl', 208 'html/canvas/OESTextureHalfFloat.idl',
215 'html/canvas/OESVertexArrayObject.idl', 209 'html/canvas/OESVertexArrayObject.idl',
216 'html/canvas/Path.idl', 210 'html/canvas/Path.idl',
217 'html/canvas/Uint16Array.idl',
218 'html/canvas/Uint32Array.idl',
219 'html/canvas/Uint8Array.idl',
220 'html/canvas/Uint8ClampedArray.idl',
221 'html/canvas/WebGLActiveInfo.idl', 211 'html/canvas/WebGLActiveInfo.idl',
222 'html/canvas/WebGLCompressedTextureATC.idl', 212 'html/canvas/WebGLCompressedTextureATC.idl',
223 'html/canvas/WebGLCompressedTexturePVRTC.idl', 213 'html/canvas/WebGLCompressedTexturePVRTC.idl',
224 'html/canvas/WebGLCompressedTextureS3TC.idl', 214 'html/canvas/WebGLCompressedTextureS3TC.idl',
225 'html/canvas/WebGLContextAttributes.idl', 215 'html/canvas/WebGLContextAttributes.idl',
226 'html/canvas/WebGLContextEvent.idl', 216 'html/canvas/WebGLContextEvent.idl',
227 'html/canvas/WebGLDebugRendererInfo.idl', 217 'html/canvas/WebGLDebugRendererInfo.idl',
228 'html/canvas/WebGLDebugShaders.idl', 218 'html/canvas/WebGLDebugShaders.idl',
229 'html/canvas/WebGLDepthTexture.idl', 219 'html/canvas/WebGLDepthTexture.idl',
230 'html/canvas/WebGLDrawBuffers.idl', 220 'html/canvas/WebGLDrawBuffers.idl',
(...skipping 3573 matching lines...) Expand 10 before | Expand all | Expand 10 after
3804 'bison_exe': 'bison', 3794 'bison_exe': 'bison',
3805 # We specify a preprocess so it happens locally and won't get 3795 # We specify a preprocess so it happens locally and won't get
3806 # distributed to goma. 3796 # distributed to goma.
3807 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3797 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3808 # use /usr/bin/clang once we require Xcode 4.x. 3798 # use /usr/bin/clang once we require Xcode 4.x.
3809 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3799 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3810 }], 3800 }],
3811 ], 3801 ],
3812 } 3802 }
3813 } 3803 }
OLDNEW
« 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