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_host_unittest.cc', | 9 'animation/animation_host_unittest.cc', |
10 'animation/animation_player_unittest.cc', | 10 'animation/animation_player_unittest.cc', |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 'trees/layer_tree_host_unittest_delegated.cc', | 129 'trees/layer_tree_host_unittest_delegated.cc', |
130 'trees/layer_tree_host_unittest_occlusion.cc', | 130 'trees/layer_tree_host_unittest_occlusion.cc', |
131 'trees/layer_tree_host_unittest_picture.cc', | 131 'trees/layer_tree_host_unittest_picture.cc', |
132 'trees/layer_tree_host_unittest_proxy.cc', | 132 'trees/layer_tree_host_unittest_proxy.cc', |
133 'trees/layer_tree_host_unittest_scroll.cc', | 133 'trees/layer_tree_host_unittest_scroll.cc', |
134 'trees/layer_tree_host_unittest_video.cc', | 134 'trees/layer_tree_host_unittest_video.cc', |
135 'trees/layer_tree_impl_unittest.cc', | 135 'trees/layer_tree_impl_unittest.cc', |
136 'trees/occlusion_tracker_unittest.cc', | 136 'trees/occlusion_tracker_unittest.cc', |
137 'trees/occlusion_unittest.cc', | 137 'trees/occlusion_unittest.cc', |
138 'trees/property_tree_unittest.cc', | 138 'trees/property_tree_unittest.cc', |
| 139 'trees/threaded_channel_unittest.cc', |
139 'trees/tree_synchronizer_unittest.cc', | 140 'trees/tree_synchronizer_unittest.cc', |
140 ], | 141 ], |
141 'cc_surfaces_unit_tests_source_files': [ | 142 'cc_surfaces_unit_tests_source_files': [ |
142 'surfaces/display_unittest.cc', | 143 'surfaces/display_unittest.cc', |
143 'surfaces/display_scheduler_unittest.cc', | 144 'surfaces/display_scheduler_unittest.cc', |
144 'surfaces/surface_aggregator_test_helpers.cc', | 145 'surfaces/surface_aggregator_test_helpers.cc', |
145 'surfaces/surface_aggregator_test_helpers.h', | 146 'surfaces/surface_aggregator_test_helpers.h', |
146 'surfaces/surface_aggregator_unittest.cc', | 147 'surfaces/surface_aggregator_unittest.cc', |
147 'surfaces/surface_display_output_surface_unittest.cc', | 148 'surfaces/surface_display_output_surface_unittest.cc', |
148 'surfaces/surface_factory_unittest.cc', | 149 'surfaces/surface_factory_unittest.cc', |
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
460 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 461 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
461 ], | 462 ], |
462 } | 463 } |
463 ], | 464 ], |
464 ], | 465 ], |
465 }, | 466 }, |
466 ], | 467 ], |
467 }], | 468 }], |
468 ], | 469 ], |
469 } | 470 } |
OLD | NEW |