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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 8da0afbda5343d21565fb8d51464f6a6b0405203..8cbe2babde18406f3a35fe27f6987165eb5d37ac 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -244,6 +244,7 @@
'webgl/CHROMIUMSubscribeUniform.idl',
'webgl/CHROMIUMValuebuffer.idl',
'webgl/EXTBlendMinMax.idl',
+ 'webgl/EXTDisjointTimerQuery.idl',
'webgl/EXTFragDepth.idl',
'webgl/EXTShaderTextureLOD.idl',
'webgl/EXTTextureFilterAnisotropic.idl',
@@ -279,6 +280,7 @@
'webgl/WebGLShaderPrecisionFormat.idl',
'webgl/WebGLSync.idl',
'webgl/WebGLTexture.idl',
+ 'webgl/WebGLTimerQueryEXT.idl',
'webgl/WebGLTransformFeedback.idl',
'webgl/WebGLUniformLocation.idl',
'webgl/WebGLVertexArrayObject.idl',
@@ -1587,6 +1589,8 @@
'webgl/CHROMIUMValuebuffer.h',
'webgl/EXTBlendMinMax.cpp',
'webgl/EXTBlendMinMax.h',
+ 'webgl/EXTDisjointTimerQuery.cpp',
+ 'webgl/EXTDisjointTimerQuery.h',
'webgl/EXTFragDepth.cpp',
'webgl/EXTFragDepth.h',
'webgl/EXTShaderTextureLOD.cpp',
@@ -1677,6 +1681,8 @@
'webgl/WebGLSync.h',
'webgl/WebGLTexture.cpp',
'webgl/WebGLTexture.h',
+ 'webgl/WebGLTimerQueryEXT.cpp',
+ 'webgl/WebGLTimerQueryEXT.h',
'webgl/WebGLTransformFeedback.cpp',
'webgl/WebGLTransformFeedback.h',
'webgl/WebGLUniformLocation.cpp',
« 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