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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 'test/geometry_test_utils.h', | 192 'test/geometry_test_utils.h', |
193 'test/test_in_process_context_provider.cc', | 193 'test/test_in_process_context_provider.cc', |
194 'test/test_in_process_context_provider.h', | 194 'test/test_in_process_context_provider.h', |
195 'test/impl_side_painting_settings.h', | 195 'test/impl_side_painting_settings.h', |
196 'test/layer_test_common.cc', | 196 'test/layer_test_common.cc', |
197 'test/layer_test_common.h', | 197 'test/layer_test_common.h', |
198 'test/layer_tree_host_common_test.cc', | 198 'test/layer_tree_host_common_test.cc', |
199 'test/layer_tree_host_common_test.h', | 199 'test/layer_tree_host_common_test.h', |
200 'test/layer_tree_json_parser.cc', | 200 'test/layer_tree_json_parser.cc', |
201 'test/layer_tree_json_parser.h', | 201 'test/layer_tree_json_parser.h', |
| 202 'test/layer_tree_pixel_resource_test.cc', |
| 203 'test/layer_tree_pixel_resource_test.h', |
202 'test/layer_tree_pixel_test.cc', | 204 'test/layer_tree_pixel_test.cc', |
203 'test/layer_tree_pixel_test.h', | 205 'test/layer_tree_pixel_test.h', |
204 'test/layer_tree_test.cc', | 206 'test/layer_tree_test.cc', |
205 'test/layer_tree_test.h', | 207 'test/layer_tree_test.h', |
206 'test/mock_occlusion_tracker.h', | 208 'test/mock_occlusion_tracker.h', |
207 'test/ordered_simple_task_runner.cc', | 209 'test/ordered_simple_task_runner.cc', |
208 'test/ordered_simple_task_runner.h', | 210 'test/ordered_simple_task_runner.h', |
209 'test/ordered_texture_map.cc', | 211 'test/ordered_texture_map.cc', |
210 'test/ordered_texture_map.h', | 212 'test/ordered_texture_map.h', |
211 'test/paths.cc', | 213 'test/paths.cc', |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
426 'variables': { | 428 'variables': { |
427 'test_suite_name': 'cc_perftests', | 429 'test_suite_name': 'cc_perftests', |
428 }, | 430 }, |
429 'includes': [ '../build/apk_test.gypi' ], | 431 'includes': [ '../build/apk_test.gypi' ], |
430 }, | 432 }, |
431 ], | 433 ], |
432 } | 434 } |
433 ] | 435 ] |
434 ], | 436 ], |
435 } | 437 } |
OLD | NEW |