| 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',
|
|
|