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

Unified Diff: third_party/WebKit/Source/modules/webgl/BUILD.gn

Issue 2354713004: Implement WEBGL_compressed_texture_es3_0 extension for WebGL 1/2 (Closed)
Patch Set: fixup Created 4 years, 3 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: third_party/WebKit/Source/modules/webgl/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/webgl/BUILD.gn b/third_party/WebKit/Source/modules/webgl/BUILD.gn
index f22cded81eb87cfbeb11869e1aac474a04db0983..aaae5279e80feaa5d1eefce45d399b1516a98034 100644
--- a/third_party/WebKit/Source/modules/webgl/BUILD.gn
+++ b/third_party/WebKit/Source/modules/webgl/BUILD.gn
@@ -47,6 +47,8 @@ blink_modules_sources("webgl") {
"WebGLCompressedTextureASTC.h",
"WebGLCompressedTextureATC.cpp",
"WebGLCompressedTextureATC.h",
+ "WebGLCompressedTextureES30.cpp",
+ "WebGLCompressedTextureES30.h",
"WebGLCompressedTextureETC1.cpp",
"WebGLCompressedTextureETC1.h",
"WebGLCompressedTexturePVRTC.cpp",

Powered by Google App Engine
This is Rietveld 408576698