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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 'trees/layer_tree_host_unittest_context.cc', | 137 'trees/layer_tree_host_unittest_context.cc', |
138 'trees/layer_tree_host_unittest_copyrequest.cc', | 138 'trees/layer_tree_host_unittest_copyrequest.cc', |
139 'trees/layer_tree_host_unittest_damage.cc', | 139 'trees/layer_tree_host_unittest_damage.cc', |
140 'trees/layer_tree_host_unittest_delegated.cc', | 140 'trees/layer_tree_host_unittest_delegated.cc', |
141 'trees/layer_tree_host_unittest_occlusion.cc', | 141 'trees/layer_tree_host_unittest_occlusion.cc', |
142 'trees/layer_tree_host_unittest_picture.cc', | 142 'trees/layer_tree_host_unittest_picture.cc', |
143 'trees/layer_tree_host_unittest_proxy.cc', | 143 'trees/layer_tree_host_unittest_proxy.cc', |
144 'trees/layer_tree_host_unittest_scroll.cc', | 144 'trees/layer_tree_host_unittest_scroll.cc', |
145 'trees/layer_tree_host_unittest_video.cc', | 145 'trees/layer_tree_host_unittest_video.cc', |
146 'trees/layer_tree_impl_unittest.cc', | 146 'trees/layer_tree_impl_unittest.cc', |
| 147 'trees/layer_tree_settings_unittest.cc', |
147 'trees/occlusion_tracker_unittest.cc', | 148 'trees/occlusion_tracker_unittest.cc', |
148 'trees/occlusion_unittest.cc', | 149 'trees/occlusion_unittest.cc', |
149 'trees/property_tree_unittest.cc', | 150 'trees/property_tree_unittest.cc', |
150 'trees/threaded_channel_unittest.cc', | 151 'trees/threaded_channel_unittest.cc', |
151 'trees/tree_synchronizer_unittest.cc', | 152 'trees/tree_synchronizer_unittest.cc', |
152 ], | 153 ], |
153 'cc_surfaces_unit_tests_source_files': [ | 154 'cc_surfaces_unit_tests_source_files': [ |
154 'surfaces/display_unittest.cc', | 155 'surfaces/display_unittest.cc', |
155 'surfaces/display_scheduler_unittest.cc', | 156 'surfaces/display_scheduler_unittest.cc', |
156 'surfaces/surface_aggregator_unittest.cc', | 157 'surfaces/surface_aggregator_unittest.cc', |
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
491 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 492 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
492 ], | 493 ], |
493 } | 494 } |
494 ], | 495 ], |
495 ], | 496 ], |
496 }, | 497 }, |
497 ], | 498 ], |
498 }], | 499 }], |
499 ], | 500 ], |
500 } | 501 } |
OLD | NEW |