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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 'test/fake_delegated_renderer_layer.h', | 164 'test/fake_delegated_renderer_layer.h', |
165 'test/fake_delegated_renderer_layer_impl.cc', | 165 'test/fake_delegated_renderer_layer_impl.cc', |
166 'test/fake_delegated_renderer_layer_impl.h', | 166 'test/fake_delegated_renderer_layer_impl.h', |
167 'test/fake_display_list_raster_source.cc', | 167 'test/fake_display_list_raster_source.cc', |
168 'test/fake_display_list_raster_source.h', | 168 'test/fake_display_list_raster_source.h', |
169 'test/fake_display_list_recording_source.cc', | 169 'test/fake_display_list_recording_source.cc', |
170 'test/fake_display_list_recording_source.h', | 170 'test/fake_display_list_recording_source.h', |
171 'test/fake_external_begin_frame_source.cc', | 171 'test/fake_external_begin_frame_source.cc', |
172 'test/fake_external_begin_frame_source.h', | 172 'test/fake_external_begin_frame_source.h', |
173 'test/fake_impl_proxy.h', | 173 'test/fake_impl_proxy.h', |
| 174 'test/fake_impl_thread_verifier.h', |
174 'test/fake_layer_tree_host.cc', | 175 'test/fake_layer_tree_host.cc', |
175 'test/fake_layer_tree_host.h', | 176 'test/fake_layer_tree_host.h', |
176 'test/fake_layer_tree_host_client.cc', | 177 'test/fake_layer_tree_host_client.cc', |
177 'test/fake_layer_tree_host_client.h', | 178 'test/fake_layer_tree_host_client.h', |
178 'test/fake_layer_tree_host_impl.cc', | 179 'test/fake_layer_tree_host_impl.cc', |
179 'test/fake_layer_tree_host_impl.h', | 180 'test/fake_layer_tree_host_impl.h', |
180 'test/fake_layer_tree_host_impl_client.cc', | 181 'test/fake_layer_tree_host_impl_client.cc', |
181 'test/fake_layer_tree_host_impl_client.h', | 182 'test/fake_layer_tree_host_impl_client.h', |
182 'test/fake_output_surface.cc', | 183 'test/fake_output_surface.cc', |
183 'test/fake_output_surface.h', | 184 'test/fake_output_surface.h', |
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
470 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 471 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
471 ], | 472 ], |
472 } | 473 } |
473 ], | 474 ], |
474 ], | 475 ], |
475 }, | 476 }, |
476 ], | 477 ], |
477 }], | 478 }], |
478 ], | 479 ], |
479 } | 480 } |
OLD | NEW |