| Index: cc/cc_tests.gyp
|
| diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
|
| index 763bda9b84f2c454918d284d6fcca2e0ac7082ce..382af71fa8dfa97d1cf25d5c3c2425378fcff9fa 100644
|
| --- a/cc/cc_tests.gyp
|
| +++ b/cc/cc_tests.gyp
|
| @@ -57,6 +57,10 @@
|
| 'layers/ui_resource_layer_unittest.cc',
|
| 'layers/video_layer_impl_unittest.cc',
|
| 'output/begin_frame_args_unittest.cc',
|
| + 'output/bsp_controller.cc',
|
| + 'output/bsp_tree.cc',
|
| + 'output/bsp_tree_unittest.cc',
|
| + 'output/bsp_walk_action.cc',
|
| 'output/delegating_renderer_unittest.cc',
|
| 'output/filter_operations_unittest.cc',
|
| 'output/gl_renderer_unittest.cc',
|
| @@ -66,6 +70,7 @@
|
| 'output/renderer_unittest.cc',
|
| 'output/shader_unittest.cc',
|
| 'output/software_renderer_unittest.cc',
|
| + 'quads/draw_polygon.cc',
|
| 'quads/draw_quad_unittest.cc',
|
| 'quads/render_pass_unittest.cc',
|
| 'resources/layer_quad_unittest.cc',
|
|
|