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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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', | 167 'test/solid_color_content_layer_client.h', |
168 'test/solid_color_content_layer_client.cc', | 168 'test/solid_color_content_layer_client.cc', |
169 'test/skia_common.cc', | 169 'test/skia_common.cc', |
170 'test/skia_common.h', | 170 'test/skia_common.h', |
| 171 'test/test_ui_resource_client.cc', |
| 172 'test/test_ui_resource_client.h', |
171 'test/test_web_graphics_context_3d.cc', | 173 'test/test_web_graphics_context_3d.cc', |
172 'test/test_web_graphics_context_3d.h', | 174 'test/test_web_graphics_context_3d.h', |
173 'test/tiled_layer_test_common.cc', | 175 'test/tiled_layer_test_common.cc', |
174 'test/tiled_layer_test_common.h', | 176 'test/tiled_layer_test_common.h', |
175 ], | 177 ], |
176 }, | 178 }, |
177 'targets': [ | 179 'targets': [ |
178 { | 180 { |
179 'target_name': 'cc_unittests', | 181 'target_name': 'cc_unittests', |
180 'type': '<(gtest_target_type)', | 182 'type': '<(gtest_target_type)', |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
326 'variables': { | 328 'variables': { |
327 'test_suite_name': 'cc_perftests', | 329 'test_suite_name': 'cc_perftests', |
328 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', | 330 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', |
329 }, | 331 }, |
330 'includes': [ '../build/apk_test.gypi' ], | 332 'includes': [ '../build/apk_test.gypi' ], |
331 }, | 333 }, |
332 ], | 334 ], |
333 }] | 335 }] |
334 ], | 336 ], |
335 } | 337 } |
OLD | NEW |