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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 'test/layer_test_common.h', | 185 'test/layer_test_common.h', |
186 'test/layer_tree_host_common_test.cc', | 186 'test/layer_tree_host_common_test.cc', |
187 'test/layer_tree_host_common_test.h', | 187 'test/layer_tree_host_common_test.h', |
188 'test/layer_tree_json_parser.cc', | 188 'test/layer_tree_json_parser.cc', |
189 'test/layer_tree_json_parser.h', | 189 'test/layer_tree_json_parser.h', |
190 'test/layer_tree_pixel_test.cc', | 190 'test/layer_tree_pixel_test.cc', |
191 'test/layer_tree_pixel_test.h', | 191 'test/layer_tree_pixel_test.h', |
192 'test/layer_tree_test.cc', | 192 'test/layer_tree_test.cc', |
193 'test/layer_tree_test.h', | 193 'test/layer_tree_test.h', |
194 'test/mock_occlusion_tracker.h', | 194 'test/mock_occlusion_tracker.h', |
195 'test/mock_quad_culler.cc', | |
196 'test/mock_quad_culler.h', | |
197 'test/ordered_texture_map.cc', | 195 'test/ordered_texture_map.cc', |
198 'test/ordered_texture_map.h', | 196 'test/ordered_texture_map.h', |
199 'test/paths.cc', | 197 'test/paths.cc', |
200 'test/paths.h', | 198 'test/paths.h', |
201 'test/pixel_comparator.cc', | 199 'test/pixel_comparator.cc', |
202 'test/pixel_comparator.h', | 200 'test/pixel_comparator.h', |
203 'test/pixel_test.cc', | 201 'test/pixel_test.cc', |
204 'test/pixel_test.h', | 202 'test/pixel_test.h', |
205 'test/pixel_test_output_surface.cc', | 203 'test/pixel_test_output_surface.cc', |
206 'test/pixel_test_output_surface.h', | 204 'test/pixel_test_output_surface.h', |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
402 'variables': { | 400 'variables': { |
403 'test_suite_name': 'cc_perftests', | 401 'test_suite_name': 'cc_perftests', |
404 }, | 402 }, |
405 'includes': [ '../build/apk_test.gypi' ], | 403 'includes': [ '../build/apk_test.gypi' ], |
406 }, | 404 }, |
407 ], | 405 ], |
408 } | 406 } |
409 ] | 407 ] |
410 ], | 408 ], |
411 } | 409 } |
OLD | NEW |