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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
266 'test/ordered_texture_map.cc', | 266 'test/ordered_texture_map.cc', |
267 'test/ordered_texture_map.h', | 267 'test/ordered_texture_map.h', |
268 'test/paths.cc', | 268 'test/paths.cc', |
269 'test/paths.h', | 269 'test/paths.h', |
270 'test/picture_cache_model.cc', | 270 'test/picture_cache_model.cc', |
271 'test/picture_cache_model.h', | 271 'test/picture_cache_model.h', |
272 'test/pixel_comparator.cc', | 272 'test/pixel_comparator.cc', |
273 'test/pixel_comparator.h', | 273 'test/pixel_comparator.h', |
274 'test/pixel_test.cc', | 274 'test/pixel_test.cc', |
275 'test/pixel_test.h', | 275 'test/pixel_test.h', |
276 'test/pixel_test_delegating_output_surface.cc', | |
277 'test/pixel_test_delegating_output_surface.h', | |
278 'test/pixel_test_output_surface.cc', | 276 'test/pixel_test_output_surface.cc', |
279 'test/pixel_test_output_surface.h', | 277 'test/pixel_test_output_surface.h', |
280 'test/pixel_test_software_output_device.cc', | 278 'test/pixel_test_software_output_device.cc', |
281 'test/pixel_test_software_output_device.h', | 279 'test/pixel_test_software_output_device.h', |
282 'test/pixel_test_utils.cc', | 280 'test/pixel_test_utils.cc', |
283 'test/pixel_test_utils.h', | 281 'test/pixel_test_utils.h', |
284 'test/proxy_impl_for_test.cc', | 282 'test/proxy_impl_for_test.cc', |
285 'test/proxy_impl_for_test.h', | 283 'test/proxy_impl_for_test.h', |
286 'test/proxy_main_for_test.cc', | 284 'test/proxy_main_for_test.cc', |
287 'test/proxy_main_for_test.h', | 285 'test/proxy_main_for_test.h', |
(...skipping 12 matching lines...) Expand all Loading... |
300 'test/surface_aggregator_test_helpers.cc', | 298 'test/surface_aggregator_test_helpers.cc', |
301 'test/surface_aggregator_test_helpers.h', | 299 'test/surface_aggregator_test_helpers.h', |
302 'test/surface_hittest_test_helpers.cc', | 300 'test/surface_hittest_test_helpers.cc', |
303 'test/surface_hittest_test_helpers.h', | 301 'test/surface_hittest_test_helpers.h', |
304 'test/task_graph_runner_test_template.cc', | 302 'test/task_graph_runner_test_template.cc', |
305 'test/task_graph_runner_test_template.h', | 303 'test/task_graph_runner_test_template.h', |
306 'test/test_context_provider.cc', | 304 'test/test_context_provider.cc', |
307 'test/test_context_provider.h', | 305 'test/test_context_provider.h', |
308 'test/test_context_support.cc', | 306 'test/test_context_support.cc', |
309 'test/test_context_support.h', | 307 'test/test_context_support.h', |
| 308 'test/test_delegating_output_surface.cc', |
| 309 'test/test_delegating_output_surface.h', |
310 'test/test_gles2_interface.cc', | 310 'test/test_gles2_interface.cc', |
311 'test/test_gles2_interface.h', | 311 'test/test_gles2_interface.h', |
312 'test/test_gpu_memory_buffer_manager.cc', | 312 'test/test_gpu_memory_buffer_manager.cc', |
313 'test/test_gpu_memory_buffer_manager.h', | 313 'test/test_gpu_memory_buffer_manager.h', |
314 'test/test_hooks.cc', | 314 'test/test_hooks.cc', |
315 'test/test_hooks.h', | 315 'test/test_hooks.h', |
316 'test/test_image_factory.cc', | 316 'test/test_image_factory.cc', |
317 'test/test_image_factory.h', | 317 'test/test_image_factory.h', |
318 'test/test_in_process_context_provider.cc', | 318 'test/test_in_process_context_provider.cc', |
319 'test/test_in_process_context_provider.h', | 319 'test/test_in_process_context_provider.h', |
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
530 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 530 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
531 ], | 531 ], |
532 } | 532 } |
533 ], | 533 ], |
534 ], | 534 ], |
535 }, | 535 }, |
536 ], | 536 ], |
537 }], | 537 }], |
538 ], | 538 ], |
539 } | 539 } |
OLD | NEW |