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

Unified Diff: cc/BUILD.gn

Issue 485043003: cc: Use correct message loop proxy in BlockingTaskRunner (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits. Created 6 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
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | no next file with comments »
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 109b54b5985b5b9c15e5ceb38f984e715300e34b..43a6c6da851c3d064da5d81c88a513ad7785e7a7 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -399,6 +399,8 @@ component("cc") {
"resources/shared_bitmap_manager.h",
"resources/single_release_callback.cc",
"resources/single_release_callback.h",
+ "resources/single_release_callback_impl.cc",
+ "resources/single_release_callback_impl.h",
"resources/skpicture_content_layer_updater.cc",
"resources/skpicture_content_layer_updater.h",
"resources/task_graph_runner.cc",
@@ -724,6 +726,7 @@ test("cc_unittests") {
"scheduler/scheduler_unittest.cc",
"test/layer_tree_json_parser_unittest.cc",
"test/test_web_graphics_context_3d_unittest.cc",
+ "trees/blocking_task_runner_unittest.cc",
"trees/damage_tracker_unittest.cc",
"trees/layer_sorter_unittest.cc",
"trees/layer_tree_host_common_unittest.cc",
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698