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_unit_tests_source_files': [ | 8 'cc_unit_tests_source_files': [ |
9 'animation_unittest.cc', | 9 'animation_unittest.cc', |
10 'content_layer_unittest.cc', | 10 'content_layer_unittest.cc', |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 'test/geometry_test_utils.h', | 111 'test/geometry_test_utils.h', |
112 'test/layer_test_common.cc', | 112 'test/layer_test_common.cc', |
113 'test/layer_test_common.h', | 113 'test/layer_test_common.h', |
114 'test/layer_tree_test_common.cc', | 114 'test/layer_tree_test_common.cc', |
115 'test/layer_tree_test_common.h', | 115 'test/layer_tree_test_common.h', |
116 'test/mock_quad_culler.cc', | 116 'test/mock_quad_culler.cc', |
117 'test/mock_quad_culler.h', | 117 'test/mock_quad_culler.h', |
118 'test/occlusion_tracker_test_common.h', | 118 'test/occlusion_tracker_test_common.h', |
119 'test/paths.cc', | 119 'test/paths.cc', |
120 'test/paths.h', | 120 'test/paths.h', |
121 'test/pixel_test_output_surface.cc', | |
122 'test/pixel_test_output_surface.h', | |
123 'test/render_pass_test_common.cc', | 121 'test/render_pass_test_common.cc', |
124 'test/render_pass_test_common.h', | 122 'test/render_pass_test_common.h', |
125 'test/render_pass_test_utils.cc', | 123 'test/render_pass_test_utils.cc', |
126 'test/render_pass_test_utils.h', | 124 'test/render_pass_test_utils.h', |
127 'test/scheduler_test_common.cc', | 125 'test/scheduler_test_common.cc', |
128 'test/scheduler_test_common.h', | 126 'test/scheduler_test_common.h', |
129 'test/tiled_layer_test_common.cc', | 127 'test/tiled_layer_test_common.cc', |
130 'test/tiled_layer_test_common.h', | 128 'test/tiled_layer_test_common.h', |
131 ], | 129 ], |
132 }, | 130 }, |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
259 'variables': { | 257 'variables': { |
260 'test_suite_name': 'cc_perftests', | 258 'test_suite_name': 'cc_perftests', |
261 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', | 259 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', |
262 }, | 260 }, |
263 'includes': [ '../build/apk_test.gypi' ], | 261 'includes': [ '../build/apk_test.gypi' ], |
264 }, | 262 }, |
265 ], | 263 ], |
266 }] | 264 }] |
267 ], | 265 ], |
268 } | 266 } |
OLD | NEW |