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

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

Issue 1325453007: Added support for EXTDisjointTimerQuery on the Blink side. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: GL_INVALID_ENUM when timer query not enabled for GetParameter, use context3d for deletion Created 5 years, 3 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
« no previous file with comments | « Source/bindings/modules/v8/WebGLAny.cpp ('k') | Source/modules/webgl/EXTDisjointTimerQuery.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'webdatabase/SQLResultSetRowList.idl', 237 'webdatabase/SQLResultSetRowList.idl',
238 'webdatabase/SQLStatementCallback.idl', 238 'webdatabase/SQLStatementCallback.idl',
239 'webdatabase/SQLStatementErrorCallback.idl', 239 'webdatabase/SQLStatementErrorCallback.idl',
240 'webdatabase/SQLTransaction.idl', 240 'webdatabase/SQLTransaction.idl',
241 'webdatabase/SQLTransactionCallback.idl', 241 'webdatabase/SQLTransactionCallback.idl',
242 'webdatabase/SQLTransactionErrorCallback.idl', 242 'webdatabase/SQLTransactionErrorCallback.idl',
243 'webgl/ANGLEInstancedArrays.idl', 243 'webgl/ANGLEInstancedArrays.idl',
244 'webgl/CHROMIUMSubscribeUniform.idl', 244 'webgl/CHROMIUMSubscribeUniform.idl',
245 'webgl/CHROMIUMValuebuffer.idl', 245 'webgl/CHROMIUMValuebuffer.idl',
246 'webgl/EXTBlendMinMax.idl', 246 'webgl/EXTBlendMinMax.idl',
247 'webgl/EXTDisjointTimerQuery.idl',
247 'webgl/EXTFragDepth.idl', 248 'webgl/EXTFragDepth.idl',
248 'webgl/EXTShaderTextureLOD.idl', 249 'webgl/EXTShaderTextureLOD.idl',
249 'webgl/EXTTextureFilterAnisotropic.idl', 250 'webgl/EXTTextureFilterAnisotropic.idl',
250 'webgl/EXTsRGB.idl', 251 'webgl/EXTsRGB.idl',
251 'webgl/OESElementIndexUint.idl', 252 'webgl/OESElementIndexUint.idl',
252 'webgl/OESStandardDerivatives.idl', 253 'webgl/OESStandardDerivatives.idl',
253 'webgl/OESTextureFloat.idl', 254 'webgl/OESTextureFloat.idl',
254 'webgl/OESTextureFloatLinear.idl', 255 'webgl/OESTextureFloatLinear.idl',
255 'webgl/OESTextureHalfFloat.idl', 256 'webgl/OESTextureHalfFloat.idl',
256 'webgl/OESTextureHalfFloatLinear.idl', 257 'webgl/OESTextureHalfFloatLinear.idl',
(...skipping 15 matching lines...) Expand all
272 'webgl/WebGLLoseContext.idl', 273 'webgl/WebGLLoseContext.idl',
273 'webgl/WebGLProgram.idl', 274 'webgl/WebGLProgram.idl',
274 'webgl/WebGLQuery.idl', 275 'webgl/WebGLQuery.idl',
275 'webgl/WebGLRenderbuffer.idl', 276 'webgl/WebGLRenderbuffer.idl',
276 'webgl/WebGLRenderingContext.idl', 277 'webgl/WebGLRenderingContext.idl',
277 'webgl/WebGLSampler.idl', 278 'webgl/WebGLSampler.idl',
278 'webgl/WebGLShader.idl', 279 'webgl/WebGLShader.idl',
279 'webgl/WebGLShaderPrecisionFormat.idl', 280 'webgl/WebGLShaderPrecisionFormat.idl',
280 'webgl/WebGLSync.idl', 281 'webgl/WebGLSync.idl',
281 'webgl/WebGLTexture.idl', 282 'webgl/WebGLTexture.idl',
283 'webgl/WebGLTimerQueryEXT.idl',
282 'webgl/WebGLTransformFeedback.idl', 284 'webgl/WebGLTransformFeedback.idl',
283 'webgl/WebGLUniformLocation.idl', 285 'webgl/WebGLUniformLocation.idl',
284 'webgl/WebGLVertexArrayObject.idl', 286 'webgl/WebGLVertexArrayObject.idl',
285 'webgl/WebGLVertexArrayObjectOES.idl', 287 'webgl/WebGLVertexArrayObjectOES.idl',
286 'webmidi/MIDIAccess.idl', 288 'webmidi/MIDIAccess.idl',
287 'webmidi/MIDIConnectionEvent.idl', 289 'webmidi/MIDIConnectionEvent.idl',
288 'webmidi/MIDIInput.idl', 290 'webmidi/MIDIInput.idl',
289 'webmidi/MIDIInputMap.idl', 291 'webmidi/MIDIInputMap.idl',
290 'webmidi/MIDIMessageEvent.idl', 292 'webmidi/MIDIMessageEvent.idl',
291 'webmidi/MIDIOutput.idl', 293 'webmidi/MIDIOutput.idl',
(...skipping 1288 matching lines...) Expand 10 before | Expand all | Expand 10 after
1580 'webdatabase/sqlite/SQLiteTransaction.cpp', 1582 'webdatabase/sqlite/SQLiteTransaction.cpp',
1581 'webdatabase/sqlite/SQLiteTransaction.h', 1583 'webdatabase/sqlite/SQLiteTransaction.h',
1582 'webgl/ANGLEInstancedArrays.cpp', 1584 'webgl/ANGLEInstancedArrays.cpp',
1583 'webgl/ANGLEInstancedArrays.h', 1585 'webgl/ANGLEInstancedArrays.h',
1584 'webgl/CHROMIUMSubscribeUniform.cpp', 1586 'webgl/CHROMIUMSubscribeUniform.cpp',
1585 'webgl/CHROMIUMSubscribeUniform.h', 1587 'webgl/CHROMIUMSubscribeUniform.h',
1586 'webgl/CHROMIUMValuebuffer.cpp', 1588 'webgl/CHROMIUMValuebuffer.cpp',
1587 'webgl/CHROMIUMValuebuffer.h', 1589 'webgl/CHROMIUMValuebuffer.h',
1588 'webgl/EXTBlendMinMax.cpp', 1590 'webgl/EXTBlendMinMax.cpp',
1589 'webgl/EXTBlendMinMax.h', 1591 'webgl/EXTBlendMinMax.h',
1592 'webgl/EXTDisjointTimerQuery.cpp',
1593 'webgl/EXTDisjointTimerQuery.h',
1590 'webgl/EXTFragDepth.cpp', 1594 'webgl/EXTFragDepth.cpp',
1591 'webgl/EXTFragDepth.h', 1595 'webgl/EXTFragDepth.h',
1592 'webgl/EXTShaderTextureLOD.cpp', 1596 'webgl/EXTShaderTextureLOD.cpp',
1593 'webgl/EXTShaderTextureLOD.h', 1597 'webgl/EXTShaderTextureLOD.h',
1594 'webgl/EXTTextureFilterAnisotropic.cpp', 1598 'webgl/EXTTextureFilterAnisotropic.cpp',
1595 'webgl/EXTTextureFilterAnisotropic.h', 1599 'webgl/EXTTextureFilterAnisotropic.h',
1596 'webgl/EXTsRGB.cpp', 1600 'webgl/EXTsRGB.cpp',
1597 'webgl/EXTsRGB.h', 1601 'webgl/EXTsRGB.h',
1598 'webgl/OESElementIndexUint.cpp', 1602 'webgl/OESElementIndexUint.cpp',
1599 'webgl/OESElementIndexUint.h', 1603 'webgl/OESElementIndexUint.h',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
1670 'webgl/WebGLShaderPrecisionFormat.cpp', 1674 'webgl/WebGLShaderPrecisionFormat.cpp',
1671 'webgl/WebGLShaderPrecisionFormat.h', 1675 'webgl/WebGLShaderPrecisionFormat.h',
1672 'webgl/WebGLSharedObject.cpp', 1676 'webgl/WebGLSharedObject.cpp',
1673 'webgl/WebGLSharedObject.h', 1677 'webgl/WebGLSharedObject.h',
1674 'webgl/WebGLSharedPlatform3DObject.cpp', 1678 'webgl/WebGLSharedPlatform3DObject.cpp',
1675 'webgl/WebGLSharedPlatform3DObject.h', 1679 'webgl/WebGLSharedPlatform3DObject.h',
1676 'webgl/WebGLSync.cpp', 1680 'webgl/WebGLSync.cpp',
1677 'webgl/WebGLSync.h', 1681 'webgl/WebGLSync.h',
1678 'webgl/WebGLTexture.cpp', 1682 'webgl/WebGLTexture.cpp',
1679 'webgl/WebGLTexture.h', 1683 'webgl/WebGLTexture.h',
1684 'webgl/WebGLTimerQueryEXT.cpp',
1685 'webgl/WebGLTimerQueryEXT.h',
1680 'webgl/WebGLTransformFeedback.cpp', 1686 'webgl/WebGLTransformFeedback.cpp',
1681 'webgl/WebGLTransformFeedback.h', 1687 'webgl/WebGLTransformFeedback.h',
1682 'webgl/WebGLUniformLocation.cpp', 1688 'webgl/WebGLUniformLocation.cpp',
1683 'webgl/WebGLUniformLocation.h', 1689 'webgl/WebGLUniformLocation.h',
1684 'webgl/WebGLVertexArrayObject.cpp', 1690 'webgl/WebGLVertexArrayObject.cpp',
1685 'webgl/WebGLVertexArrayObject.h', 1691 'webgl/WebGLVertexArrayObject.h',
1686 'webgl/WebGLVertexArrayObjectBase.cpp', 1692 'webgl/WebGLVertexArrayObjectBase.cpp',
1687 'webgl/WebGLVertexArrayObjectBase.h', 1693 'webgl/WebGLVertexArrayObjectBase.h',
1688 'webgl/WebGLVertexArrayObjectOES.cpp', 1694 'webgl/WebGLVertexArrayObjectOES.cpp',
1689 'webgl/WebGLVertexArrayObjectOES.h', 1695 'webgl/WebGLVertexArrayObjectOES.h',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
1813 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1819 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1814 'webaudio/ConvolverNodeTest.cpp', 1820 'webaudio/ConvolverNodeTest.cpp',
1815 'webaudio/DynamicsCompressorNodeTest.cpp', 1821 'webaudio/DynamicsCompressorNodeTest.cpp',
1816 'webaudio/ScriptProcessorNodeTest.cpp', 1822 'webaudio/ScriptProcessorNodeTest.cpp',
1817 'webaudio/StereoPannerNodeTest.cpp', 1823 'webaudio/StereoPannerNodeTest.cpp',
1818 'websockets/DOMWebSocketTest.cpp', 1824 'websockets/DOMWebSocketTest.cpp',
1819 'websockets/DocumentWebSocketChannelTest.cpp', 1825 'websockets/DocumentWebSocketChannelTest.cpp',
1820 ], 1826 ],
1821 }, 1827 },
1822 } 1828 }
OLDNEW
« no previous file with comments | « Source/bindings/modules/v8/WebGLAny.cpp ('k') | Source/modules/webgl/EXTDisjointTimerQuery.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698