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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 'layers/solid_color_layer_impl_unittest.cc', | 47 'layers/solid_color_layer_impl_unittest.cc', |
48 'layers/solid_color_scrollbar_layer_impl_unittest.cc', | 48 'layers/solid_color_scrollbar_layer_impl_unittest.cc', |
49 'layers/surface_layer_impl_unittest.cc', | 49 'layers/surface_layer_impl_unittest.cc', |
50 'layers/texture_layer_unittest.cc', | 50 'layers/texture_layer_unittest.cc', |
51 'layers/texture_layer_impl_unittest.cc', | 51 'layers/texture_layer_impl_unittest.cc', |
52 'layers/tiled_layer_impl_unittest.cc', | 52 'layers/tiled_layer_impl_unittest.cc', |
53 'layers/tiled_layer_unittest.cc', | 53 'layers/tiled_layer_unittest.cc', |
54 'layers/ui_resource_layer_impl_unittest.cc', | 54 'layers/ui_resource_layer_impl_unittest.cc', |
55 'layers/ui_resource_layer_unittest.cc', | 55 'layers/ui_resource_layer_unittest.cc', |
56 'layers/video_layer_impl_unittest.cc', | 56 'layers/video_layer_impl_unittest.cc', |
| 57 'output/begin_frame_args_unittest.cc', |
57 'output/delegating_renderer_unittest.cc', | 58 'output/delegating_renderer_unittest.cc', |
58 'output/filter_operations_unittest.cc', | 59 'output/filter_operations_unittest.cc', |
59 'output/gl_renderer_unittest.cc', | 60 'output/gl_renderer_unittest.cc', |
60 'output/output_surface_unittest.cc', | 61 'output/output_surface_unittest.cc', |
61 'output/overlay_unittest.cc', | 62 'output/overlay_unittest.cc', |
62 'output/renderer_pixeltest.cc', | 63 'output/renderer_pixeltest.cc', |
63 'output/renderer_unittest.cc', | 64 'output/renderer_unittest.cc', |
64 'output/shader_unittest.cc', | 65 'output/shader_unittest.cc', |
65 'output/software_renderer_unittest.cc', | 66 'output/software_renderer_unittest.cc', |
66 'quads/draw_quad_unittest.cc', | 67 'quads/draw_quad_unittest.cc', |
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
398 'variables': { | 399 'variables': { |
399 'test_suite_name': 'cc_perftests', | 400 'test_suite_name': 'cc_perftests', |
400 }, | 401 }, |
401 'includes': [ '../build/apk_test.gypi' ], | 402 'includes': [ '../build/apk_test.gypi' ], |
402 }, | 403 }, |
403 ], | 404 ], |
404 } | 405 } |
405 ] | 406 ] |
406 ], | 407 ], |
407 } | 408 } |
OLD | NEW |