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

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: Switch to use HeapHashMap instead 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
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 50fdf4b22a21d50d5de5f443edaef239c0d3e376..33d1dfbe26c41ff0aee8f77aaf9a30e74924587b 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -242,6 +242,7 @@
'webgl/CHROMIUMSubscribeUniform.idl',
'webgl/CHROMIUMValuebuffer.idl',
'webgl/EXTBlendMinMax.idl',
+ 'webgl/EXTDisjointTimerQuery.idl',
'webgl/EXTFragDepth.idl',
'webgl/EXTShaderTextureLOD.idl',
'webgl/EXTTextureFilterAnisotropic.idl',
@@ -277,6 +278,7 @@
'webgl/WebGLShaderPrecisionFormat.idl',
'webgl/WebGLSync.idl',
'webgl/WebGLTexture.idl',
+ 'webgl/WebGLTimerQueryEXT.idl',
'webgl/WebGLTransformFeedback.idl',
'webgl/WebGLUniformLocation.idl',
'webgl/WebGLVertexArrayObject.idl',
@@ -1580,6 +1582,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',
@@ -1670,6 +1674,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',

Powered by Google App Engine
This is Rietveld 408576698