| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index ffe865fffd4a2c8cf4790a73fefcd51ad28de0ac..8676d5478edd4b62facadd206e8b235b02ae5769 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -373,8 +373,9 @@ component("cc") {
|
| "raster/staging_buffer_pool.h",
|
| "raster/synchronous_task_graph_runner.cc",
|
| "raster/synchronous_task_graph_runner.h",
|
| + "raster/task.cc",
|
| + "raster/task.h",
|
| "raster/task_category.h",
|
| - "raster/task_graph_runner.cc",
|
| "raster/task_graph_runner.h",
|
| "raster/task_graph_work_queue.cc",
|
| "raster/task_graph_work_queue.h",
|
|
|