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