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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 'layers/solid_color_layer_impl_unittest.cc', | 61 'layers/solid_color_layer_impl_unittest.cc', |
62 'layers/solid_color_scrollbar_layer_impl_unittest.cc', | 62 'layers/solid_color_scrollbar_layer_impl_unittest.cc', |
63 'layers/surface_layer_impl_unittest.cc', | 63 'layers/surface_layer_impl_unittest.cc', |
64 'layers/surface_layer_unittest.cc', | 64 'layers/surface_layer_unittest.cc', |
65 'layers/texture_layer_impl_unittest.cc', | 65 'layers/texture_layer_impl_unittest.cc', |
66 'layers/texture_layer_unittest.cc', | 66 'layers/texture_layer_unittest.cc', |
67 'layers/ui_resource_layer_impl_unittest.cc', | 67 'layers/ui_resource_layer_impl_unittest.cc', |
68 'layers/ui_resource_layer_unittest.cc', | 68 'layers/ui_resource_layer_unittest.cc', |
69 'layers/video_frame_provider_client_impl_unittest.cc', | 69 'layers/video_frame_provider_client_impl_unittest.cc', |
70 'layers/video_layer_impl_unittest.cc', | 70 'layers/video_layer_impl_unittest.cc', |
| 71 'layers/viewport_unittest.cc', |
71 'output/begin_frame_args_unittest.cc', | 72 'output/begin_frame_args_unittest.cc', |
72 'output/bsp_tree_unittest.cc', | 73 'output/bsp_tree_unittest.cc', |
73 'output/delegating_renderer_unittest.cc', | 74 'output/delegating_renderer_unittest.cc', |
74 'output/filter_operations_unittest.cc', | 75 'output/filter_operations_unittest.cc', |
75 'output/gl_renderer_unittest.cc', | 76 'output/gl_renderer_unittest.cc', |
76 'output/layer_quad_unittest.cc', | 77 'output/layer_quad_unittest.cc', |
77 'output/managed_memory_policy_unittest.cc', | 78 'output/managed_memory_policy_unittest.cc', |
78 'output/output_surface_unittest.cc', | 79 'output/output_surface_unittest.cc', |
79 'output/overlay_unittest.cc', | 80 'output/overlay_unittest.cc', |
80 'output/renderer_pixeltest.cc', | 81 'output/renderer_pixeltest.cc', |
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
502 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 503 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
503 ], | 504 ], |
504 } | 505 } |
505 ], | 506 ], |
506 ], | 507 ], |
507 }, | 508 }, |
508 ], | 509 ], |
509 }], | 510 }], |
510 ], | 511 ], |
511 } | 512 } |
OLD | NEW |