| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
| 6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
| 7 | 7 |
| 8 component("cc") { | 8 component("cc") { |
| 9 sources = [ | 9 sources = [ |
| 10 "animation/animation.cc", | 10 "animation/animation.cc", |
| (...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 546 "trees/property_tree.h", | 546 "trees/property_tree.h", |
| 547 "trees/property_tree_builder.cc", | 547 "trees/property_tree_builder.cc", |
| 548 "trees/property_tree_builder.h", | 548 "trees/property_tree_builder.h", |
| 549 "trees/proxy.h", | 549 "trees/proxy.h", |
| 550 "trees/proxy_common.cc", | 550 "trees/proxy_common.cc", |
| 551 "trees/proxy_common.h", | 551 "trees/proxy_common.h", |
| 552 "trees/proxy_impl.cc", | 552 "trees/proxy_impl.cc", |
| 553 "trees/proxy_impl.h", | 553 "trees/proxy_impl.h", |
| 554 "trees/proxy_main.cc", | 554 "trees/proxy_main.cc", |
| 555 "trees/proxy_main.h", | 555 "trees/proxy_main.h", |
| 556 "trees/remote_channel_impl.cc", | |
| 557 "trees/remote_channel_impl.h", | |
| 558 "trees/remote_channel_main.cc", | |
| 559 "trees/remote_channel_main.h", | |
| 560 "trees/remote_proto_channel.h", | |
| 561 "trees/scoped_abort_remaining_swap_promises.h", | 556 "trees/scoped_abort_remaining_swap_promises.h", |
| 562 "trees/scroll_node.cc", | 557 "trees/scroll_node.cc", |
| 563 "trees/scroll_node.h", | 558 "trees/scroll_node.h", |
| 564 "trees/single_thread_proxy.cc", | 559 "trees/single_thread_proxy.cc", |
| 565 "trees/single_thread_proxy.h", | 560 "trees/single_thread_proxy.h", |
| 566 "trees/swap_promise_manager.cc", | 561 "trees/swap_promise_manager.cc", |
| 567 "trees/swap_promise_manager.h", | 562 "trees/swap_promise_manager.h", |
| 568 "trees/swap_promise_monitor.cc", | 563 "trees/swap_promise_monitor.cc", |
| 569 "trees/swap_promise_monitor.h", | 564 "trees/swap_promise_monitor.h", |
| 570 "trees/task_runner_provider.cc", | 565 "trees/task_runner_provider.cc", |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 733 "test/pixel_test_output_surface.cc", | 728 "test/pixel_test_output_surface.cc", |
| 734 "test/pixel_test_output_surface.h", | 729 "test/pixel_test_output_surface.h", |
| 735 "test/pixel_test_utils.cc", | 730 "test/pixel_test_utils.cc", |
| 736 "test/pixel_test_utils.h", | 731 "test/pixel_test_utils.h", |
| 737 "test/push_properties_counting_layer.cc", | 732 "test/push_properties_counting_layer.cc", |
| 738 "test/push_properties_counting_layer.h", | 733 "test/push_properties_counting_layer.h", |
| 739 "test/push_properties_counting_layer_impl.cc", | 734 "test/push_properties_counting_layer_impl.cc", |
| 740 "test/push_properties_counting_layer_impl.h", | 735 "test/push_properties_counting_layer_impl.h", |
| 741 "test/remote_client_layer_factory.cc", | 736 "test/remote_client_layer_factory.cc", |
| 742 "test/remote_client_layer_factory.h", | 737 "test/remote_client_layer_factory.h", |
| 743 "test/remote_proto_channel_bridge.cc", | 738 "test/remote_compositor_test.cc", |
| 744 "test/remote_proto_channel_bridge.h", | 739 "test/remote_compositor_test.h", |
| 745 "test/render_pass_test_utils.cc", | 740 "test/render_pass_test_utils.cc", |
| 746 "test/render_pass_test_utils.h", | 741 "test/render_pass_test_utils.h", |
| 747 "test/scheduler_test_common.cc", | 742 "test/scheduler_test_common.cc", |
| 748 "test/scheduler_test_common.h", | 743 "test/scheduler_test_common.h", |
| 744 "test/serialization_test_utils.cc", |
| 745 "test/serialization_test_utils.h", |
| 749 "test/skia_common.cc", | 746 "test/skia_common.cc", |
| 750 "test/skia_common.h", | 747 "test/skia_common.h", |
| 751 "test/solid_color_content_layer_client.cc", | 748 "test/solid_color_content_layer_client.cc", |
| 752 "test/solid_color_content_layer_client.h", | 749 "test/solid_color_content_layer_client.h", |
| 753 "test/stub_layer_tree_host_client.cc", | 750 "test/stub_layer_tree_host_client.cc", |
| 754 "test/stub_layer_tree_host_client.h", | 751 "test/stub_layer_tree_host_client.h", |
| 755 "test/stub_layer_tree_host_single_thread_client.cc", | 752 "test/stub_layer_tree_host_single_thread_client.cc", |
| 756 "test/stub_layer_tree_host_single_thread_client.h", | 753 "test/stub_layer_tree_host_single_thread_client.h", |
| 757 "test/surface_aggregator_test_helpers.cc", | 754 "test/surface_aggregator_test_helpers.cc", |
| 758 "test/surface_aggregator_test_helpers.h", | 755 "test/surface_aggregator_test_helpers.h", |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 848 "base/random_access_list_container_unittest.cc", | 845 "base/random_access_list_container_unittest.cc", |
| 849 "base/region_unittest.cc", | 846 "base/region_unittest.cc", |
| 850 "base/rolling_time_delta_history_unittest.cc", | 847 "base/rolling_time_delta_history_unittest.cc", |
| 851 "base/rtree_unittest.cc", | 848 "base/rtree_unittest.cc", |
| 852 "base/simple_enclosed_region_unittest.cc", | 849 "base/simple_enclosed_region_unittest.cc", |
| 853 "base/spiral_iterator_unittest.cc", | 850 "base/spiral_iterator_unittest.cc", |
| 854 "base/tiling_data_unittest.cc", | 851 "base/tiling_data_unittest.cc", |
| 855 "base/unique_notifier_unittest.cc", | 852 "base/unique_notifier_unittest.cc", |
| 856 "blimp/compositor_state_deserializer_unittest.cc", | 853 "blimp/compositor_state_deserializer_unittest.cc", |
| 857 "blimp/layer_tree_host_remote_unittest.cc", | 854 "blimp/layer_tree_host_remote_unittest.cc", |
| 855 "blimp/layer_tree_host_unittest_serialization.cc", |
| 858 "blimp/picture_data_conversions_unittest.cc", | 856 "blimp/picture_data_conversions_unittest.cc", |
| 859 "blimp/synced_property_remote_unittest.cc", | 857 "blimp/synced_property_remote_unittest.cc", |
| 860 "debug/layer_tree_debug_state_unittest.cc", | 858 "debug/layer_tree_debug_state_unittest.cc", |
| 861 "debug/micro_benchmark_controller_unittest.cc", | 859 "debug/micro_benchmark_controller_unittest.cc", |
| 862 "debug/rendering_stats_unittest.cc", | 860 "debug/rendering_stats_unittest.cc", |
| 863 "input/browser_controls_offset_manager_unittest.cc", | 861 "input/browser_controls_offset_manager_unittest.cc", |
| 864 "input/layer_selection_bound_unittest.cc", | 862 "input/layer_selection_bound_unittest.cc", |
| 865 "input/scroll_state_unittest.cc", | 863 "input/scroll_state_unittest.cc", |
| 866 "input/scrollbar_animation_controller_linear_fade_unittest.cc", | 864 "input/scrollbar_animation_controller_linear_fade_unittest.cc", |
| 867 "input/scrollbar_animation_controller_thinning_unittest.cc", | 865 "input/scrollbar_animation_controller_thinning_unittest.cc", |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 968 "trees/layer_tree_host_pixeltest_tiles.cc", | 966 "trees/layer_tree_host_pixeltest_tiles.cc", |
| 969 "trees/layer_tree_host_unittest.cc", | 967 "trees/layer_tree_host_unittest.cc", |
| 970 "trees/layer_tree_host_unittest_animation.cc", | 968 "trees/layer_tree_host_unittest_animation.cc", |
| 971 "trees/layer_tree_host_unittest_context.cc", | 969 "trees/layer_tree_host_unittest_context.cc", |
| 972 "trees/layer_tree_host_unittest_copyrequest.cc", | 970 "trees/layer_tree_host_unittest_copyrequest.cc", |
| 973 "trees/layer_tree_host_unittest_damage.cc", | 971 "trees/layer_tree_host_unittest_damage.cc", |
| 974 "trees/layer_tree_host_unittest_occlusion.cc", | 972 "trees/layer_tree_host_unittest_occlusion.cc", |
| 975 "trees/layer_tree_host_unittest_picture.cc", | 973 "trees/layer_tree_host_unittest_picture.cc", |
| 976 "trees/layer_tree_host_unittest_proxy.cc", | 974 "trees/layer_tree_host_unittest_proxy.cc", |
| 977 "trees/layer_tree_host_unittest_record_gpu_histogram.cc", | 975 "trees/layer_tree_host_unittest_record_gpu_histogram.cc", |
| 978 "trees/layer_tree_host_unittest_remote_server.cc", | |
| 979 "trees/layer_tree_host_unittest_scroll.cc", | 976 "trees/layer_tree_host_unittest_scroll.cc", |
| 980 "trees/layer_tree_host_unittest_serialization.cc", | |
| 981 "trees/layer_tree_host_unittest_video.cc", | 977 "trees/layer_tree_host_unittest_video.cc", |
| 982 "trees/layer_tree_impl_unittest.cc", | 978 "trees/layer_tree_impl_unittest.cc", |
| 983 "trees/occlusion_tracker_unittest.cc", | 979 "trees/occlusion_tracker_unittest.cc", |
| 984 "trees/occlusion_unittest.cc", | 980 "trees/occlusion_unittest.cc", |
| 985 "trees/property_tree_unittest.cc", | 981 "trees/property_tree_unittest.cc", |
| 986 "trees/proxy_common_unittest.cc", | 982 "trees/proxy_common_unittest.cc", |
| 987 "trees/swap_promise_manager_unittest.cc", | 983 "trees/swap_promise_manager_unittest.cc", |
| 988 "trees/tree_synchronizer_unittest.cc", | 984 "trees/tree_synchronizer_unittest.cc", |
| 989 | 985 |
| 990 # Surfaces test files. | 986 # Surfaces test files. |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1093 data = [ | 1089 data = [ |
| 1094 "test/data/", | 1090 "test/data/", |
| 1095 | 1091 |
| 1096 # Needed for isolate script to execute. | 1092 # Needed for isolate script to execute. |
| 1097 "//testing/scripts/common.py", | 1093 "//testing/scripts/common.py", |
| 1098 "//testing/xvfb.py", | 1094 "//testing/xvfb.py", |
| 1099 "//testing/scripts/run_gtest_perf_test.py", | 1095 "//testing/scripts/run_gtest_perf_test.py", |
| 1100 "//tools/perf/generate_legacy_perf_dashboard_json.py", | 1096 "//tools/perf/generate_legacy_perf_dashboard_json.py", |
| 1101 ] | 1097 ] |
| 1102 } | 1098 } |
| OLD | NEW |