| Index: cc/cc_tests.gyp
|
| diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
|
| index 25fb7606924ac4b7623a1f4f68469f12d0a6a7fb..a6e82bfb089fb4cc35acf1c309f98a46fcbe95f8 100644
|
| --- a/cc/cc_tests.gyp
|
| +++ b/cc/cc_tests.gyp
|
| @@ -107,6 +107,7 @@
|
| 'trees/layer_tree_host_unittest_picture.cc',
|
| 'trees/layer_tree_host_unittest_scroll.cc',
|
| 'trees/layer_tree_host_unittest_video.cc',
|
| + 'trees/layer_tree_impl_unittest.cc',
|
| 'trees/occlusion_tracker_unittest.cc',
|
| 'trees/tree_synchronizer_unittest.cc',
|
| ],
|
| @@ -177,6 +178,8 @@
|
| 'test/impl_side_painting_settings.h',
|
| 'test/layer_test_common.cc',
|
| 'test/layer_test_common.h',
|
| + 'test/layer_tree_host_common_test.cc',
|
| + 'test/layer_tree_host_common_test.h',
|
| 'test/layer_tree_json_parser.cc',
|
| 'test/layer_tree_json_parser.h',
|
| 'test/layer_tree_pixel_test.cc',
|
|
|