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

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: Marked EXTDisjointTimerQuery as a draft extension, also added TODO for kbr about per frame updates 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
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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 'webdatabase/SQLResultSetRowList.idl', 235 'webdatabase/SQLResultSetRowList.idl',
236 'webdatabase/SQLStatementCallback.idl', 236 'webdatabase/SQLStatementCallback.idl',
237 'webdatabase/SQLStatementErrorCallback.idl', 237 'webdatabase/SQLStatementErrorCallback.idl',
238 'webdatabase/SQLTransaction.idl', 238 'webdatabase/SQLTransaction.idl',
239 'webdatabase/SQLTransactionCallback.idl', 239 'webdatabase/SQLTransactionCallback.idl',
240 'webdatabase/SQLTransactionErrorCallback.idl', 240 'webdatabase/SQLTransactionErrorCallback.idl',
241 'webgl/ANGLEInstancedArrays.idl', 241 'webgl/ANGLEInstancedArrays.idl',
242 'webgl/CHROMIUMSubscribeUniform.idl', 242 'webgl/CHROMIUMSubscribeUniform.idl',
243 'webgl/CHROMIUMValuebuffer.idl', 243 'webgl/CHROMIUMValuebuffer.idl',
244 'webgl/EXTBlendMinMax.idl', 244 'webgl/EXTBlendMinMax.idl',
245 'webgl/EXTDisjointTimerQuery.idl',
245 'webgl/EXTFragDepth.idl', 246 'webgl/EXTFragDepth.idl',
246 'webgl/EXTShaderTextureLOD.idl', 247 'webgl/EXTShaderTextureLOD.idl',
247 'webgl/EXTTextureFilterAnisotropic.idl', 248 'webgl/EXTTextureFilterAnisotropic.idl',
248 'webgl/EXTsRGB.idl', 249 'webgl/EXTsRGB.idl',
249 'webgl/OESElementIndexUint.idl', 250 'webgl/OESElementIndexUint.idl',
250 'webgl/OESStandardDerivatives.idl', 251 'webgl/OESStandardDerivatives.idl',
251 'webgl/OESTextureFloat.idl', 252 'webgl/OESTextureFloat.idl',
252 'webgl/OESTextureFloatLinear.idl', 253 'webgl/OESTextureFloatLinear.idl',
253 'webgl/OESTextureHalfFloat.idl', 254 'webgl/OESTextureHalfFloat.idl',
254 'webgl/OESTextureHalfFloatLinear.idl', 255 'webgl/OESTextureHalfFloatLinear.idl',
(...skipping 15 matching lines...) Expand all
270 'webgl/WebGLLoseContext.idl', 271 'webgl/WebGLLoseContext.idl',
271 'webgl/WebGLProgram.idl', 272 'webgl/WebGLProgram.idl',
272 'webgl/WebGLQuery.idl', 273 'webgl/WebGLQuery.idl',
273 'webgl/WebGLRenderbuffer.idl', 274 'webgl/WebGLRenderbuffer.idl',
274 'webgl/WebGLRenderingContext.idl', 275 'webgl/WebGLRenderingContext.idl',
275 'webgl/WebGLSampler.idl', 276 'webgl/WebGLSampler.idl',
276 'webgl/WebGLShader.idl', 277 'webgl/WebGLShader.idl',
277 'webgl/WebGLShaderPrecisionFormat.idl', 278 'webgl/WebGLShaderPrecisionFormat.idl',
278 'webgl/WebGLSync.idl', 279 'webgl/WebGLSync.idl',
279 'webgl/WebGLTexture.idl', 280 'webgl/WebGLTexture.idl',
281 'webgl/WebGLTimerQueryEXT.idl',
280 'webgl/WebGLTransformFeedback.idl', 282 'webgl/WebGLTransformFeedback.idl',
281 'webgl/WebGLUniformLocation.idl', 283 'webgl/WebGLUniformLocation.idl',
282 'webgl/WebGLVertexArrayObject.idl', 284 'webgl/WebGLVertexArrayObject.idl',
283 'webgl/WebGLVertexArrayObjectOES.idl', 285 'webgl/WebGLVertexArrayObjectOES.idl',
284 'webmidi/MIDIAccess.idl', 286 'webmidi/MIDIAccess.idl',
285 'webmidi/MIDIConnectionEvent.idl', 287 'webmidi/MIDIConnectionEvent.idl',
286 'webmidi/MIDIInput.idl', 288 'webmidi/MIDIInput.idl',
287 'webmidi/MIDIInputMap.idl', 289 'webmidi/MIDIInputMap.idl',
288 'webmidi/MIDIMessageEvent.idl', 290 'webmidi/MIDIMessageEvent.idl',
289 'webmidi/MIDIOutput.idl', 291 'webmidi/MIDIOutput.idl',
(...skipping 1283 matching lines...) Expand 10 before | Expand all | Expand 10 after
1573 'webdatabase/sqlite/SQLiteTransaction.cpp', 1575 'webdatabase/sqlite/SQLiteTransaction.cpp',
1574 'webdatabase/sqlite/SQLiteTransaction.h', 1576 'webdatabase/sqlite/SQLiteTransaction.h',
1575 'webgl/ANGLEInstancedArrays.cpp', 1577 'webgl/ANGLEInstancedArrays.cpp',
1576 'webgl/ANGLEInstancedArrays.h', 1578 'webgl/ANGLEInstancedArrays.h',
1577 'webgl/CHROMIUMSubscribeUniform.cpp', 1579 'webgl/CHROMIUMSubscribeUniform.cpp',
1578 'webgl/CHROMIUMSubscribeUniform.h', 1580 'webgl/CHROMIUMSubscribeUniform.h',
1579 'webgl/CHROMIUMValuebuffer.cpp', 1581 'webgl/CHROMIUMValuebuffer.cpp',
1580 'webgl/CHROMIUMValuebuffer.h', 1582 'webgl/CHROMIUMValuebuffer.h',
1581 'webgl/EXTBlendMinMax.cpp', 1583 'webgl/EXTBlendMinMax.cpp',
1582 'webgl/EXTBlendMinMax.h', 1584 'webgl/EXTBlendMinMax.h',
1585 'webgl/EXTDisjointTimerQuery.cpp',
1586 'webgl/EXTDisjointTimerQuery.h',
1583 'webgl/EXTFragDepth.cpp', 1587 'webgl/EXTFragDepth.cpp',
1584 'webgl/EXTFragDepth.h', 1588 'webgl/EXTFragDepth.h',
1585 'webgl/EXTShaderTextureLOD.cpp', 1589 'webgl/EXTShaderTextureLOD.cpp',
1586 'webgl/EXTShaderTextureLOD.h', 1590 'webgl/EXTShaderTextureLOD.h',
1587 'webgl/EXTTextureFilterAnisotropic.cpp', 1591 'webgl/EXTTextureFilterAnisotropic.cpp',
1588 'webgl/EXTTextureFilterAnisotropic.h', 1592 'webgl/EXTTextureFilterAnisotropic.h',
1589 'webgl/EXTsRGB.cpp', 1593 'webgl/EXTsRGB.cpp',
1590 'webgl/EXTsRGB.h', 1594 'webgl/EXTsRGB.h',
1591 'webgl/OESElementIndexUint.cpp', 1595 'webgl/OESElementIndexUint.cpp',
1592 'webgl/OESElementIndexUint.h', 1596 'webgl/OESElementIndexUint.h',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
1663 'webgl/WebGLShaderPrecisionFormat.cpp', 1667 'webgl/WebGLShaderPrecisionFormat.cpp',
1664 'webgl/WebGLShaderPrecisionFormat.h', 1668 'webgl/WebGLShaderPrecisionFormat.h',
1665 'webgl/WebGLSharedObject.cpp', 1669 'webgl/WebGLSharedObject.cpp',
1666 'webgl/WebGLSharedObject.h', 1670 'webgl/WebGLSharedObject.h',
1667 'webgl/WebGLSharedPlatform3DObject.cpp', 1671 'webgl/WebGLSharedPlatform3DObject.cpp',
1668 'webgl/WebGLSharedPlatform3DObject.h', 1672 'webgl/WebGLSharedPlatform3DObject.h',
1669 'webgl/WebGLSync.cpp', 1673 'webgl/WebGLSync.cpp',
1670 'webgl/WebGLSync.h', 1674 'webgl/WebGLSync.h',
1671 'webgl/WebGLTexture.cpp', 1675 'webgl/WebGLTexture.cpp',
1672 'webgl/WebGLTexture.h', 1676 'webgl/WebGLTexture.h',
1677 'webgl/WebGLTimerQueryEXT.cpp',
1678 'webgl/WebGLTimerQueryEXT.h',
1673 'webgl/WebGLTransformFeedback.cpp', 1679 'webgl/WebGLTransformFeedback.cpp',
1674 'webgl/WebGLTransformFeedback.h', 1680 'webgl/WebGLTransformFeedback.h',
1675 'webgl/WebGLUniformLocation.cpp', 1681 'webgl/WebGLUniformLocation.cpp',
1676 'webgl/WebGLUniformLocation.h', 1682 'webgl/WebGLUniformLocation.h',
1677 'webgl/WebGLVertexArrayObject.cpp', 1683 'webgl/WebGLVertexArrayObject.cpp',
1678 'webgl/WebGLVertexArrayObject.h', 1684 'webgl/WebGLVertexArrayObject.h',
1679 'webgl/WebGLVertexArrayObjectBase.cpp', 1685 'webgl/WebGLVertexArrayObjectBase.cpp',
1680 'webgl/WebGLVertexArrayObjectBase.h', 1686 'webgl/WebGLVertexArrayObjectBase.h',
1681 'webgl/WebGLVertexArrayObjectOES.cpp', 1687 'webgl/WebGLVertexArrayObjectOES.cpp',
1682 'webgl/WebGLVertexArrayObjectOES.h', 1688 'webgl/WebGLVertexArrayObjectOES.h',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
1806 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1812 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1807 'webaudio/ConvolverNodeTest.cpp', 1813 'webaudio/ConvolverNodeTest.cpp',
1808 'webaudio/DynamicsCompressorNodeTest.cpp', 1814 'webaudio/DynamicsCompressorNodeTest.cpp',
1809 'webaudio/ScriptProcessorNodeTest.cpp', 1815 'webaudio/ScriptProcessorNodeTest.cpp',
1810 'webaudio/StereoPannerNodeTest.cpp', 1816 'webaudio/StereoPannerNodeTest.cpp',
1811 'websockets/DOMWebSocketTest.cpp', 1817 'websockets/DOMWebSocketTest.cpp',
1812 'websockets/DocumentWebSocketChannelTest.cpp', 1818 'websockets/DocumentWebSocketChannelTest.cpp',
1813 ], 1819 ],
1814 }, 1820 },
1815 } 1821 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698