| Index: cc/cc_tests.gyp
|
| diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
|
| index 6c6f33ae8d98baf37b0381b70fc8a04d4d45a7b8..271c2c4f1127519445d4872c1818b773995f2a9e 100644
|
| --- a/cc/cc_tests.gyp
|
| +++ b/cc/cc_tests.gyp
|
| @@ -27,6 +27,7 @@
|
| 'base/simple_enclosed_region_unittest.cc',
|
| 'base/tiling_data_unittest.cc',
|
| 'base/unique_notifier_unittest.cc',
|
| + 'blimp/picture_data_conversions_unittest.cc',
|
| 'debug/layer_tree_debug_state_unittest.cc',
|
| 'debug/micro_benchmark_controller_unittest.cc',
|
| 'debug/rendering_stats_unittest.cc',
|
| @@ -181,8 +182,12 @@
|
| 'test/failure_output_surface.h',
|
| 'test/fake_channel_impl.cc',
|
| 'test/fake_channel_impl.h',
|
| + 'test/fake_client_picture_cache.cc',
|
| + 'test/fake_client_picture_cache.h',
|
| 'test/fake_content_layer_client.cc',
|
| 'test/fake_content_layer_client.h',
|
| + 'test/fake_engine_picture_cache.cc',
|
| + 'test/fake_engine_picture_cache.h',
|
| 'test/fake_external_begin_frame_source.cc',
|
| 'test/fake_external_begin_frame_source.h',
|
| 'test/fake_image_serialization_processor.cc',
|
| @@ -260,6 +265,8 @@
|
| 'test/ordered_texture_map.h',
|
| 'test/paths.cc',
|
| 'test/paths.h',
|
| + 'test/picture_cache_model.cc',
|
| + 'test/picture_cache_model.h',
|
| 'test/pixel_comparator.cc',
|
| 'test/pixel_comparator.h',
|
| 'test/pixel_test.cc',
|
|
|