| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index e9ef9e27285681a15b73313836767326be1cbe90..0723dd812125bc8e2577acdce77a10c0617c9b92 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -354,8 +354,6 @@ component("cc") {
|
| "resources/picture_layer_tiling_set.h",
|
| "resources/picture_pile.cc",
|
| "resources/picture_pile.h",
|
| - "resources/picture_pile_base.cc",
|
| - "resources/picture_pile_base.h",
|
| "resources/picture_pile_impl.cc",
|
| "resources/picture_pile_impl.h",
|
| "resources/pixel_buffer_raster_worker_pool.cc",
|
| @@ -543,6 +541,7 @@ source_set("test_support") {
|
| "test/fake_picture_layer_impl.h",
|
| "test/fake_picture_layer_tiling_client.cc",
|
| "test/fake_picture_layer_tiling_client.h",
|
| + "test/fake_picture_pile.h",
|
| "test/fake_picture_pile_impl.cc",
|
| "test/fake_picture_pile_impl.h",
|
| "test/fake_proxy.cc",
|
|
|