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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
306 'test/test_context_support.cc', | 306 'test/test_context_support.cc', |
307 'test/test_context_support.h', | 307 'test/test_context_support.h', |
308 'test/test_gles2_interface.cc', | 308 'test/test_gles2_interface.cc', |
309 'test/test_gles2_interface.h', | 309 'test/test_gles2_interface.h', |
310 'test/test_gpu_memory_buffer_manager.cc', | 310 'test/test_gpu_memory_buffer_manager.cc', |
311 'test/test_gpu_memory_buffer_manager.h', | 311 'test/test_gpu_memory_buffer_manager.h', |
312 'test/test_hooks.cc', | 312 'test/test_hooks.cc', |
313 'test/test_hooks.h', | 313 'test/test_hooks.h', |
314 'test/test_image_factory.cc', | 314 'test/test_image_factory.cc', |
315 'test/test_image_factory.h', | 315 'test/test_image_factory.h', |
| 316 'test/test_image_texture_targets_map.cc', |
| 317 'test/test_image_texture_targets_map.h', |
316 'test/test_in_process_context_provider.cc', | 318 'test/test_in_process_context_provider.cc', |
317 'test/test_in_process_context_provider.h', | 319 'test/test_in_process_context_provider.h', |
318 'test/test_layer_tree_host_base.cc', | 320 'test/test_layer_tree_host_base.cc', |
319 'test/test_layer_tree_host_base.h', | 321 'test/test_layer_tree_host_base.h', |
320 'test/test_occlusion_tracker.h', | 322 'test/test_occlusion_tracker.h', |
321 'test/test_shared_bitmap_manager.cc', | 323 'test/test_shared_bitmap_manager.cc', |
322 'test/test_shared_bitmap_manager.h', | 324 'test/test_shared_bitmap_manager.h', |
323 'test/test_task_graph_runner.cc', | 325 'test/test_task_graph_runner.cc', |
324 'test/test_task_graph_runner.h', | 326 'test/test_task_graph_runner.h', |
325 'test/test_texture.cc', | 327 'test/test_texture.cc', |
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
529 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 531 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
530 ], | 532 ], |
531 } | 533 } |
532 ], | 534 ], |
533 ], | 535 ], |
534 }, | 536 }, |
535 ], | 537 ], |
536 }], | 538 }], |
537 ], | 539 ], |
538 } | 540 } |
OLD | NEW |