| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index 92308e6b7e92cb4b1c505b1774437eed75714510..83e012ae5da4453b0f02681d66eb3140a9913993 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -393,6 +393,8 @@ component("cc") {
|
| "resources/picture_pile_impl.h",
|
| "resources/pixel_buffer_tile_task_worker_pool.cc",
|
| "resources/pixel_buffer_tile_task_worker_pool.h",
|
| + "resources/pixel_ref_map.cc",
|
| + "resources/pixel_ref_map.h",
|
| "resources/platform_color.h",
|
| "resources/prioritized_resource.cc",
|
| "resources/prioritized_resource.h",
|
| @@ -805,6 +807,7 @@ test("cc_unittests") {
|
| "resources/picture_pile_impl_unittest.cc",
|
| "resources/picture_pile_unittest.cc",
|
| "resources/picture_unittest.cc",
|
| + "resources/pixel_ref_map_unittest.cc",
|
| "resources/platform_color_unittest.cc",
|
| "resources/prioritized_resource_unittest.cc",
|
| "resources/resource_provider_unittest.cc",
|
|
|