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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 'layers/surface_layer_unittest.cc', | 62 'layers/surface_layer_unittest.cc', |
63 'layers/texture_layer_impl_unittest.cc', | 63 'layers/texture_layer_impl_unittest.cc', |
64 'layers/texture_layer_unittest.cc', | 64 'layers/texture_layer_unittest.cc', |
65 'layers/ui_resource_layer_impl_unittest.cc', | 65 'layers/ui_resource_layer_impl_unittest.cc', |
66 'layers/ui_resource_layer_unittest.cc', | 66 'layers/ui_resource_layer_unittest.cc', |
67 'layers/video_frame_provider_client_impl_unittest.cc', | 67 'layers/video_frame_provider_client_impl_unittest.cc', |
68 'layers/video_layer_impl_unittest.cc', | 68 'layers/video_layer_impl_unittest.cc', |
69 'layers/viewport_unittest.cc', | 69 'layers/viewport_unittest.cc', |
70 'output/begin_frame_args_unittest.cc', | 70 'output/begin_frame_args_unittest.cc', |
71 'output/bsp_tree_unittest.cc', | 71 'output/bsp_tree_unittest.cc', |
| 72 'output/buffer_to_texture_target_map_unittest.cc', |
72 'output/delegating_renderer_unittest.cc', | 73 'output/delegating_renderer_unittest.cc', |
73 'output/filter_operations_unittest.cc', | 74 'output/filter_operations_unittest.cc', |
74 'output/gl_renderer_unittest.cc', | 75 'output/gl_renderer_unittest.cc', |
75 'output/layer_quad_unittest.cc', | 76 'output/layer_quad_unittest.cc', |
76 'output/managed_memory_policy_unittest.cc', | 77 'output/managed_memory_policy_unittest.cc', |
77 'output/output_surface_unittest.cc', | 78 'output/output_surface_unittest.cc', |
78 'output/overlay_unittest.cc', | 79 'output/overlay_unittest.cc', |
79 'output/renderer_pixeltest.cc', | 80 'output/renderer_pixeltest.cc', |
80 'output/renderer_settings_unittest.cc', | 81 'output/renderer_settings_unittest.cc', |
81 'output/renderer_unittest.cc', | 82 'output/renderer_unittest.cc', |
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
529 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 530 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
530 ], | 531 ], |
531 } | 532 } |
532 ], | 533 ], |
533 ], | 534 ], |
534 }, | 535 }, |
535 ], | 536 ], |
536 }], | 537 }], |
537 ], | 538 ], |
538 } | 539 } |
OLD | NEW |