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': 0, | 7 'chromium_code': 0, |
8 'cc_unit_tests_source_files': [ | 8 'cc_unit_tests_source_files': [ |
9 'active_animation_unittest.cc', | 9 'active_animation_unittest.cc', |
10 'content_layer_unittest.cc', | 10 'content_layer_unittest.cc', |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 'test/fake_layer_tree_host_client.h', | 72 'test/fake_layer_tree_host_client.h', |
73 'test/fake_layer_tree_host_impl.cc', | 73 'test/fake_layer_tree_host_impl.cc', |
74 'test/fake_layer_tree_host_impl_client.cc', | 74 'test/fake_layer_tree_host_impl_client.cc', |
75 'test/fake_layer_tree_host_impl_client.h', | 75 'test/fake_layer_tree_host_impl_client.h', |
76 'test/fake_layer_tree_host_impl.h', | 76 'test/fake_layer_tree_host_impl.h', |
77 'test/fake_picture_layer_tiling_client.cc', | 77 'test/fake_picture_layer_tiling_client.cc', |
78 'test/fake_picture_layer_tiling_client.h', | 78 'test/fake_picture_layer_tiling_client.h', |
79 'test/fake_proxy.cc', | 79 'test/fake_proxy.cc', |
80 'test/fake_proxy.h', | 80 'test/fake_proxy.h', |
81 'test/fake_tile_manager_client.h', | 81 'test/fake_tile_manager_client.h', |
82 'test/fake_web_compositor_output_surface.h', | 82 'test/fake_output_surface.cc', |
83 'test/fake_web_compositor_software_output_device.h', | 83 'test/fake_output_surface.h', |
| 84 'test/fake_software_output_device.cc', |
| 85 'test/fake_software_output_device.h', |
84 'test/fake_web_graphics_context_3d.h', | 86 'test/fake_web_graphics_context_3d.h', |
85 'test/fake_web_scrollbar_theme_geometry.h', | 87 'test/fake_web_scrollbar_theme_geometry.h', |
86 'test/geometry_test_utils.cc', | 88 'test/geometry_test_utils.cc', |
87 'test/geometry_test_utils.h', | 89 'test/geometry_test_utils.h', |
88 'test/layer_test_common.cc', | 90 'test/layer_test_common.cc', |
89 'test/layer_test_common.h', | 91 'test/layer_test_common.h', |
90 'test/layer_tree_test_common.cc', | 92 'test/layer_tree_test_common.cc', |
91 'test/layer_tree_test_common.h', | 93 'test/layer_tree_test_common.h', |
92 'test/mock_quad_culler.cc', | 94 'test/mock_quad_culler.cc', |
93 'test/mock_quad_culler.h', | 95 'test/mock_quad_culler.h', |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
232 'variables': { | 234 'variables': { |
233 'test_suite_name': 'cc_perftests', | 235 'test_suite_name': 'cc_perftests', |
234 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', | 236 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', |
235 }, | 237 }, |
236 'includes': [ '../build/apk_test.gypi' ], | 238 'includes': [ '../build/apk_test.gypi' ], |
237 }, | 239 }, |
238 ], | 240 ], |
239 }] | 241 }] |
240 ], | 242 ], |
241 } | 243 } |
OLD | NEW |