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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 'test/fake_output_surface_client.cc', | 163 'test/fake_output_surface_client.cc', |
164 'test/fake_output_surface_client.h', | 164 'test/fake_output_surface_client.h', |
165 'test/fake_painted_scrollbar_layer.cc', | 165 'test/fake_painted_scrollbar_layer.cc', |
166 'test/fake_painted_scrollbar_layer.h', | 166 'test/fake_painted_scrollbar_layer.h', |
167 'test/fake_picture_layer.cc', | 167 'test/fake_picture_layer.cc', |
168 'test/fake_picture_layer.h', | 168 'test/fake_picture_layer.h', |
169 'test/fake_picture_layer_impl.cc', | 169 'test/fake_picture_layer_impl.cc', |
170 'test/fake_picture_layer_impl.h', | 170 'test/fake_picture_layer_impl.h', |
171 'test/fake_picture_layer_tiling_client.cc', | 171 'test/fake_picture_layer_tiling_client.cc', |
172 'test/fake_picture_layer_tiling_client.h', | 172 'test/fake_picture_layer_tiling_client.h', |
| 173 'test/fake_picture_pile.h', |
173 'test/fake_picture_pile_impl.cc', | 174 'test/fake_picture_pile_impl.cc', |
174 'test/fake_picture_pile_impl.h', | 175 'test/fake_picture_pile_impl.h', |
175 'test/fake_proxy.cc', | 176 'test/fake_proxy.cc', |
176 'test/fake_proxy.h', | 177 'test/fake_proxy.h', |
177 'test/fake_renderer_client.cc', | 178 'test/fake_renderer_client.cc', |
178 'test/fake_renderer_client.h', | 179 'test/fake_renderer_client.h', |
179 'test/fake_rendering_stats_instrumentation.h', | 180 'test/fake_rendering_stats_instrumentation.h', |
180 'test/fake_scoped_ui_resource.cc', | 181 'test/fake_scoped_ui_resource.cc', |
181 'test/fake_scoped_ui_resource.h', | 182 'test/fake_scoped_ui_resource.h', |
182 'test/fake_scrollbar.cc', | 183 'test/fake_scrollbar.cc', |
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
429 'variables': { | 430 'variables': { |
430 'test_suite_name': 'cc_perftests', | 431 'test_suite_name': 'cc_perftests', |
431 }, | 432 }, |
432 'includes': [ '../build/apk_test.gypi' ], | 433 'includes': [ '../build/apk_test.gypi' ], |
433 }, | 434 }, |
434 ], | 435 ], |
435 } | 436 } |
436 ] | 437 ] |
437 ], | 438 ], |
438 } | 439 } |
OLD | NEW |