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

Unified Diff: cc/cc.gyp

Issue 1015373003: Add texture compression interface and ETC1 encoder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move files from cc/resources/texture_compress to cc/resources/ Created 5 years, 9 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: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index c796e7d844c239ffa3686668fdc99abb49e99699..c5f2033adbfa32e9a7f48d9a4f548c544b9be938 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -478,6 +478,10 @@
'resources/software_rasterizer.h',
'resources/task_graph_runner.cc',
'resources/task_graph_runner.h',
+ 'resources/texture_compressor.cc',
+ 'resources/texture_compressor.h',
+ 'resources/texture_compressor_etc1.cc',
+ 'resources/texture_compressor_etc1.h',
'resources/texture_mailbox.cc',
'resources/texture_mailbox.h',
'resources/texture_mailbox_deleter.cc',
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | cc/resources/texture_compressor_etc1.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698