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

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

Issue 2337833002: Implement WEBGL_compressed_texture_s3tc_srgb (Closed)
Patch Set: replace NV_sRGB_formats with (draft) EXT_texture_compression_s3tc_srgb 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 439acbed9de912f72e984f93a7eef856ca00f7dd..f22cded81eb87cfbeb11869e1aac474a04db0983 100644
--- a/third_party/WebKit/Source/modules/webgl/BUILD.gn
+++ b/third_party/WebKit/Source/modules/webgl/BUILD.gn
@@ -53,6 +53,8 @@ blink_modules_sources("webgl") {
"WebGLCompressedTexturePVRTC.h",
"WebGLCompressedTextureS3TC.cpp",
"WebGLCompressedTextureS3TC.h",
+ "WebGLCompressedTextureS3TCsRGB.cpp",
+ "WebGLCompressedTextureS3TCsRGB.h",
"WebGLContextAttributeHelpers.cpp",
"WebGLContextAttributeHelpers.h",
"WebGLContextEvent.cpp",

Powered by Google App Engine
This is Rietveld 408576698