Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 'cc_unit_tests_source_files': [ | 8 'cc_unit_tests_source_files': [ |
| 9 'animation/animation_unittest.cc', | 9 'animation/animation_unittest.cc', |
| 10 'animation/keyframed_animation_curve_unittest.cc', | 10 'animation/keyframed_animation_curve_unittest.cc', |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 51 'layers/solid_color_scrollbar_layer_impl_unittest.cc', | 51 'layers/solid_color_scrollbar_layer_impl_unittest.cc', |
| 52 'layers/surface_layer_impl_unittest.cc', | 52 'layers/surface_layer_impl_unittest.cc', |
| 53 'layers/texture_layer_unittest.cc', | 53 'layers/texture_layer_unittest.cc', |
| 54 'layers/texture_layer_impl_unittest.cc', | 54 'layers/texture_layer_impl_unittest.cc', |
| 55 'layers/tiled_layer_impl_unittest.cc', | 55 'layers/tiled_layer_impl_unittest.cc', |
| 56 'layers/tiled_layer_unittest.cc', | 56 'layers/tiled_layer_unittest.cc', |
| 57 'layers/ui_resource_layer_impl_unittest.cc', | 57 'layers/ui_resource_layer_impl_unittest.cc', |
| 58 'layers/ui_resource_layer_unittest.cc', | 58 'layers/ui_resource_layer_unittest.cc', |
| 59 'layers/video_layer_impl_unittest.cc', | 59 'layers/video_layer_impl_unittest.cc', |
| 60 'output/begin_frame_args_unittest.cc', | 60 'output/begin_frame_args_unittest.cc', |
| 61 '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.
| |
| 62 'output/bsp_tree_unittest.cc', | |
| 63 'output/bsp_walk_action.cc', | |
| 61 'output/delegating_renderer_unittest.cc', | 64 'output/delegating_renderer_unittest.cc', |
| 62 'output/filter_operations_unittest.cc', | 65 'output/filter_operations_unittest.cc', |
| 63 'output/gl_renderer_unittest.cc', | 66 'output/gl_renderer_unittest.cc', |
| 64 'output/output_surface_unittest.cc', | 67 'output/output_surface_unittest.cc', |
| 65 'output/overlay_unittest.cc', | 68 'output/overlay_unittest.cc', |
| 66 'output/renderer_pixeltest.cc', | 69 'output/renderer_pixeltest.cc', |
| 67 'output/renderer_unittest.cc', | 70 'output/renderer_unittest.cc', |
| 68 'output/shader_unittest.cc', | 71 'output/shader_unittest.cc', |
| 69 'output/software_renderer_unittest.cc', | 72 'output/software_renderer_unittest.cc', |
| 70 'quads/draw_polygon.cc', | 73 'quads/draw_polygon.cc', |
| 71 '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.
| |
| 72 'quads/draw_quad_unittest.cc', | 74 'quads/draw_quad_unittest.cc', |
| 73 'quads/render_pass_unittest.cc', | 75 'quads/render_pass_unittest.cc', |
| 74 'resources/layer_quad_unittest.cc', | 76 'resources/layer_quad_unittest.cc', |
| 75 'resources/picture_layer_tiling_set_unittest.cc', | 77 'resources/picture_layer_tiling_set_unittest.cc', |
| 76 'resources/picture_layer_tiling_unittest.cc', | 78 'resources/picture_layer_tiling_unittest.cc', |
| 77 'resources/picture_pile_impl_unittest.cc', | 79 'resources/picture_pile_impl_unittest.cc', |
| 78 'resources/picture_pile_unittest.cc', | 80 'resources/picture_pile_unittest.cc', |
| 79 'resources/picture_unittest.cc', | 81 'resources/picture_unittest.cc', |
| 80 'resources/prioritized_resource_unittest.cc', | 82 'resources/prioritized_resource_unittest.cc', |
| 81 'resources/prioritized_tile_set_unittest.cc', | 83 'resources/prioritized_tile_set_unittest.cc', |
| (...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 411 'variables': { | 413 'variables': { |
| 412 'test_suite_name': 'cc_perftests', | 414 'test_suite_name': 'cc_perftests', |
| 413 }, | 415 }, |
| 414 'includes': [ '../build/apk_test.gypi' ], | 416 'includes': [ '../build/apk_test.gypi' ], |
| 415 }, | 417 }, |
| 416 ], | 418 ], |
| 417 } | 419 } |
| 418 ] | 420 ] |
| 419 ], | 421 ], |
| 420 } | 422 } |
| OLD | NEW |