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

Unified Diff: Source/modules/modules.gypi

Issue 1265703005: Implement the texture uploading of ASTC compression for WebGL(part II) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add braces. Created 5 years, 4 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
« no previous file with comments | « no previous file | Source/modules/webgl/WebGL2RenderingContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | Source/modules/webgl/WebGL2RenderingContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698