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 'layers/content_layer_unittest.cc', | 10 'layers/content_layer_unittest.cc', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 'trees/layer_tree_host_unittest_video.cc', | 43 'trees/layer_tree_host_unittest_video.cc', |
44 'layers/layer_unittest.cc', | 44 'layers/layer_unittest.cc', |
45 'base/math_util_unittest.cc', | 45 'base/math_util_unittest.cc', |
46 'layers/nine_patch_layer_impl_unittest.cc', | 46 'layers/nine_patch_layer_impl_unittest.cc', |
47 'layers/nine_patch_layer_unittest.cc', | 47 'layers/nine_patch_layer_unittest.cc', |
48 'trees/occlusion_tracker_unittest.cc', | 48 'trees/occlusion_tracker_unittest.cc', |
49 'layers/picture_image_layer_impl_unittest.cc', | 49 'layers/picture_image_layer_impl_unittest.cc', |
50 'layers/picture_layer_impl_unittest.cc', | 50 'layers/picture_layer_impl_unittest.cc', |
51 'resources/picture_layer_tiling_set_unittest.cc', | 51 'resources/picture_layer_tiling_set_unittest.cc', |
52 'resources/picture_layer_tiling_unittest.cc', | 52 'resources/picture_layer_tiling_unittest.cc', |
| 53 'resources/picture_pile_impl_unittest.cc', |
53 'resources/prioritized_resource_unittest.cc', | 54 'resources/prioritized_resource_unittest.cc', |
54 'trees/quad_culler_unittest.cc', | 55 'trees/quad_culler_unittest.cc', |
55 'base/region_unittest.cc', | 56 'base/region_unittest.cc', |
56 'quads/render_pass_unittest.cc', | 57 'quads/render_pass_unittest.cc', |
57 'output/render_surface_filters_unittest.cc', | 58 'output/render_surface_filters_unittest.cc', |
58 'layers/render_surface_unittest.cc', | 59 'layers/render_surface_unittest.cc', |
59 'resources/resource_provider_unittest.cc', | 60 'resources/resource_provider_unittest.cc', |
60 'resources/resource_update_controller_unittest.cc', | 61 'resources/resource_update_controller_unittest.cc', |
61 'scheduler/scheduler_state_machine_unittest.cc', | 62 'scheduler/scheduler_state_machine_unittest.cc', |
62 'scheduler/scheduler_unittest.cc', | 63 'scheduler/scheduler_unittest.cc', |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 'test/fake_impl_proxy.h', | 98 'test/fake_impl_proxy.h', |
98 'test/fake_output_surface.h', | 99 'test/fake_output_surface.h', |
99 'test/fake_layer_tree_host_client.cc', | 100 'test/fake_layer_tree_host_client.cc', |
100 'test/fake_layer_tree_host_client.h', | 101 'test/fake_layer_tree_host_client.h', |
101 'test/fake_layer_tree_host_impl.cc', | 102 'test/fake_layer_tree_host_impl.cc', |
102 'test/fake_layer_tree_host_impl_client.cc', | 103 'test/fake_layer_tree_host_impl_client.cc', |
103 'test/fake_layer_tree_host_impl_client.h', | 104 'test/fake_layer_tree_host_impl_client.h', |
104 'test/fake_layer_tree_host_impl.h', | 105 'test/fake_layer_tree_host_impl.h', |
105 'test/fake_picture_layer_tiling_client.cc', | 106 'test/fake_picture_layer_tiling_client.cc', |
106 'test/fake_picture_layer_tiling_client.h', | 107 'test/fake_picture_layer_tiling_client.h', |
| 108 'test/fake_picture_pile_impl.cc', |
| 109 'test/fake_picture_pile_impl.h', |
107 'test/fake_proxy.cc', | 110 'test/fake_proxy.cc', |
108 'test/fake_proxy.h', | 111 'test/fake_proxy.h', |
109 'test/fake_rendering_stats_instrumentation.h', | 112 'test/fake_rendering_stats_instrumentation.h', |
110 'test/fake_scrollbar_layer.cc', | 113 'test/fake_scrollbar_layer.cc', |
111 'test/fake_scrollbar_layer.h', | 114 'test/fake_scrollbar_layer.h', |
112 'test/fake_scrollbar_theme_painter.h', | 115 'test/fake_scrollbar_theme_painter.h', |
113 'test/fake_scrollbar_theme_painter.cc', | 116 'test/fake_scrollbar_theme_painter.cc', |
114 'test/fake_tile_manager_client.h', | 117 'test/fake_tile_manager_client.h', |
115 'test/fake_output_surface.cc', | 118 'test/fake_output_surface.cc', |
116 'test/fake_output_surface.h', | 119 'test/fake_output_surface.h', |
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
297 'variables': { | 300 'variables': { |
298 'test_suite_name': 'cc_perftests', | 301 'test_suite_name': 'cc_perftests', |
299 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', | 302 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', |
300 }, | 303 }, |
301 'includes': [ '../build/apk_test.gypi' ], | 304 'includes': [ '../build/apk_test.gypi' ], |
302 }, | 305 }, |
303 ], | 306 ], |
304 }] | 307 }] |
305 ], | 308 ], |
306 } | 309 } |
OLD | NEW |