| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index 8c695e55483bfa331500286eb0186908f53d9a41..cc6a01a3254fe0b2eeea9682667363e940af6375 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -395,7 +395,6 @@ component("cc") {
|
| "resources/raster_tile_priority_queue_all.h",
|
| "resources/raster_tile_priority_queue_required.cc",
|
| "resources/raster_tile_priority_queue_required.h",
|
| - "resources/rasterizer.h",
|
| "resources/release_callback.h",
|
| "resources/resource.cc",
|
| "resources/resource.h",
|
| @@ -427,8 +426,6 @@ component("cc") {
|
| "resources/single_release_callback_impl.h",
|
| "resources/skpicture_content_layer_updater.cc",
|
| "resources/skpicture_content_layer_updater.h",
|
| - "resources/software_rasterizer.cc",
|
| - "resources/software_rasterizer.h",
|
| "resources/task_graph_runner.cc",
|
| "resources/task_graph_runner.h",
|
| "resources/texture_compressor.cc",
|
|
|