Chromium Code Reviews| Index: cc/cc_tests.gyp |
| diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp |
| index 72c3a4514807d191693d33b7d0fef48a68cf9951..e3bed0b0e33594a9dd6798fa3acb458dfbb8804d 100644 |
| --- a/cc/cc_tests.gyp |
| +++ b/cc/cc_tests.gyp |
| @@ -58,6 +58,9 @@ |
| 'layers/ui_resource_layer_unittest.cc', |
| 'layers/video_layer_impl_unittest.cc', |
| 'output/begin_frame_args_unittest.cc', |
| + 'output/bsp_tree.cc', |
|
enne (OOO)
2014/07/29 00:28:08
These files shouldn't be added other than the new
troyhildebrandt
2014/07/29 19:05:19
Removed.
|
| + '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', |
| @@ -68,7 +71,6 @@ |
| 'output/shader_unittest.cc', |
| 'output/software_renderer_unittest.cc', |
| 'quads/draw_polygon.cc', |
| - 'quads/draw_polygon_unittest.cc', |
|
enne (OOO)
2014/07/29 00:28:08
I think you shouldn't remove this?
troyhildebrandt
2014/07/29 19:05:19
Added back.
|
| 'quads/draw_quad_unittest.cc', |
| 'quads/render_pass_unittest.cc', |
| 'resources/layer_quad_unittest.cc', |