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_unittest.cc', | 9 'animation/animation_unittest.cc', |
10 'animation/keyframed_animation_curve_unittest.cc', | 10 'animation/keyframed_animation_curve_unittest.cc', |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 'test/pixel_test_output_surface.cc', | 157 'test/pixel_test_output_surface.cc', |
158 'test/pixel_test_output_surface.h', | 158 'test/pixel_test_output_surface.h', |
159 'test/pixel_test_software_output_device.cc', | 159 'test/pixel_test_software_output_device.cc', |
160 'test/pixel_test_software_output_device.h', | 160 'test/pixel_test_software_output_device.h', |
161 'test/render_pass_test_common.cc', | 161 'test/render_pass_test_common.cc', |
162 'test/render_pass_test_common.h', | 162 'test/render_pass_test_common.h', |
163 'test/render_pass_test_utils.cc', | 163 'test/render_pass_test_utils.cc', |
164 'test/render_pass_test_utils.h', | 164 'test/render_pass_test_utils.h', |
165 'test/scheduler_test_common.cc', | 165 'test/scheduler_test_common.cc', |
166 'test/scheduler_test_common.h', | 166 'test/scheduler_test_common.h', |
| 167 'test/solid_color_content_layer_client.h', |
| 168 'test/solid_color_content_layer_client.cc', |
167 'test/skia_common.cc', | 169 'test/skia_common.cc', |
168 'test/skia_common.h', | 170 'test/skia_common.h', |
169 'test/test_web_graphics_context_3d.cc', | 171 'test/test_web_graphics_context_3d.cc', |
170 'test/test_web_graphics_context_3d.h', | 172 'test/test_web_graphics_context_3d.h', |
171 'test/tiled_layer_test_common.cc', | 173 'test/tiled_layer_test_common.cc', |
172 'test/tiled_layer_test_common.h', | 174 'test/tiled_layer_test_common.h', |
173 ], | 175 ], |
174 }, | 176 }, |
175 'targets': [ | 177 'targets': [ |
176 { | 178 { |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
323 'variables': { | 325 'variables': { |
324 'test_suite_name': 'cc_perftests', | 326 'test_suite_name': 'cc_perftests', |
325 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', | 327 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', |
326 }, | 328 }, |
327 'includes': [ '../build/apk_test.gypi' ], | 329 'includes': [ '../build/apk_test.gypi' ], |
328 }, | 330 }, |
329 ], | 331 ], |
330 }] | 332 }] |
331 ], | 333 ], |
332 } | 334 } |
OLD | NEW |