| 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 'trees/layer_tree_host_unittest_scroll.cc', | 128 'trees/layer_tree_host_unittest_scroll.cc', |
| 129 'trees/layer_tree_host_unittest_video.cc', | 129 'trees/layer_tree_host_unittest_video.cc', |
| 130 'trees/layer_tree_impl_unittest.cc', | 130 'trees/layer_tree_impl_unittest.cc', |
| 131 'trees/occlusion_tracker_unittest.cc', | 131 'trees/occlusion_tracker_unittest.cc', |
| 132 'trees/occlusion_unittest.cc', | 132 'trees/occlusion_unittest.cc', |
| 133 'trees/property_tree_unittest.cc', | 133 'trees/property_tree_unittest.cc', |
| 134 'trees/tree_synchronizer_unittest.cc', | 134 'trees/tree_synchronizer_unittest.cc', |
| 135 ], | 135 ], |
| 136 'cc_surfaces_unit_tests_source_files': [ | 136 'cc_surfaces_unit_tests_source_files': [ |
| 137 'surfaces/display_unittest.cc', | 137 'surfaces/display_unittest.cc', |
| 138 'surfaces/display_scheduler_unittest.cc', | |
| 139 'surfaces/surface_aggregator_test_helpers.cc', | 138 'surfaces/surface_aggregator_test_helpers.cc', |
| 140 'surfaces/surface_aggregator_test_helpers.h', | 139 'surfaces/surface_aggregator_test_helpers.h', |
| 141 'surfaces/surface_aggregator_unittest.cc', | 140 'surfaces/surface_aggregator_unittest.cc', |
| 142 'surfaces/surface_factory_unittest.cc', | 141 'surfaces/surface_factory_unittest.cc', |
| 143 'surfaces/surface_unittest.cc', | 142 'surfaces/surface_unittest.cc', |
| 144 'surfaces/surfaces_pixeltest.cc', | 143 'surfaces/surfaces_pixeltest.cc', |
| 145 ], | 144 ], |
| 146 'cc_tests_support_files': [ | 145 'cc_tests_support_files': [ |
| 147 'test/animation_test_common.cc', | 146 'test/animation_test_common.cc', |
| 148 'test/animation_test_common.h', | 147 'test/animation_test_common.h', |
| (...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 476 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 475 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 477 ], | 476 ], |
| 478 } | 477 } |
| 479 ], | 478 ], |
| 480 ], | 479 ], |
| 481 }, | 480 }, |
| 482 ], | 481 ], |
| 483 }], | 482 }], |
| 484 ], | 483 ], |
| 485 } | 484 } |
| OLD | NEW |