| 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_host_unittest.cc', | 9 'animation/animation_host_unittest.cc', |
| 10 'animation/animation_player_unittest.cc', | 10 'animation/animation_player_unittest.cc', |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 'trees/layer_tree_host_unittest_remote_server.cc', | 146 'trees/layer_tree_host_unittest_remote_server.cc', |
| 147 'trees/layer_tree_host_unittest_scroll.cc', | 147 'trees/layer_tree_host_unittest_scroll.cc', |
| 148 'trees/layer_tree_host_unittest_serialization.cc', | 148 'trees/layer_tree_host_unittest_serialization.cc', |
| 149 'trees/layer_tree_host_unittest_video.cc', | 149 'trees/layer_tree_host_unittest_video.cc', |
| 150 'trees/layer_tree_impl_unittest.cc', | 150 'trees/layer_tree_impl_unittest.cc', |
| 151 'trees/layer_tree_settings_unittest.cc', | 151 'trees/layer_tree_settings_unittest.cc', |
| 152 'trees/occlusion_tracker_unittest.cc', | 152 'trees/occlusion_tracker_unittest.cc', |
| 153 'trees/occlusion_unittest.cc', | 153 'trees/occlusion_unittest.cc', |
| 154 'trees/property_tree_unittest.cc', | 154 'trees/property_tree_unittest.cc', |
| 155 'trees/proxy_common_unittest.cc', | 155 'trees/proxy_common_unittest.cc', |
| 156 'trees/proxy_impl_unittest.cc', | |
| 157 'trees/remote_channel_unittest.cc', | |
| 158 'trees/threaded_channel_unittest.cc', | |
| 159 'trees/tree_synchronizer_unittest.cc', | 156 'trees/tree_synchronizer_unittest.cc', |
| 160 ], | 157 ], |
| 161 'cc_surfaces_unit_tests_source_files': [ | 158 'cc_surfaces_unit_tests_source_files': [ |
| 162 'surfaces/display_scheduler_unittest.cc', | 159 'surfaces/display_scheduler_unittest.cc', |
| 163 'surfaces/display_unittest.cc', | 160 'surfaces/display_unittest.cc', |
| 164 'surfaces/surface_aggregator_unittest.cc', | 161 'surfaces/surface_aggregator_unittest.cc', |
| 165 'surfaces/surface_display_output_surface_unittest.cc', | 162 'surfaces/surface_display_output_surface_unittest.cc', |
| 166 'surfaces/surface_factory_unittest.cc', | 163 'surfaces/surface_factory_unittest.cc', |
| 167 'surfaces/surface_hittest_unittest.cc', | 164 'surfaces/surface_hittest_unittest.cc', |
| 168 'surfaces/surface_manager_unittest.cc', | 165 'surfaces/surface_manager_unittest.cc', |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 'test/pixel_comparator.cc', | 269 'test/pixel_comparator.cc', |
| 273 'test/pixel_comparator.h', | 270 'test/pixel_comparator.h', |
| 274 'test/pixel_test.cc', | 271 'test/pixel_test.cc', |
| 275 'test/pixel_test.h', | 272 'test/pixel_test.h', |
| 276 'test/pixel_test_output_surface.cc', | 273 'test/pixel_test_output_surface.cc', |
| 277 'test/pixel_test_output_surface.h', | 274 'test/pixel_test_output_surface.h', |
| 278 'test/pixel_test_software_output_device.cc', | 275 'test/pixel_test_software_output_device.cc', |
| 279 'test/pixel_test_software_output_device.h', | 276 'test/pixel_test_software_output_device.h', |
| 280 'test/pixel_test_utils.cc', | 277 'test/pixel_test_utils.cc', |
| 281 'test/pixel_test_utils.h', | 278 'test/pixel_test_utils.h', |
| 282 'test/proxy_impl_for_test.cc', | |
| 283 'test/proxy_impl_for_test.h', | |
| 284 'test/proxy_main_for_test.cc', | |
| 285 'test/proxy_main_for_test.h', | |
| 286 'test/remote_channel_impl_for_test.cc', | |
| 287 'test/remote_channel_impl_for_test.h', | |
| 288 'test/remote_proto_channel_bridge.cc', | 279 'test/remote_proto_channel_bridge.cc', |
| 289 'test/remote_proto_channel_bridge.h', | 280 'test/remote_proto_channel_bridge.h', |
| 290 'test/render_pass_test_utils.cc', | 281 'test/render_pass_test_utils.cc', |
| 291 'test/render_pass_test_utils.h', | 282 'test/render_pass_test_utils.h', |
| 292 'test/scheduler_test_common.cc', | 283 'test/scheduler_test_common.cc', |
| 293 'test/scheduler_test_common.h', | 284 'test/scheduler_test_common.h', |
| 294 'test/skia_common.cc', | 285 'test/skia_common.cc', |
| 295 'test/skia_common.h', | 286 'test/skia_common.h', |
| 296 'test/solid_color_content_layer_client.cc', | 287 'test/solid_color_content_layer_client.cc', |
| 297 'test/solid_color_content_layer_client.h', | 288 'test/solid_color_content_layer_client.h', |
| (...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 530 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 521 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 531 ], | 522 ], |
| 532 } | 523 } |
| 533 ], | 524 ], |
| 534 ], | 525 ], |
| 535 }, | 526 }, |
| 536 ], | 527 ], |
| 537 }], | 528 }], |
| 538 ], | 529 ], |
| 539 } | 530 } |
| OLD | NEW |