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

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: Clean and Remove unnecessary enum. 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
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',
« no previous file with comments | « no previous file | Source/modules/webgl/WebGL2RenderingContext.h » ('j') | Source/modules/webgl/WebGLCompressedTextureASTC.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698