| 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 'trees/layer_tree_host_pixeltest_on_demand_raster.cc', | 98 'trees/layer_tree_host_pixeltest_on_demand_raster.cc', |
| 99 'trees/layer_tree_host_pixeltest_readback.cc', | 99 'trees/layer_tree_host_pixeltest_readback.cc', |
| 100 'trees/layer_tree_host_unittest.cc', | 100 'trees/layer_tree_host_unittest.cc', |
| 101 'trees/layer_tree_host_unittest_animation.cc', | 101 'trees/layer_tree_host_unittest_animation.cc', |
| 102 'trees/layer_tree_host_unittest_context.cc', | 102 'trees/layer_tree_host_unittest_context.cc', |
| 103 'trees/layer_tree_host_unittest_copyrequest.cc', | 103 'trees/layer_tree_host_unittest_copyrequest.cc', |
| 104 'trees/layer_tree_host_unittest_damage.cc', | 104 'trees/layer_tree_host_unittest_damage.cc', |
| 105 'trees/layer_tree_host_unittest_delegated.cc', | 105 'trees/layer_tree_host_unittest_delegated.cc', |
| 106 'trees/layer_tree_host_unittest_occlusion.cc', | 106 'trees/layer_tree_host_unittest_occlusion.cc', |
| 107 'trees/layer_tree_host_unittest_picture.cc', | 107 'trees/layer_tree_host_unittest_picture.cc', |
| 108 'trees/layer_tree_host_unittest_proxy.cc', |
| 108 'trees/layer_tree_host_unittest_scroll.cc', | 109 'trees/layer_tree_host_unittest_scroll.cc', |
| 109 'trees/layer_tree_host_unittest_video.cc', | 110 'trees/layer_tree_host_unittest_video.cc', |
| 110 'trees/occlusion_tracker_unittest.cc', | 111 'trees/occlusion_tracker_unittest.cc', |
| 111 'trees/quad_culler_unittest.cc', | 112 'trees/quad_culler_unittest.cc', |
| 112 'trees/tree_synchronizer_unittest.cc', | 113 'trees/tree_synchronizer_unittest.cc', |
| 113 ], | 114 ], |
| 114 'cc_surfaces_unit_tests_source_files': [ | 115 'cc_surfaces_unit_tests_source_files': [ |
| 115 'surfaces/surface_aggregator_test_helpers.cc', | 116 'surfaces/surface_aggregator_test_helpers.cc', |
| 116 'surfaces/surface_aggregator_test_helpers.h', | 117 'surfaces/surface_aggregator_test_helpers.h', |
| 117 'surfaces/surface_aggregator_unittest.cc', | 118 'surfaces/surface_aggregator_unittest.cc', |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 398 'variables': { | 399 'variables': { |
| 399 'test_suite_name': 'cc_perftests', | 400 'test_suite_name': 'cc_perftests', |
| 400 }, | 401 }, |
| 401 'includes': [ '../build/apk_test.gypi' ], | 402 'includes': [ '../build/apk_test.gypi' ], |
| 402 }, | 403 }, |
| 403 ], | 404 ], |
| 404 } | 405 } |
| 405 ] | 406 ] |
| 406 ], | 407 ], |
| 407 } | 408 } |
| OLD | NEW |