Chromium Code Reviews| Index: cc/BUILD.gn |
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn |
| index 01a3a6c7d006622c99affa41b986e8f2c916179e..f1e2e1398f32418830efdade62bfe3455cfc528c 100644 |
| --- a/cc/BUILD.gn |
| +++ b/cc/BUILD.gn |
| @@ -806,6 +806,7 @@ if (!is_win || link_chrome_on_windows) { |
| "resources/picture_pile_impl_unittest.cc", |
| "resources/picture_pile_unittest.cc", |
| "resources/picture_unittest.cc", |
| + "resources/platform_color_unittest.cc", |
|
enne (OOO)
2015/02/18 22:32:27
What's with the platform color unittest? Is that f
danakj
2015/02/18 22:33:39
I added that to replace the GLRendererPixelTest I
|
| "resources/prioritized_resource_unittest.cc", |
| "resources/resource_provider_unittest.cc", |
| "resources/resource_update_controller_unittest.cc", |
| @@ -832,7 +833,6 @@ if (!is_win || link_chrome_on_windows) { |
| "trees/layer_tree_host_pixeltest_blending.cc", |
| "trees/layer_tree_host_pixeltest_filters.cc", |
| "trees/layer_tree_host_pixeltest_masks.cc", |
| - "trees/layer_tree_host_pixeltest_on_demand_raster.cc", |
| "trees/layer_tree_host_pixeltest_readback.cc", |
| "trees/layer_tree_host_pixeltest_synchronous.cc", |
| "trees/layer_tree_host_unittest.cc", |