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