| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index f6d0f77b38ad9faf0c644ddd055fe3e3cc120a2a..5e159b2bfffa6feff65c37e3b278b3c6a33881c2 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -255,6 +255,7 @@
|
| 'webgl/WebGL2RenderingContext.idl',
|
| 'webgl/WebGLActiveInfo.idl',
|
| 'webgl/WebGLBuffer.idl',
|
| + 'webgl/WebGLCompressedTextureASTC.idl',
|
| 'webgl/WebGLCompressedTextureATC.idl',
|
| 'webgl/WebGLCompressedTextureETC1.idl',
|
| 'webgl/WebGLCompressedTexturePVRTC.idl',
|
| @@ -1566,6 +1567,8 @@
|
| 'webgl/WebGLActiveInfo.h',
|
| 'webgl/WebGLBuffer.cpp',
|
| 'webgl/WebGLBuffer.h',
|
| + 'webgl/WebGLCompressedTextureASTC.cpp',
|
| + 'webgl/WebGLCompressedTextureASTC.h',
|
| 'webgl/WebGLCompressedTextureATC.cpp',
|
| 'webgl/WebGLCompressedTextureATC.h',
|
| 'webgl/WebGLCompressedTextureETC1.cpp',
|
|
|