| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index 38df1c7a21c0c7927af4af11c63d8830fe43614a..ae32c27644f4d8d74cf42f8b5e877ff951da1585 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -257,6 +257,7 @@
|
| 'webgl/WebGL2RenderingContext.idl',
|
| 'webgl/WebGLActiveInfo.idl',
|
| 'webgl/WebGLBuffer.idl',
|
| + 'webgl/WebGLCompressedTextureASTC.idl',
|
| 'webgl/WebGLCompressedTextureATC.idl',
|
| 'webgl/WebGLCompressedTextureETC1.idl',
|
| 'webgl/WebGLCompressedTexturePVRTC.idl',
|
| @@ -1602,6 +1603,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',
|
|
|