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_tests_source_files': [ | 8 'cc_tests_source_files': [ |
9 'active_animation_unittest.cc', | 9 'active_animation_unittest.cc', |
10 'content_layer_unittest.cc', | 10 'content_layer_unittest.cc', |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 'texture_uploader_unittest.cc', | 52 'texture_uploader_unittest.cc', |
53 'tiled_layer_impl_unittest.cc', | 53 'tiled_layer_impl_unittest.cc', |
54 'tiled_layer_unittest.cc', | 54 'tiled_layer_unittest.cc', |
55 'tree_synchronizer_unittest.cc', | 55 'tree_synchronizer_unittest.cc', |
56 'timing_function_unittest.cc', | 56 'timing_function_unittest.cc', |
57 ], | 57 ], |
58 'cc_tests_support_files': [ | 58 'cc_tests_support_files': [ |
59 'test/animation_test_common.cc', | 59 'test/animation_test_common.cc', |
60 'test/animation_test_common.h', | 60 'test/animation_test_common.h', |
61 'test/compositor_fake_web_graphics_context_3d.h', | 61 'test/compositor_fake_web_graphics_context_3d.h', |
| 62 'test/fake_content_layer_client.cc', |
| 63 'test/fake_content_layer_client.h', |
62 'test/fake_graphics_context.h', | 64 'test/fake_graphics_context.h', |
63 'test/fake_graphics_context_3d_unittest.cc', | 65 'test/fake_graphics_context_3d_unittest.cc', |
64 'test/fake_layer_tree_host_client.cc', | 66 'test/fake_layer_tree_host_client.cc', |
65 'test/fake_layer_tree_host_client.h', | 67 'test/fake_layer_tree_host_client.h', |
66 'test/fake_proxy.cc', | 68 'test/fake_proxy.cc', |
67 'test/fake_proxy.h', | 69 'test/fake_proxy.h', |
68 'test/fake_web_compositor_output_surface.h', | 70 'test/fake_web_compositor_output_surface.h', |
69 'test/fake_web_compositor_software_output_device.h', | 71 'test/fake_web_compositor_software_output_device.h', |
70 'test/fake_web_graphics_context_3d.h', | 72 'test/fake_web_graphics_context_3d.h', |
71 'test/fake_web_scrollbar_theme_geometry.h', | 73 'test/fake_web_scrollbar_theme_geometry.h', |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 'variables': { | 160 'variables': { |
159 'test_suite_name': 'cc_unittests', | 161 'test_suite_name': 'cc_unittests', |
160 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_unitte
sts<(SHARED_LIB_SUFFIX)', | 162 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_unitte
sts<(SHARED_LIB_SUFFIX)', |
161 }, | 163 }, |
162 'includes': [ '../build/apk_test.gypi' ], | 164 'includes': [ '../build/apk_test.gypi' ], |
163 }, | 165 }, |
164 ], | 166 ], |
165 }], | 167 }], |
166 ], | 168 ], |
167 } | 169 } |
OLD | NEW |