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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 'resources/picture_pile_unittest.cc', | 55 'resources/picture_pile_unittest.cc', |
56 'resources/picture_unittest.cc', | 56 'resources/picture_unittest.cc', |
57 'resources/prioritized_resource_unittest.cc', | 57 'resources/prioritized_resource_unittest.cc', |
58 'resources/resource_provider_unittest.cc', | 58 'resources/resource_provider_unittest.cc', |
59 'resources/resource_update_controller_unittest.cc', | 59 'resources/resource_update_controller_unittest.cc', |
60 'resources/scoped_resource_unittest.cc', | 60 'resources/scoped_resource_unittest.cc', |
61 'resources/tile_manager_unittest.cc', | 61 'resources/tile_manager_unittest.cc', |
62 'resources/tile_priority_unittest.cc', | 62 'resources/tile_priority_unittest.cc', |
63 'scheduler/delay_based_time_source_unittest.cc', | 63 'scheduler/delay_based_time_source_unittest.cc', |
64 'scheduler/frame_rate_controller_unittest.cc', | 64 'scheduler/frame_rate_controller_unittest.cc', |
| 65 'scheduler/rolling_sample_window_unittest.cc', |
65 'scheduler/scheduler_state_machine_unittest.cc', | 66 'scheduler/scheduler_state_machine_unittest.cc', |
66 'scheduler/scheduler_unittest.cc', | 67 'scheduler/scheduler_unittest.cc', |
67 'scheduler/texture_uploader_unittest.cc', | 68 'scheduler/texture_uploader_unittest.cc', |
68 'scheduler/vsync_time_source_unittest.cc', | 69 'scheduler/vsync_time_source_unittest.cc', |
69 'test/fake_web_graphics_context_3d_unittest.cc', | 70 'test/fake_web_graphics_context_3d_unittest.cc', |
70 'trees/damage_tracker_unittest.cc', | 71 'trees/damage_tracker_unittest.cc', |
71 'trees/layer_sorter_unittest.cc', | 72 'trees/layer_sorter_unittest.cc', |
72 'trees/layer_tree_host_common_unittest.cc', | 73 'trees/layer_tree_host_common_unittest.cc', |
73 'trees/layer_tree_host_impl_unittest.cc', | 74 'trees/layer_tree_host_impl_unittest.cc', |
74 'trees/layer_tree_host_pixeltest_filters.cc', | 75 'trees/layer_tree_host_pixeltest_filters.cc', |
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
317 'variables': { | 318 'variables': { |
318 'test_suite_name': 'cc_perftests', | 319 'test_suite_name': 'cc_perftests', |
319 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', | 320 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', |
320 }, | 321 }, |
321 'includes': [ '../build/apk_test.gypi' ], | 322 'includes': [ '../build/apk_test.gypi' ], |
322 }, | 323 }, |
323 ], | 324 ], |
324 }] | 325 }] |
325 ], | 326 ], |
326 } | 327 } |
OLD | NEW |