| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index a74f2d80fc9be57575a90eb303d56aa931239fd0..12dbb23a940876b5bca6302472976f73da311238 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -449,7 +449,10 @@ component("cc") {
|
| "resources/tile_priority.h",
|
| "resources/tiling_set_eviction_queue.cc",
|
| "resources/tiling_set_eviction_queue.h",
|
| - "resources/tiling_set_raster_queue.cc",
|
| + "resources/tiling_set_raster_queue_all.cc",
|
| + "resources/tiling_set_raster_queue_all.h",
|
| + "resources/tiling_set_raster_queue_required.cc",
|
| + "resources/tiling_set_raster_queue_required.h",
|
| "resources/tiling_set_raster_queue.h",
|
| "resources/transferable_resource.cc",
|
| "resources/transferable_resource.h",
|
|
|