| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index 4b8c5f68ce6444f40d2fa3d55ed6629c672bc2bd..ae9805bc1d0255c5ee8e82e09ee451c8a37c81de 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -375,6 +375,8 @@ component("cc") {
|
| "raster/scoped_gpu_raster.h",
|
| "raster/single_thread_task_graph_runner.cc",
|
| "raster/single_thread_task_graph_runner.h",
|
| + "raster/staging_buffer_pool.cc",
|
| + "raster/staging_buffer_pool.h",
|
| "raster/synchronous_task_graph_runner.cc",
|
| "raster/synchronous_task_graph_runner.h",
|
| "raster/task.cc",
|
|
|