Chromium Code Reviews| Index: cc/BUILD.gn |
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn |
| index e9ef9e27285681a15b73313836767326be1cbe90..64adbdb257521820e06d75c7b82d8d22a8df4ba9 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" |
|
danakj
2014/11/12 21:31:16
missing a ,
|
| "test/fake_picture_pile_impl.cc", |
| "test/fake_picture_pile_impl.h", |
| "test/fake_proxy.cc", |