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