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_unittest.cc', |
61 'output/delegating_renderer_unittest.cc', | 62 'output/delegating_renderer_unittest.cc', |
62 'output/filter_operations_unittest.cc', | 63 'output/filter_operations_unittest.cc', |
63 'output/gl_renderer_unittest.cc', | 64 'output/gl_renderer_unittest.cc', |
64 'output/output_surface_unittest.cc', | 65 'output/output_surface_unittest.cc', |
65 'output/overlay_unittest.cc', | 66 'output/overlay_unittest.cc', |
66 'output/renderer_pixeltest.cc', | 67 'output/renderer_pixeltest.cc', |
67 'output/renderer_unittest.cc', | 68 'output/renderer_unittest.cc', |
68 'output/shader_unittest.cc', | 69 'output/shader_unittest.cc', |
69 'output/software_renderer_unittest.cc', | 70 'output/software_renderer_unittest.cc', |
70 'quads/draw_polygon_unittest.cc', | 71 'quads/draw_polygon_unittest.cc', |
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
410 'variables': { | 411 'variables': { |
411 'test_suite_name': 'cc_perftests', | 412 'test_suite_name': 'cc_perftests', |
412 }, | 413 }, |
413 'includes': [ '../build/apk_test.gypi' ], | 414 'includes': [ '../build/apk_test.gypi' ], |
414 }, | 415 }, |
415 ], | 416 ], |
416 } | 417 } |
417 ] | 418 ] |
418 ], | 419 ], |
419 } | 420 } |
OLD | NEW |