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

Side by Side Diff: Source/core/core.gypi

Issue 894143002: Adding Blink bindings for WebGL 2 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed accidentally added scratch file Created 5 years, 10 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 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 'html/canvas/EXTTextureFilterAnisotropic.idl', 235 'html/canvas/EXTTextureFilterAnisotropic.idl',
236 'html/canvas/EXTsRGB.idl', 236 'html/canvas/EXTsRGB.idl',
237 'html/canvas/OESElementIndexUint.idl', 237 'html/canvas/OESElementIndexUint.idl',
238 'html/canvas/OESStandardDerivatives.idl', 238 'html/canvas/OESStandardDerivatives.idl',
239 'html/canvas/OESTextureFloat.idl', 239 'html/canvas/OESTextureFloat.idl',
240 'html/canvas/OESTextureFloatLinear.idl', 240 'html/canvas/OESTextureFloatLinear.idl',
241 'html/canvas/OESTextureHalfFloat.idl', 241 'html/canvas/OESTextureHalfFloat.idl',
242 'html/canvas/OESTextureHalfFloatLinear.idl', 242 'html/canvas/OESTextureHalfFloatLinear.idl',
243 'html/canvas/OESVertexArrayObject.idl', 243 'html/canvas/OESVertexArrayObject.idl',
244 'html/canvas/Path2D.idl', 244 'html/canvas/Path2D.idl',
245 'html/canvas/WebGL2RenderingContext.idl',
245 'html/canvas/WebGLActiveInfo.idl', 246 'html/canvas/WebGLActiveInfo.idl',
246 'html/canvas/WebGLBuffer.idl', 247 'html/canvas/WebGLBuffer.idl',
247 'html/canvas/WebGLCompressedTextureATC.idl', 248 'html/canvas/WebGLCompressedTextureATC.idl',
248 'html/canvas/WebGLCompressedTextureETC1.idl', 249 'html/canvas/WebGLCompressedTextureETC1.idl',
249 'html/canvas/WebGLCompressedTexturePVRTC.idl', 250 'html/canvas/WebGLCompressedTexturePVRTC.idl',
250 'html/canvas/WebGLCompressedTextureS3TC.idl', 251 'html/canvas/WebGLCompressedTextureS3TC.idl',
251 'html/canvas/WebGLContextEvent.idl', 252 'html/canvas/WebGLContextEvent.idl',
252 'html/canvas/WebGLDebugRendererInfo.idl', 253 'html/canvas/WebGLDebugRendererInfo.idl',
253 'html/canvas/WebGLDebugShaders.idl', 254 'html/canvas/WebGLDebugShaders.idl',
254 'html/canvas/WebGLDepthTexture.idl', 255 'html/canvas/WebGLDepthTexture.idl',
255 'html/canvas/WebGLDrawBuffers.idl', 256 'html/canvas/WebGLDrawBuffers.idl',
256 'html/canvas/WebGLFramebuffer.idl', 257 'html/canvas/WebGLFramebuffer.idl',
257 'html/canvas/WebGLLoseContext.idl', 258 'html/canvas/WebGLLoseContext.idl',
258 'html/canvas/WebGLProgram.idl', 259 'html/canvas/WebGLProgram.idl',
260 'html/canvas/WebGLQuery.idl',
259 'html/canvas/WebGLRenderbuffer.idl', 261 'html/canvas/WebGLRenderbuffer.idl',
260 'html/canvas/WebGLRenderingContext.idl', 262 'html/canvas/WebGLRenderingContext.idl',
263 'html/canvas/WebGLSampler.idl',
261 'html/canvas/WebGLShader.idl', 264 'html/canvas/WebGLShader.idl',
262 'html/canvas/WebGLShaderPrecisionFormat.idl', 265 'html/canvas/WebGLShaderPrecisionFormat.idl',
266 'html/canvas/WebGLSync.idl',
263 'html/canvas/WebGLTexture.idl', 267 'html/canvas/WebGLTexture.idl',
268 'html/canvas/WebGLTransformFeedback.idl',
264 'html/canvas/WebGLUniformLocation.idl', 269 'html/canvas/WebGLUniformLocation.idl',
265 'html/canvas/WebGLVertexArrayObjectOES.idl', 270 'html/canvas/WebGLVertexArrayObjectOES.idl',
266 'html/ime/InputMethodContext.idl', 271 'html/ime/InputMethodContext.idl',
267 'html/shadow/PluginPlaceholderElement.idl', 272 'html/shadow/PluginPlaceholderElement.idl',
268 'html/track/AudioTrack.idl', 273 'html/track/AudioTrack.idl',
269 'html/track/AudioTrackList.idl', 274 'html/track/AudioTrackList.idl',
270 'html/track/TextTrack.idl', 275 'html/track/TextTrack.idl',
271 'html/track/TextTrackCue.idl', 276 'html/track/TextTrackCue.idl',
272 'html/track/TextTrackCueList.idl', 277 'html/track/TextTrackCueList.idl',
273 'html/track/TextTrackList.idl', 278 'html/track/TextTrackList.idl',
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 'events/NavigatorEvents.idl', 478 'events/NavigatorEvents.idl',
474 'frame/NavigatorCPU.idl', 479 'frame/NavigatorCPU.idl',
475 'frame/NavigatorID.idl', 480 'frame/NavigatorID.idl',
476 'frame/NavigatorLanguage.idl', 481 'frame/NavigatorLanguage.idl',
477 'frame/NavigatorOnLine.idl', 482 'frame/NavigatorOnLine.idl',
478 'frame/WindowBase64.idl', 483 'frame/WindowBase64.idl',
479 'frame/WindowEventHandlers.idl', 484 'frame/WindowEventHandlers.idl',
480 'frame/WindowTimers.idl', 485 'frame/WindowTimers.idl',
481 'html/canvas/CanvasPathMethods.idl', 486 'html/canvas/CanvasPathMethods.idl',
482 'html/canvas/MouseEventHitRegion.idl', 487 'html/canvas/MouseEventHitRegion.idl',
488 'html/canvas/WebGL2RenderingContextBase.idl',
483 'html/canvas/WebGLRenderingContextBase.idl', 489 'html/canvas/WebGLRenderingContextBase.idl',
484 'imagebitmap/ImageBitmapFactories.idl', 490 'imagebitmap/ImageBitmapFactories.idl',
485 'imagebitmap/WindowImageBitmapFactories.idl', 491 'imagebitmap/WindowImageBitmapFactories.idl',
486 'page/WindowPagePopup.idl', 492 'page/WindowPagePopup.idl',
487 'storage/WindowStorage.idl', 493 'storage/WindowStorage.idl',
488 'svg/SVGDocument.idl', 494 'svg/SVGDocument.idl',
489 'svg/SVGFilterPrimitiveStandardAttributes.idl', 495 'svg/SVGFilterPrimitiveStandardAttributes.idl',
490 'svg/SVGFitToViewBox.idl', 496 'svg/SVGFitToViewBox.idl',
491 'svg/SVGTests.idl', 497 'svg/SVGTests.idl',
492 'svg/SVGURIReference.idl', 498 'svg/SVGURIReference.idl',
(...skipping 2251 matching lines...) Expand 10 before | Expand all | Expand 10 after
2744 'html/canvas/OESTextureFloat.h', 2750 'html/canvas/OESTextureFloat.h',
2745 'html/canvas/OESTextureFloatLinear.cpp', 2751 'html/canvas/OESTextureFloatLinear.cpp',
2746 'html/canvas/OESTextureFloatLinear.h', 2752 'html/canvas/OESTextureFloatLinear.h',
2747 'html/canvas/OESTextureHalfFloat.cpp', 2753 'html/canvas/OESTextureHalfFloat.cpp',
2748 'html/canvas/OESTextureHalfFloat.h', 2754 'html/canvas/OESTextureHalfFloat.h',
2749 'html/canvas/OESTextureHalfFloatLinear.cpp', 2755 'html/canvas/OESTextureHalfFloatLinear.cpp',
2750 'html/canvas/OESTextureHalfFloatLinear.h', 2756 'html/canvas/OESTextureHalfFloatLinear.h',
2751 'html/canvas/OESVertexArrayObject.cpp', 2757 'html/canvas/OESVertexArrayObject.cpp',
2752 'html/canvas/OESVertexArrayObject.h', 2758 'html/canvas/OESVertexArrayObject.h',
2753 'html/canvas/Path2D.h', 2759 'html/canvas/Path2D.h',
2760 'html/canvas/WebGL2RenderingContext.cpp',
2761 'html/canvas/WebGL2RenderingContext.h',
2762 'html/canvas/WebGL2RenderingContextBase.cpp',
2763 'html/canvas/WebGL2RenderingContextBase.h',
2754 'html/canvas/WebGLActiveInfo.h', 2764 'html/canvas/WebGLActiveInfo.h',
2755 'html/canvas/WebGLBuffer.cpp', 2765 'html/canvas/WebGLBuffer.cpp',
2756 'html/canvas/WebGLBuffer.h', 2766 'html/canvas/WebGLBuffer.h',
2757 'html/canvas/WebGLCompressedTextureATC.cpp', 2767 'html/canvas/WebGLCompressedTextureATC.cpp',
2758 'html/canvas/WebGLCompressedTextureATC.h', 2768 'html/canvas/WebGLCompressedTextureATC.h',
2759 'html/canvas/WebGLCompressedTextureETC1.cpp', 2769 'html/canvas/WebGLCompressedTextureETC1.cpp',
2760 'html/canvas/WebGLCompressedTextureETC1.h', 2770 'html/canvas/WebGLCompressedTextureETC1.h',
2761 'html/canvas/WebGLCompressedTexturePVRTC.cpp', 2771 'html/canvas/WebGLCompressedTexturePVRTC.cpp',
2762 'html/canvas/WebGLCompressedTexturePVRTC.h', 2772 'html/canvas/WebGLCompressedTexturePVRTC.h',
2763 'html/canvas/WebGLCompressedTextureS3TC.cpp', 2773 'html/canvas/WebGLCompressedTextureS3TC.cpp',
2764 'html/canvas/WebGLCompressedTextureS3TC.h', 2774 'html/canvas/WebGLCompressedTextureS3TC.h',
2765 'html/canvas/WebGLContextEvent.cpp', 2775 'html/canvas/WebGLContextEvent.cpp',
2766 'html/canvas/WebGLContextEvent.h', 2776 'html/canvas/WebGLContextEvent.h',
2767 'html/canvas/WebGLContextGroup.cpp', 2777 'html/canvas/WebGLContextGroup.cpp',
2768 'html/canvas/WebGLContextGroup.h', 2778 'html/canvas/WebGLContextGroup.h',
2769 'html/canvas/WebGLContextObject.cpp', 2779 'html/canvas/WebGLContextObject.cpp',
2770 'html/canvas/WebGLContextObject.h', 2780 'html/canvas/WebGLContextObject.h',
2771 'html/canvas/WebGLDebugRendererInfo.cpp', 2781 'html/canvas/WebGLDebugRendererInfo.cpp',
2772 'html/canvas/WebGLDebugRendererInfo.h', 2782 'html/canvas/WebGLDebugRendererInfo.h',
2773 'html/canvas/WebGLDebugShaders.cpp', 2783 'html/canvas/WebGLDebugShaders.cpp',
2774 'html/canvas/WebGLDebugShaders.h', 2784 'html/canvas/WebGLDebugShaders.h',
2775 'html/canvas/WebGLDepthTexture.cpp', 2785 'html/canvas/WebGLDepthTexture.cpp',
2776 'html/canvas/WebGLDepthTexture.h', 2786 'html/canvas/WebGLDepthTexture.h',
2777 'html/canvas/WebGLDrawBuffers.cpp', 2787 'html/canvas/WebGLDrawBuffers.cpp',
2778 'html/canvas/WebGLDrawBuffers.h', 2788 'html/canvas/WebGLDrawBuffers.h',
2779 'html/canvas/WebGLExtension.cpp', 2789 'html/canvas/WebGLExtension.cpp',
2780 'html/canvas/WebGLExtension.h', 2790 'html/canvas/WebGLExtension.h',
2781 'html/canvas/WebGLExtensionName.h', 2791 'html/canvas/WebGLExtensionName.h',
2792 'html/canvas/WebGLFenceSync.cpp',
2793 'html/canvas/WebGLFenceSync.h',
2782 'html/canvas/WebGLFramebuffer.cpp', 2794 'html/canvas/WebGLFramebuffer.cpp',
2783 'html/canvas/WebGLFramebuffer.h', 2795 'html/canvas/WebGLFramebuffer.h',
2784 'html/canvas/WebGLLoseContext.cpp', 2796 'html/canvas/WebGLLoseContext.cpp',
2785 'html/canvas/WebGLLoseContext.h', 2797 'html/canvas/WebGLLoseContext.h',
2786 'html/canvas/WebGLObject.cpp', 2798 'html/canvas/WebGLObject.cpp',
2787 'html/canvas/WebGLObject.h', 2799 'html/canvas/WebGLObject.h',
2788 'html/canvas/WebGLProgram.cpp', 2800 'html/canvas/WebGLProgram.cpp',
2789 'html/canvas/WebGLProgram.h', 2801 'html/canvas/WebGLProgram.h',
2802 'html/canvas/WebGLQuery.cpp',
2803 'html/canvas/WebGLQuery.h',
2790 'html/canvas/WebGLRenderbuffer.cpp', 2804 'html/canvas/WebGLRenderbuffer.cpp',
2791 'html/canvas/WebGLRenderbuffer.h', 2805 'html/canvas/WebGLRenderbuffer.h',
2792 'html/canvas/WebGLRenderingContext.cpp', 2806 'html/canvas/WebGLRenderingContext.cpp',
2793 'html/canvas/WebGLRenderingContext.h', 2807 'html/canvas/WebGLRenderingContext.h',
2794 'html/canvas/WebGLRenderingContextBase.cpp', 2808 'html/canvas/WebGLRenderingContextBase.cpp',
2795 'html/canvas/WebGLRenderingContextBase.h', 2809 'html/canvas/WebGLRenderingContextBase.h',
2810 'html/canvas/WebGLSampler.cpp',
2811 'html/canvas/WebGLSampler.h',
2796 'html/canvas/WebGLShader.cpp', 2812 'html/canvas/WebGLShader.cpp',
2797 'html/canvas/WebGLShader.h', 2813 'html/canvas/WebGLShader.h',
2798 'html/canvas/WebGLShaderPrecisionFormat.cpp', 2814 'html/canvas/WebGLShaderPrecisionFormat.cpp',
2799 'html/canvas/WebGLShaderPrecisionFormat.h', 2815 'html/canvas/WebGLShaderPrecisionFormat.h',
2800 'html/canvas/WebGLSharedObject.cpp', 2816 'html/canvas/WebGLSharedObject.cpp',
2801 'html/canvas/WebGLSharedObject.h', 2817 'html/canvas/WebGLSharedObject.h',
2802 'html/canvas/WebGLSharedWebGraphicsContext3D.cpp', 2818 'html/canvas/WebGLSharedWebGraphicsContext3D.cpp',
2803 'html/canvas/WebGLSharedWebGraphicsContext3D.h', 2819 'html/canvas/WebGLSharedWebGraphicsContext3D.h',
2820 'html/canvas/WebGLSync.cpp',
2821 'html/canvas/WebGLSync.h',
2804 'html/canvas/WebGLTexture.cpp', 2822 'html/canvas/WebGLTexture.cpp',
2805 'html/canvas/WebGLTexture.h', 2823 'html/canvas/WebGLTexture.h',
2824 'html/canvas/WebGLTransformFeedback.cpp',
2825 'html/canvas/WebGLTransformFeedback.h',
2806 'html/canvas/WebGLUniformLocation.cpp', 2826 'html/canvas/WebGLUniformLocation.cpp',
2807 'html/canvas/WebGLUniformLocation.h', 2827 'html/canvas/WebGLUniformLocation.h',
2808 'html/canvas/WebGLVertexArrayObjectOES.cpp', 2828 'html/canvas/WebGLVertexArrayObjectOES.cpp',
2809 'html/canvas/WebGLVertexArrayObjectOES.h', 2829 'html/canvas/WebGLVertexArrayObjectOES.h',
2810 'html/forms/BaseButtonInputType.cpp', 2830 'html/forms/BaseButtonInputType.cpp',
2811 'html/forms/BaseButtonInputType.h', 2831 'html/forms/BaseButtonInputType.h',
2812 'html/forms/BaseCheckableInputType.cpp', 2832 'html/forms/BaseCheckableInputType.cpp',
2813 'html/forms/BaseCheckableInputType.h', 2833 'html/forms/BaseCheckableInputType.h',
2814 'html/forms/BaseChooserOnlyDateAndTimeInputType.cpp', 2834 'html/forms/BaseChooserOnlyDateAndTimeInputType.cpp',
2815 'html/forms/BaseChooserOnlyDateAndTimeInputType.h', 2835 'html/forms/BaseChooserOnlyDateAndTimeInputType.h',
(...skipping 958 matching lines...) Expand 10 before | Expand all | Expand 10 after
3774 'rendering/RenderingTestHelper.h', 3794 'rendering/RenderingTestHelper.h',
3775 'streams/ExclusiveStreamReaderTest.cpp', 3795 'streams/ExclusiveStreamReaderTest.cpp',
3776 'streams/ReadableStreamTest.cpp', 3796 'streams/ReadableStreamTest.cpp',
3777 'testing/PrivateScriptTestTest.cpp', 3797 'testing/PrivateScriptTestTest.cpp',
3778 'testing/UnitTestHelpers.cpp', 3798 'testing/UnitTestHelpers.cpp',
3779 'testing/UnitTestHelpers.h', 3799 'testing/UnitTestHelpers.h',
3780 'xml/parser/SharedBufferReaderTest.cpp', 3800 'xml/parser/SharedBufferReaderTest.cpp',
3781 ], 3801 ],
3782 } 3802 }
3783 } 3803 }
OLDNEW
« no previous file with comments | « Source/bindings/core/v8/custom/V8HTMLCanvasElementCustom.cpp ('k') | Source/core/html/HTMLCanvasElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698