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 25 matching lines...) Expand all Loading... |
36 "animation/scroll_offset_animations_impl.h", | 36 "animation/scroll_offset_animations_impl.h", |
37 "animation/target_property.cc", | 37 "animation/target_property.cc", |
38 "animation/target_property.h", | 38 "animation/target_property.h", |
39 "animation/timing_function.cc", | 39 "animation/timing_function.cc", |
40 "animation/timing_function.h", | 40 "animation/timing_function.h", |
41 "animation/transform_operation.cc", | 41 "animation/transform_operation.cc", |
42 "animation/transform_operation.h", | 42 "animation/transform_operation.h", |
43 "animation/transform_operations.cc", | 43 "animation/transform_operations.cc", |
44 "animation/transform_operations.h", | 44 "animation/transform_operations.h", |
45 "blimp/client_picture_cache.h", | 45 "blimp/client_picture_cache.h", |
| 46 "blimp/compositor_proto_state.cc", |
| 47 "blimp/compositor_proto_state.h", |
| 48 "blimp/compositor_proto_state_sink.h", |
| 49 "blimp/compositor_proto_state_sink_client.h", |
46 "blimp/engine_picture_cache.h", | 50 "blimp/engine_picture_cache.h", |
47 "blimp/image_serialization_processor.h", | 51 "blimp/image_serialization_processor.h", |
| 52 "blimp/layer_tree_host_remote.cc", |
| 53 "blimp/layer_tree_host_remote.h", |
48 "blimp/picture_data.cc", | 54 "blimp/picture_data.cc", |
49 "blimp/picture_data.h", | 55 "blimp/picture_data.h", |
50 "blimp/picture_data_conversions.cc", | 56 "blimp/picture_data_conversions.cc", |
51 "blimp/picture_data_conversions.h", | 57 "blimp/picture_data_conversions.h", |
52 "debug/benchmark_instrumentation.cc", | 58 "debug/benchmark_instrumentation.cc", |
53 "debug/benchmark_instrumentation.h", | 59 "debug/benchmark_instrumentation.h", |
54 "debug/debug_colors.cc", | 60 "debug/debug_colors.cc", |
55 "debug/debug_colors.h", | 61 "debug/debug_colors.h", |
56 "debug/debug_rect_history.cc", | 62 "debug/debug_rect_history.cc", |
57 "debug/debug_rect_history.h", | 63 "debug/debug_rect_history.h", |
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
500 "trees/damage_tracker.cc", | 506 "trees/damage_tracker.cc", |
501 "trees/damage_tracker.h", | 507 "trees/damage_tracker.h", |
502 "trees/draw_property_utils.cc", | 508 "trees/draw_property_utils.cc", |
503 "trees/draw_property_utils.h", | 509 "trees/draw_property_utils.h", |
504 "trees/effect_node.cc", | 510 "trees/effect_node.cc", |
505 "trees/effect_node.h", | 511 "trees/effect_node.h", |
506 "trees/latency_info_swap_promise_monitor.cc", | 512 "trees/latency_info_swap_promise_monitor.cc", |
507 "trees/latency_info_swap_promise_monitor.h", | 513 "trees/latency_info_swap_promise_monitor.h", |
508 "trees/layer_tree.cc", | 514 "trees/layer_tree.cc", |
509 "trees/layer_tree.h", | 515 "trees/layer_tree.h", |
| 516 "trees/layer_tree_host.cc", |
510 "trees/layer_tree_host.h", | 517 "trees/layer_tree_host.h", |
511 "trees/layer_tree_host_client.h", | 518 "trees/layer_tree_host_client.h", |
512 "trees/layer_tree_host_common.cc", | 519 "trees/layer_tree_host_common.cc", |
513 "trees/layer_tree_host_common.h", | 520 "trees/layer_tree_host_common.h", |
514 "trees/layer_tree_host_impl.cc", | 521 "trees/layer_tree_host_impl.cc", |
515 "trees/layer_tree_host_impl.h", | 522 "trees/layer_tree_host_impl.h", |
516 "trees/layer_tree_host_in_process.cc", | 523 "trees/layer_tree_host_in_process.cc", |
517 "trees/layer_tree_host_in_process.h", | 524 "trees/layer_tree_host_in_process.h", |
518 "trees/layer_tree_host_single_thread_client.h", | 525 "trees/layer_tree_host_single_thread_client.h", |
519 "trees/layer_tree_impl.cc", | 526 "trees/layer_tree_impl.cc", |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
618 "test/begin_frame_source_test.cc", | 625 "test/begin_frame_source_test.cc", |
619 "test/begin_frame_source_test.h", | 626 "test/begin_frame_source_test.h", |
620 "test/fake_channel_impl.cc", | 627 "test/fake_channel_impl.cc", |
621 "test/fake_channel_impl.h", | 628 "test/fake_channel_impl.h", |
622 "test/fake_client_picture_cache.cc", | 629 "test/fake_client_picture_cache.cc", |
623 "test/fake_client_picture_cache.h", | 630 "test/fake_client_picture_cache.h", |
624 "test/fake_compositor_frame_sink.cc", | 631 "test/fake_compositor_frame_sink.cc", |
625 "test/fake_compositor_frame_sink.h", | 632 "test/fake_compositor_frame_sink.h", |
626 "test/fake_compositor_frame_sink_client.cc", | 633 "test/fake_compositor_frame_sink_client.cc", |
627 "test/fake_compositor_frame_sink_client.h", | 634 "test/fake_compositor_frame_sink_client.h", |
| 635 "test/fake_compositor_proto_state_sink.cc", |
| 636 "test/fake_compositor_proto_state_sink.h", |
628 "test/fake_content_layer_client.cc", | 637 "test/fake_content_layer_client.cc", |
629 "test/fake_content_layer_client.h", | 638 "test/fake_content_layer_client.h", |
630 "test/fake_engine_picture_cache.cc", | 639 "test/fake_engine_picture_cache.cc", |
631 "test/fake_engine_picture_cache.h", | 640 "test/fake_engine_picture_cache.h", |
632 "test/fake_external_begin_frame_source.cc", | 641 "test/fake_external_begin_frame_source.cc", |
633 "test/fake_external_begin_frame_source.h", | 642 "test/fake_external_begin_frame_source.h", |
634 "test/fake_image_serialization_processor.cc", | 643 "test/fake_image_serialization_processor.cc", |
635 "test/fake_image_serialization_processor.h", | 644 "test/fake_image_serialization_processor.h", |
636 "test/fake_impl_task_runner_provider.h", | 645 "test/fake_impl_task_runner_provider.h", |
637 "test/fake_layer_tree_host.cc", | 646 "test/fake_layer_tree_host.cc", |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
821 "base/index_rect_unittest.cc", | 830 "base/index_rect_unittest.cc", |
822 "base/list_container_unittest.cc", | 831 "base/list_container_unittest.cc", |
823 "base/math_util_unittest.cc", | 832 "base/math_util_unittest.cc", |
824 "base/random_access_list_container_unittest.cc", | 833 "base/random_access_list_container_unittest.cc", |
825 "base/region_unittest.cc", | 834 "base/region_unittest.cc", |
826 "base/rolling_time_delta_history_unittest.cc", | 835 "base/rolling_time_delta_history_unittest.cc", |
827 "base/rtree_unittest.cc", | 836 "base/rtree_unittest.cc", |
828 "base/simple_enclosed_region_unittest.cc", | 837 "base/simple_enclosed_region_unittest.cc", |
829 "base/tiling_data_unittest.cc", | 838 "base/tiling_data_unittest.cc", |
830 "base/unique_notifier_unittest.cc", | 839 "base/unique_notifier_unittest.cc", |
| 840 "blimp/layer_tree_host_remote_unittest.cc", |
831 "blimp/picture_data_conversions_unittest.cc", | 841 "blimp/picture_data_conversions_unittest.cc", |
832 "debug/layer_tree_debug_state_unittest.cc", | 842 "debug/layer_tree_debug_state_unittest.cc", |
833 "debug/micro_benchmark_controller_unittest.cc", | 843 "debug/micro_benchmark_controller_unittest.cc", |
834 "debug/rendering_stats_unittest.cc", | 844 "debug/rendering_stats_unittest.cc", |
835 "input/layer_selection_bound_unittest.cc", | 845 "input/layer_selection_bound_unittest.cc", |
836 "input/scroll_state_unittest.cc", | 846 "input/scroll_state_unittest.cc", |
837 "input/scrollbar_animation_controller_linear_fade_unittest.cc", | 847 "input/scrollbar_animation_controller_linear_fade_unittest.cc", |
838 "input/scrollbar_animation_controller_thinning_unittest.cc", | 848 "input/scrollbar_animation_controller_thinning_unittest.cc", |
839 "input/top_controls_manager_unittest.cc", | 849 "input/top_controls_manager_unittest.cc", |
840 "ipc/cc_param_traits_unittest.cc", | 850 "ipc/cc_param_traits_unittest.cc", |
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1059 "//ui/gl:test_support", | 1069 "//ui/gl:test_support", |
1060 ] | 1070 ] |
1061 | 1071 |
1062 # This target should not require the Chrome executable to run. | 1072 # This target should not require the Chrome executable to run. |
1063 assert_no_deps = [ "//chrome" ] | 1073 assert_no_deps = [ "//chrome" ] |
1064 | 1074 |
1065 data = [ | 1075 data = [ |
1066 "test/data/", | 1076 "test/data/", |
1067 ] | 1077 ] |
1068 } | 1078 } |
OLD | NEW |