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

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

Issue 1265703005: Implement the texture uploading of ASTC compression for WebGL(part II) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Clean and Remove unnecessary enum. Created 5 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 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 'webgl/OESElementIndexUint.idl', 248 'webgl/OESElementIndexUint.idl',
249 'webgl/OESStandardDerivatives.idl', 249 'webgl/OESStandardDerivatives.idl',
250 'webgl/OESTextureFloat.idl', 250 'webgl/OESTextureFloat.idl',
251 'webgl/OESTextureFloatLinear.idl', 251 'webgl/OESTextureFloatLinear.idl',
252 'webgl/OESTextureHalfFloat.idl', 252 'webgl/OESTextureHalfFloat.idl',
253 'webgl/OESTextureHalfFloatLinear.idl', 253 'webgl/OESTextureHalfFloatLinear.idl',
254 'webgl/OESVertexArrayObject.idl', 254 'webgl/OESVertexArrayObject.idl',
255 'webgl/WebGL2RenderingContext.idl', 255 'webgl/WebGL2RenderingContext.idl',
256 'webgl/WebGLActiveInfo.idl', 256 'webgl/WebGLActiveInfo.idl',
257 'webgl/WebGLBuffer.idl', 257 'webgl/WebGLBuffer.idl',
258 'webgl/WebGLCompressedTextureASTC.idl',
258 'webgl/WebGLCompressedTextureATC.idl', 259 'webgl/WebGLCompressedTextureATC.idl',
259 'webgl/WebGLCompressedTextureETC1.idl', 260 'webgl/WebGLCompressedTextureETC1.idl',
260 'webgl/WebGLCompressedTexturePVRTC.idl', 261 'webgl/WebGLCompressedTexturePVRTC.idl',
261 'webgl/WebGLCompressedTextureS3TC.idl', 262 'webgl/WebGLCompressedTextureS3TC.idl',
262 'webgl/WebGLContextEvent.idl', 263 'webgl/WebGLContextEvent.idl',
263 'webgl/WebGLDebugRendererInfo.idl', 264 'webgl/WebGLDebugRendererInfo.idl',
264 'webgl/WebGLDebugShaders.idl', 265 'webgl/WebGLDebugShaders.idl',
265 'webgl/WebGLDepthTexture.idl', 266 'webgl/WebGLDepthTexture.idl',
266 'webgl/WebGLDrawBuffers.idl', 267 'webgl/WebGLDrawBuffers.idl',
267 'webgl/WebGLFramebuffer.idl', 268 'webgl/WebGLFramebuffer.idl',
(...skipping 1291 matching lines...) Expand 10 before | Expand all | Expand 10 after
1559 'webgl/OESTextureHalfFloatLinear.h', 1560 'webgl/OESTextureHalfFloatLinear.h',
1560 'webgl/OESVertexArrayObject.cpp', 1561 'webgl/OESVertexArrayObject.cpp',
1561 'webgl/OESVertexArrayObject.h', 1562 'webgl/OESVertexArrayObject.h',
1562 'webgl/WebGL2RenderingContext.cpp', 1563 'webgl/WebGL2RenderingContext.cpp',
1563 'webgl/WebGL2RenderingContext.h', 1564 'webgl/WebGL2RenderingContext.h',
1564 'webgl/WebGL2RenderingContextBase.cpp', 1565 'webgl/WebGL2RenderingContextBase.cpp',
1565 'webgl/WebGL2RenderingContextBase.h', 1566 'webgl/WebGL2RenderingContextBase.h',
1566 'webgl/WebGLActiveInfo.h', 1567 'webgl/WebGLActiveInfo.h',
1567 'webgl/WebGLBuffer.cpp', 1568 'webgl/WebGLBuffer.cpp',
1568 'webgl/WebGLBuffer.h', 1569 'webgl/WebGLBuffer.h',
1570 'webgl/WebGLCompressedTextureASTC.cpp',
1571 'webgl/WebGLCompressedTextureASTC.h',
1569 'webgl/WebGLCompressedTextureATC.cpp', 1572 'webgl/WebGLCompressedTextureATC.cpp',
1570 'webgl/WebGLCompressedTextureATC.h', 1573 'webgl/WebGLCompressedTextureATC.h',
1571 'webgl/WebGLCompressedTextureETC1.cpp', 1574 'webgl/WebGLCompressedTextureETC1.cpp',
1572 'webgl/WebGLCompressedTextureETC1.h', 1575 'webgl/WebGLCompressedTextureETC1.h',
1573 'webgl/WebGLCompressedTexturePVRTC.cpp', 1576 'webgl/WebGLCompressedTexturePVRTC.cpp',
1574 'webgl/WebGLCompressedTexturePVRTC.h', 1577 'webgl/WebGLCompressedTexturePVRTC.h',
1575 'webgl/WebGLCompressedTextureS3TC.cpp', 1578 'webgl/WebGLCompressedTextureS3TC.cpp',
1576 'webgl/WebGLCompressedTextureS3TC.h', 1579 'webgl/WebGLCompressedTextureS3TC.h',
1577 'webgl/WebGLContextAttributeHelpers.cpp', 1580 'webgl/WebGLContextAttributeHelpers.cpp',
1578 'webgl/WebGLContextAttributeHelpers.h', 1581 'webgl/WebGLContextAttributeHelpers.h',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
1744 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1747 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1745 'webaudio/ConvolverNodeTest.cpp', 1748 'webaudio/ConvolverNodeTest.cpp',
1746 'webaudio/DynamicsCompressorNodeTest.cpp', 1749 'webaudio/DynamicsCompressorNodeTest.cpp',
1747 'webaudio/ScriptProcessorNodeTest.cpp', 1750 'webaudio/ScriptProcessorNodeTest.cpp',
1748 'webaudio/StereoPannerNodeTest.cpp', 1751 'webaudio/StereoPannerNodeTest.cpp',
1749 'websockets/DOMWebSocketTest.cpp', 1752 'websockets/DOMWebSocketTest.cpp',
1750 'websockets/DocumentWebSocketChannelTest.cpp', 1753 'websockets/DocumentWebSocketChannelTest.cpp',
1751 ], 1754 ],
1752 }, 1755 },
1753 } 1756 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/webgl/WebGL2RenderingContext.h » ('j') | Source/modules/webgl/WebGLCompressedTextureASTC.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698