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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 'test/paths.cc', | 147 'test/paths.cc', |
148 'test/paths.h', | 148 'test/paths.h', |
149 'test/pixel_test.cc', | 149 'test/pixel_test.cc', |
150 'test/pixel_test.h', | 150 'test/pixel_test.h', |
151 'test/render_pass_test_common.cc', | 151 'test/render_pass_test_common.cc', |
152 'test/render_pass_test_common.h', | 152 'test/render_pass_test_common.h', |
153 'test/render_pass_test_utils.cc', | 153 'test/render_pass_test_utils.cc', |
154 'test/render_pass_test_utils.h', | 154 'test/render_pass_test_utils.h', |
155 'test/scheduler_test_common.cc', | 155 'test/scheduler_test_common.cc', |
156 'test/scheduler_test_common.h', | 156 'test/scheduler_test_common.h', |
| 157 'test/skia_common.cc', |
| 158 'test/skia_common.h', |
157 'test/test_web_graphics_context_3d.cc', | 159 'test/test_web_graphics_context_3d.cc', |
158 'test/test_web_graphics_context_3d.h', | 160 'test/test_web_graphics_context_3d.h', |
159 'test/tiled_layer_test_common.cc', | 161 'test/tiled_layer_test_common.cc', |
160 'test/tiled_layer_test_common.h', | 162 'test/tiled_layer_test_common.h', |
161 ], | 163 ], |
162 }, | 164 }, |
163 'targets': [ | 165 'targets': [ |
164 { | 166 { |
165 'target_name': 'cc_unittests', | 167 'target_name': 'cc_unittests', |
166 'type': '<(gtest_target_type)', | 168 'type': '<(gtest_target_type)', |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
307 'variables': { | 309 'variables': { |
308 'test_suite_name': 'cc_perftests', | 310 'test_suite_name': 'cc_perftests', |
309 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', | 311 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', |
310 }, | 312 }, |
311 'includes': [ '../build/apk_test.gypi' ], | 313 'includes': [ '../build/apk_test.gypi' ], |
312 }, | 314 }, |
313 ], | 315 ], |
314 }] | 316 }] |
315 ], | 317 ], |
316 } | 318 } |
OLD | NEW |