| 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 'output/render_surface_filters_unittest.cc', | 43 'output/render_surface_filters_unittest.cc', |
| 44 'output/shader_unittest.cc', | 44 'output/shader_unittest.cc', |
| 45 'output/software_renderer_unittest.cc', | 45 'output/software_renderer_unittest.cc', |
| 46 'output/texture_copier_unittest.cc', | 46 'output/texture_copier_unittest.cc', |
| 47 'quads/draw_quad_unittest.cc', | 47 'quads/draw_quad_unittest.cc', |
| 48 'quads/render_pass_unittest.cc', | 48 'quads/render_pass_unittest.cc', |
| 49 'resources/layer_quad_unittest.cc', | 49 'resources/layer_quad_unittest.cc', |
| 50 'resources/picture_layer_tiling_set_unittest.cc', | 50 'resources/picture_layer_tiling_set_unittest.cc', |
| 51 'resources/picture_layer_tiling_unittest.cc', | 51 'resources/picture_layer_tiling_unittest.cc', |
| 52 'resources/picture_pile_impl_unittest.cc', | 52 'resources/picture_pile_impl_unittest.cc', |
| 53 'resources/picture_pile_unittest.cc', |
| 53 'resources/picture_unittest.cc', | 54 'resources/picture_unittest.cc', |
| 54 'resources/prioritized_resource_unittest.cc', | 55 'resources/prioritized_resource_unittest.cc', |
| 55 'resources/resource_provider_unittest.cc', | 56 'resources/resource_provider_unittest.cc', |
| 56 'resources/resource_update_controller_unittest.cc', | 57 'resources/resource_update_controller_unittest.cc', |
| 57 'resources/scoped_resource_unittest.cc', | 58 'resources/scoped_resource_unittest.cc', |
| 58 'resources/tile_manager_unittest.cc', | 59 'resources/tile_manager_unittest.cc', |
| 59 'resources/tile_priority_unittest.cc', | 60 'resources/tile_priority_unittest.cc', |
| 60 'scheduler/delay_based_time_source_unittest.cc', | 61 'scheduler/delay_based_time_source_unittest.cc', |
| 61 'scheduler/frame_rate_controller_unittest.cc', | 62 'scheduler/frame_rate_controller_unittest.cc', |
| 62 'scheduler/scheduler_state_machine_unittest.cc', | 63 'scheduler/scheduler_state_machine_unittest.cc', |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 'variables': { | 306 'variables': { |
| 306 'test_suite_name': 'cc_perftests', | 307 'test_suite_name': 'cc_perftests', |
| 307 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', | 308 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', |
| 308 }, | 309 }, |
| 309 'includes': [ '../build/apk_test.gypi' ], | 310 'includes': [ '../build/apk_test.gypi' ], |
| 310 }, | 311 }, |
| 311 ], | 312 ], |
| 312 }] | 313 }] |
| 313 ], | 314 ], |
| 314 } | 315 } |
| OLD | NEW |