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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 'test/fake_scrollbar_layer.cc', | 128 'test/fake_scrollbar_layer.cc', |
129 'test/fake_scrollbar_layer.h', | 129 'test/fake_scrollbar_layer.h', |
130 'test/fake_tile_manager.cc', | 130 'test/fake_tile_manager.cc', |
131 'test/fake_tile_manager.h', | 131 'test/fake_tile_manager.h', |
132 'test/fake_tile_manager_client.h', | 132 'test/fake_tile_manager_client.h', |
133 'test/fake_tile_manager_client.cc', | 133 'test/fake_tile_manager_client.cc', |
134 'test/fake_output_surface.cc', | 134 'test/fake_output_surface.cc', |
135 'test/fake_output_surface.h', | 135 'test/fake_output_surface.h', |
136 'test/fake_output_surface_client.cc', | 136 'test/fake_output_surface_client.cc', |
137 'test/fake_output_surface_client.h', | 137 'test/fake_output_surface_client.h', |
| 138 'test/fake_scoped_ui_resource.cc', |
| 139 'test/fake_scoped_ui_resource.h', |
138 'test/fake_video_frame_provider.cc', | 140 'test/fake_video_frame_provider.cc', |
139 'test/fake_video_frame_provider.h', | 141 'test/fake_video_frame_provider.h', |
140 'test/geometry_test_utils.cc', | 142 'test/geometry_test_utils.cc', |
141 'test/geometry_test_utils.h', | 143 'test/geometry_test_utils.h', |
142 'test/impl_side_painting_settings.h', | 144 'test/impl_side_painting_settings.h', |
143 'test/layer_test_common.cc', | 145 'test/layer_test_common.cc', |
144 'test/layer_test_common.h', | 146 'test/layer_test_common.h', |
145 'test/layer_tree_pixel_test.cc', | 147 'test/layer_tree_pixel_test.cc', |
146 'test/layer_tree_pixel_test.h', | 148 'test/layer_tree_pixel_test.h', |
147 'test/layer_tree_test.cc', | 149 'test/layer_tree_test.cc', |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
339 'test_suite_name': 'cc_perftests', | 341 'test_suite_name': 'cc_perftests', |
340 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf
tests<(SHARED_LIB_SUFFIX)', | 342 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf
tests<(SHARED_LIB_SUFFIX)', |
341 }, | 343 }, |
342 'includes': [ '../build/apk_test.gypi' ], | 344 'includes': [ '../build/apk_test.gypi' ], |
343 }, | 345 }, |
344 ], | 346 ], |
345 } | 347 } |
346 ] | 348 ] |
347 ], | 349 ], |
348 } | 350 } |
OLD | NEW |