| 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",
|
|
|