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

Unified Diff: cc/BUILD.gn

Issue 1028333002: Chromium -> Mojo roll. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index ad33651ac260d655601702639473d9b78f248b4a..b4e5ffac27ab2ef7260d61f810279fa0e8ba5fab 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -418,6 +418,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",
@@ -655,6 +659,8 @@ source_set("test_support") {
"test/test_occlusion_tracker.h",
"test/test_shared_bitmap_manager.cc",
"test/test_shared_bitmap_manager.h",
+ "test/test_task_graph_runner.cc",
+ "test/test_task_graph_runner.h",
"test/test_texture.cc",
"test/test_texture.h",
"test/test_tile_priorities.cc",
@@ -860,6 +866,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 | « build/secondary/tools/grit/grit_rule.gni ('k') | cc/animation/scrollbar_animation_controller_linear_fade_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698