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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 'tree_synchronizer_unittest.cc', | 59 'tree_synchronizer_unittest.cc', |
60 'timing_function_unittest.cc', | 60 'timing_function_unittest.cc', |
61 'test/fake_web_graphics_context_3d_unittest.cc', | 61 'test/fake_web_graphics_context_3d_unittest.cc', |
62 ], | 62 ], |
63 'cc_tests_support_files': [ | 63 'cc_tests_support_files': [ |
64 'test/animation_test_common.cc', | 64 'test/animation_test_common.cc', |
65 'test/animation_test_common.h', | 65 'test/animation_test_common.h', |
66 'test/compositor_fake_web_graphics_context_3d.h', | 66 'test/compositor_fake_web_graphics_context_3d.h', |
67 'test/fake_content_layer_client.cc', | 67 'test/fake_content_layer_client.cc', |
68 'test/fake_content_layer_client.h', | 68 'test/fake_content_layer_client.h', |
| 69 'test/fake_impl_proxy.h', |
69 'test/fake_output_surface.h', | 70 'test/fake_output_surface.h', |
70 'test/fake_layer_tree_host_client.cc', | 71 'test/fake_layer_tree_host_client.cc', |
71 'test/fake_layer_tree_host_client.h', | 72 'test/fake_layer_tree_host_client.h', |
| 73 'test/fake_layer_tree_host_impl.cc', |
| 74 'test/fake_layer_tree_host_impl_client.cc', |
| 75 'test/fake_layer_tree_host_impl_client.h', |
| 76 'test/fake_layer_tree_host_impl.h', |
72 'test/fake_picture_layer_tiling_client.cc', | 77 'test/fake_picture_layer_tiling_client.cc', |
73 'test/fake_picture_layer_tiling_client.h', | 78 'test/fake_picture_layer_tiling_client.h', |
74 'test/fake_proxy.cc', | 79 'test/fake_proxy.cc', |
75 'test/fake_proxy.h', | 80 'test/fake_proxy.h', |
76 'test/fake_tile_manager_client.h', | 81 'test/fake_tile_manager_client.h', |
77 'test/fake_web_compositor_output_surface.h', | 82 'test/fake_web_compositor_output_surface.h', |
78 'test/fake_web_compositor_software_output_device.h', | 83 'test/fake_web_compositor_software_output_device.h', |
79 'test/fake_web_graphics_context_3d.h', | 84 'test/fake_web_graphics_context_3d.h', |
80 'test/fake_web_scrollbar_theme_geometry.h', | 85 'test/fake_web_scrollbar_theme_geometry.h', |
81 'test/geometry_test_utils.cc', | 86 'test/geometry_test_utils.cc', |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 'variables': { | 232 'variables': { |
228 'test_suite_name': 'cc_perftests', | 233 'test_suite_name': 'cc_perftests', |
229 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', | 234 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', |
230 }, | 235 }, |
231 'includes': [ '../build/apk_test.gypi' ], | 236 'includes': [ '../build/apk_test.gypi' ], |
232 }, | 237 }, |
233 ], | 238 ], |
234 }] | 239 }] |
235 ], | 240 ], |
236 } | 241 } |
OLD | NEW |