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

Unified Diff: cc/BUILD.gn

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
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/resources/texture_compressor_etc1.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index bd8bfdd43d2f337fd9f3465cf683418faf7f7c41..71cc6d05aa84a1fb43b5362e884f0ff359751ae8 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -425,6 +425,10 @@ component("cc") {
"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",
@@ -876,6 +880,7 @@ test("cc_perftests") {
"resources/picture_layer_tiling_perftest.cc",
"resources/picture_pile_impl_perftest.cc",
"resources/task_graph_runner_perftest.cc",
+ "resources/texture_compressor_perftest.cc",
"resources/tile_manager_perftest.cc",
"resources/tile_task_worker_pool_perftest.cc",
"test/cc_test_suite.cc",
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/resources/texture_compressor_etc1.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698