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.cc', | 164 'test/fake_delegated_renderer_layer.cc', |
165 'test/fake_delegated_renderer_layer.h', | 165 'test/fake_delegated_renderer_layer.h', |
166 'test/fake_delegated_renderer_layer_impl.cc', | 166 'test/fake_delegated_renderer_layer_impl.cc', |
167 'test/fake_delegated_renderer_layer_impl.h', | 167 'test/fake_delegated_renderer_layer_impl.h', |
168 'test/fake_display_list_raster_source.cc', | 168 'test/fake_display_list_raster_source.cc', |
169 'test/fake_display_list_raster_source.h', | 169 'test/fake_display_list_raster_source.h', |
170 'test/fake_display_list_recording_source.cc', | 170 'test/fake_display_list_recording_source.cc', |
171 'test/fake_display_list_recording_source.h', | 171 'test/fake_display_list_recording_source.h', |
172 'test/fake_external_begin_frame_source.cc', | 172 'test/fake_external_begin_frame_source.cc', |
173 'test/fake_external_begin_frame_source.h', | 173 'test/fake_external_begin_frame_source.h', |
174 'test/fake_impl_proxy.h', | 174 'test/fake_impl_task_runner_provider.h', |
175 'test/fake_layer_tree_host.cc', | 175 'test/fake_layer_tree_host.cc', |
176 'test/fake_layer_tree_host.h', | 176 'test/fake_layer_tree_host.h', |
177 'test/fake_layer_tree_host_client.cc', | 177 'test/fake_layer_tree_host_client.cc', |
178 'test/fake_layer_tree_host_client.h', | 178 'test/fake_layer_tree_host_client.h', |
179 'test/fake_layer_tree_host_impl.cc', | 179 'test/fake_layer_tree_host_impl.cc', |
180 'test/fake_layer_tree_host_impl.h', | 180 'test/fake_layer_tree_host_impl.h', |
181 'test/fake_layer_tree_host_impl_client.cc', | 181 'test/fake_layer_tree_host_impl_client.cc', |
182 'test/fake_layer_tree_host_impl_client.h', | 182 'test/fake_layer_tree_host_impl_client.h', |
183 'test/fake_output_surface.cc', | 183 'test/fake_output_surface.cc', |
184 'test/fake_output_surface.h', | 184 'test/fake_output_surface.h', |
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
460 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 460 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
461 ], | 461 ], |
462 } | 462 } |
463 ], | 463 ], |
464 ], | 464 ], |
465 }, | 465 }, |
466 ], | 466 ], |
467 }], | 467 }], |
468 ], | 468 ], |
469 } | 469 } |
OLD | NEW |