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