| Index: cc/cc_tests.gyp
|
| diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
|
| index db58318d7a51f92c8aa5596da68e3645be38128e..f26ea1a676671f90ee4ddc505e4166a09b46cdcc 100644
|
| --- a/cc/cc_tests.gyp
|
| +++ b/cc/cc_tests.gyp
|
| @@ -170,6 +170,7 @@
|
| 'test/fake_picture_layer_impl.h',
|
| 'test/fake_picture_layer_tiling_client.cc',
|
| 'test/fake_picture_layer_tiling_client.h',
|
| + 'test/fake_picture_pile.cc',
|
| 'test/fake_picture_pile.h',
|
| 'test/fake_picture_pile_impl.cc',
|
| 'test/fake_picture_pile_impl.h',
|
| @@ -255,6 +256,8 @@
|
| 'test/test_tile_priorities.h',
|
| 'test/test_web_graphics_context_3d.cc',
|
| 'test/test_web_graphics_context_3d.h',
|
| + 'test/thread_blocker.cc',
|
| + 'test/thread_blocker.h',
|
| 'test/tiled_layer_test_common.cc',
|
| 'test/tiled_layer_test_common.h',
|
| ],
|
|
|