| Index: cc/cc_tests.gyp
|
| diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
|
| index 33dc6bafece3615195045a878a9755e0087f28e8..2556a7164a9899ff4519a4d85ca2fb8843565ebc 100644
|
| --- a/cc/cc_tests.gyp
|
| +++ b/cc/cc_tests.gyp
|
| @@ -90,6 +90,7 @@
|
| 'proto/cc_conversions_unittest.cc',
|
| 'proto/gfx_conversions_unittest.cc',
|
| 'proto/gpu_conversions_unittest.cc',
|
| + 'proto/picture_cache_conversions_unittest.cc',
|
| 'proto/skia_conversions_unittest.cc',
|
| 'proto/synced_property_conversions_unittest.cc',
|
| 'quads/draw_polygon_unittest.cc',
|
| @@ -204,6 +205,8 @@
|
| 'test/fake_output_surface_client.h',
|
| 'test/fake_painted_scrollbar_layer.cc',
|
| 'test/fake_painted_scrollbar_layer.h',
|
| + 'test/fake_picture_cache.cc',
|
| + 'test/fake_picture_cache.h',
|
| 'test/fake_picture_layer.cc',
|
| 'test/fake_picture_layer.h',
|
| 'test/fake_picture_layer_impl.cc',
|
|
|