| 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 'trees/layer_tree_host_unittest_delegated.cc', | 118 'trees/layer_tree_host_unittest_delegated.cc', |
| 119 'trees/layer_tree_host_unittest_occlusion.cc', | 119 'trees/layer_tree_host_unittest_occlusion.cc', |
| 120 'trees/layer_tree_host_unittest_no_message_loop.cc', | 120 'trees/layer_tree_host_unittest_no_message_loop.cc', |
| 121 'trees/layer_tree_host_unittest_picture.cc', | 121 'trees/layer_tree_host_unittest_picture.cc', |
| 122 'trees/layer_tree_host_unittest_proxy.cc', | 122 'trees/layer_tree_host_unittest_proxy.cc', |
| 123 'trees/layer_tree_host_unittest_scroll.cc', | 123 'trees/layer_tree_host_unittest_scroll.cc', |
| 124 'trees/layer_tree_host_unittest_video.cc', | 124 'trees/layer_tree_host_unittest_video.cc', |
| 125 'trees/layer_tree_impl_unittest.cc', | 125 'trees/layer_tree_impl_unittest.cc', |
| 126 'trees/occlusion_tracker_unittest.cc', | 126 'trees/occlusion_tracker_unittest.cc', |
| 127 'trees/occlusion_unittest.cc', | 127 'trees/occlusion_unittest.cc', |
| 128 'trees/property_tree_unittest.cc', |
| 128 'trees/tree_synchronizer_unittest.cc', | 129 'trees/tree_synchronizer_unittest.cc', |
| 129 ], | 130 ], |
| 130 'cc_surfaces_unit_tests_source_files': [ | 131 'cc_surfaces_unit_tests_source_files': [ |
| 131 'surfaces/surface_aggregator_test_helpers.cc', | 132 'surfaces/surface_aggregator_test_helpers.cc', |
| 132 'surfaces/surface_aggregator_test_helpers.h', | 133 'surfaces/surface_aggregator_test_helpers.h', |
| 133 'surfaces/surface_aggregator_unittest.cc', | 134 'surfaces/surface_aggregator_unittest.cc', |
| 134 'surfaces/surface_factory_unittest.cc', | 135 'surfaces/surface_factory_unittest.cc', |
| 135 'surfaces/surface_unittest.cc', | 136 'surfaces/surface_unittest.cc', |
| 136 'surfaces/surfaces_pixeltest.cc', | 137 'surfaces/surfaces_pixeltest.cc', |
| 137 ], | 138 ], |
| 138 'cc_tests_support_files': [ | 139 'cc_tests_support_files': [ |
| 139 'test/animation_test_common.cc', | 140 'test/animation_test_common.cc', |
| 140 'test/animation_test_common.h', | 141 'test/animation_test_common.h', |
| 141 'test/begin_frame_args_test.cc', | 142 'test/begin_frame_args_test.cc', |
| 142 'test/begin_frame_args_test.h', | 143 'test/begin_frame_args_test.h', |
| 143 'test/fake_content_layer.cc', | 144 'test/fake_content_layer.cc', |
| 144 'test/fake_content_layer.h', | 145 'test/fake_content_layer.h', |
| 145 'test/fake_content_layer_client.cc', | 146 'test/fake_content_layer_client.cc', |
| 146 'test/fake_content_layer_client.h', | 147 'test/fake_content_layer_client.h', |
| 147 'test/fake_content_layer_impl.cc', | 148 'test/fake_content_layer_impl.cc', |
| 148 'test/fake_content_layer_impl.h', | 149 'test/fake_content_layer_impl.h', |
| 149 'test/fake_delegated_renderer_layer.cc', | 150 'test/fake_delegated_renderer_layer.cc', |
| 150 'test/fake_delegated_renderer_layer.h', | 151 'test/fake_delegated_renderer_layer.h', |
| 151 'test/fake_delegated_renderer_layer_impl.cc', | 152 'test/fake_delegated_renderer_layer_impl.cc', |
| 152 'test/fake_delegated_renderer_layer_impl.h', | 153 'test/fake_delegated_renderer_layer_impl.h', |
| 154 'test/fake_external_begin_frame_source.cc', |
| 155 'test/fake_external_begin_frame_source.h', |
| 153 'test/fake_impl_proxy.h', | 156 'test/fake_impl_proxy.h', |
| 154 'test/fake_layer_tree_host.cc', | 157 'test/fake_layer_tree_host.cc', |
| 155 'test/fake_layer_tree_host.h', | 158 'test/fake_layer_tree_host.h', |
| 156 'test/fake_layer_tree_host_client.cc', | 159 'test/fake_layer_tree_host_client.cc', |
| 157 'test/fake_layer_tree_host_client.h', | 160 'test/fake_layer_tree_host_client.h', |
| 158 'test/fake_layer_tree_host_impl.cc', | 161 'test/fake_layer_tree_host_impl.cc', |
| 159 'test/fake_layer_tree_host_impl.h', | 162 'test/fake_layer_tree_host_impl.h', |
| 160 'test/fake_layer_tree_host_impl_client.cc', | 163 'test/fake_layer_tree_host_impl_client.cc', |
| 161 'test/fake_layer_tree_host_impl_client.h', | 164 'test/fake_layer_tree_host_impl_client.h', |
| 162 'test/fake_output_surface.cc', | 165 'test/fake_output_surface.cc', |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 434 'variables': { | 437 'variables': { |
| 435 'test_suite_name': 'cc_perftests', | 438 'test_suite_name': 'cc_perftests', |
| 436 }, | 439 }, |
| 437 'includes': [ '../build/apk_test.gypi' ], | 440 'includes': [ '../build/apk_test.gypi' ], |
| 438 }, | 441 }, |
| 439 ], | 442 ], |
| 440 } | 443 } |
| 441 ] | 444 ] |
| 442 ], | 445 ], |
| 443 } | 446 } |
| OLD | NEW |