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

Unified Diff: cc/BUILD.gn

Issue 1411663002: cc: Split Proxy to eliminate unnecessary dependencies on the impl side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update perf tests. Created 5 years, 2 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/animation/scrollbar_animation_controller_linear_fade_unittest.cc » ('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 6bd6aa2e5064e5f7e56b7c0e9de5d8a9e58f8c24..c24430b382b902c793f24f6de163541e59691cd7 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -491,6 +491,8 @@ component("cc") {
"trees/single_thread_proxy.h",
"trees/swap_promise_monitor.cc",
"trees/swap_promise_monitor.h",
+ "trees/task_runner_provider.cc",
+ "trees/task_runner_provider.h",
"trees/thread_proxy.cc",
"trees/thread_proxy.h",
"trees/threaded_channel.cc",
@@ -557,7 +559,7 @@ source_set("test_support") {
"test/fake_display_list_recording_source.h",
"test/fake_external_begin_frame_source.cc",
"test/fake_external_begin_frame_source.h",
- "test/fake_impl_proxy.h",
+ "test/fake_impl_task_runner_provider.h",
"test/fake_layer_tree_host.cc",
"test/fake_layer_tree_host.h",
"test/fake_layer_tree_host_client.cc",
« no previous file with comments | « no previous file | cc/animation/scrollbar_animation_controller_linear_fade_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698