Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Side by Side Diff: cc/BUILD.gn

Issue 2362073002: cc/blimp: Add a LayerTreeHostRemote implementation. (Closed)
Patch Set: win Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | cc/blimp/compositor_proto_state.h » ('j') | cc/blimp/layer_tree_host_remote.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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",
46 "blimp/engine_picture_cache.h", 48 "blimp/engine_picture_cache.h",
47 "blimp/image_serialization_processor.h", 49 "blimp/image_serialization_processor.h",
50 "blimp/layer_tree_host_remote.cc",
51 "blimp/layer_tree_host_remote.h",
48 "blimp/picture_data.cc", 52 "blimp/picture_data.cc",
49 "blimp/picture_data.h", 53 "blimp/picture_data.h",
50 "blimp/picture_data_conversions.cc", 54 "blimp/picture_data_conversions.cc",
51 "blimp/picture_data_conversions.h", 55 "blimp/picture_data_conversions.h",
56 "blimp/remote_compositor_bridge.cc",
57 "blimp/remote_compositor_bridge.h",
58 "blimp/remote_compositor_bridge_client.h",
52 "debug/benchmark_instrumentation.cc", 59 "debug/benchmark_instrumentation.cc",
53 "debug/benchmark_instrumentation.h", 60 "debug/benchmark_instrumentation.h",
54 "debug/debug_colors.cc", 61 "debug/debug_colors.cc",
55 "debug/debug_colors.h", 62 "debug/debug_colors.h",
56 "debug/debug_rect_history.cc", 63 "debug/debug_rect_history.cc",
57 "debug/debug_rect_history.h", 64 "debug/debug_rect_history.h",
58 "debug/devtools_instrumentation.h", 65 "debug/devtools_instrumentation.h",
59 "debug/frame_rate_counter.cc", 66 "debug/frame_rate_counter.cc",
60 "debug/frame_rate_counter.h", 67 "debug/frame_rate_counter.h",
61 "debug/frame_viewer_instrumentation.cc", 68 "debug/frame_viewer_instrumentation.cc",
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 "trees/damage_tracker.cc", 507 "trees/damage_tracker.cc",
501 "trees/damage_tracker.h", 508 "trees/damage_tracker.h",
502 "trees/draw_property_utils.cc", 509 "trees/draw_property_utils.cc",
503 "trees/draw_property_utils.h", 510 "trees/draw_property_utils.h",
504 "trees/effect_node.cc", 511 "trees/effect_node.cc",
505 "trees/effect_node.h", 512 "trees/effect_node.h",
506 "trees/latency_info_swap_promise_monitor.cc", 513 "trees/latency_info_swap_promise_monitor.cc",
507 "trees/latency_info_swap_promise_monitor.h", 514 "trees/latency_info_swap_promise_monitor.h",
508 "trees/layer_tree.cc", 515 "trees/layer_tree.cc",
509 "trees/layer_tree.h", 516 "trees/layer_tree.h",
517 "trees/layer_tree_host.cc",
510 "trees/layer_tree_host.h", 518 "trees/layer_tree_host.h",
511 "trees/layer_tree_host_client.h", 519 "trees/layer_tree_host_client.h",
512 "trees/layer_tree_host_common.cc", 520 "trees/layer_tree_host_common.cc",
513 "trees/layer_tree_host_common.h", 521 "trees/layer_tree_host_common.h",
514 "trees/layer_tree_host_impl.cc", 522 "trees/layer_tree_host_impl.cc",
515 "trees/layer_tree_host_impl.h", 523 "trees/layer_tree_host_impl.h",
516 "trees/layer_tree_host_in_process.cc", 524 "trees/layer_tree_host_in_process.cc",
517 "trees/layer_tree_host_in_process.h", 525 "trees/layer_tree_host_in_process.h",
518 "trees/layer_tree_host_single_thread_client.h", 526 "trees/layer_tree_host_single_thread_client.h",
519 "trees/layer_tree_impl.cc", 527 "trees/layer_tree_impl.cc",
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 "test/fake_picture_layer_tiling_client.cc", 665 "test/fake_picture_layer_tiling_client.cc",
658 "test/fake_picture_layer_tiling_client.h", 666 "test/fake_picture_layer_tiling_client.h",
659 "test/fake_proxy.cc", 667 "test/fake_proxy.cc",
660 "test/fake_proxy.h", 668 "test/fake_proxy.h",
661 "test/fake_raster_buffer_provider.cc", 669 "test/fake_raster_buffer_provider.cc",
662 "test/fake_raster_buffer_provider.h", 670 "test/fake_raster_buffer_provider.h",
663 "test/fake_raster_source.cc", 671 "test/fake_raster_source.cc",
664 "test/fake_raster_source.h", 672 "test/fake_raster_source.h",
665 "test/fake_recording_source.cc", 673 "test/fake_recording_source.cc",
666 "test/fake_recording_source.h", 674 "test/fake_recording_source.h",
675 "test/fake_remote_compositor_bridge.cc",
676 "test/fake_remote_compositor_bridge.h",
667 "test/fake_rendering_stats_instrumentation.h", 677 "test/fake_rendering_stats_instrumentation.h",
668 "test/fake_resource_provider.h", 678 "test/fake_resource_provider.h",
669 "test/fake_scoped_ui_resource.cc", 679 "test/fake_scoped_ui_resource.cc",
670 "test/fake_scoped_ui_resource.h", 680 "test/fake_scoped_ui_resource.h",
671 "test/fake_scrollbar.cc", 681 "test/fake_scrollbar.cc",
672 "test/fake_scrollbar.h", 682 "test/fake_scrollbar.h",
673 "test/fake_tile_manager.cc", 683 "test/fake_tile_manager.cc",
674 "test/fake_tile_manager.h", 684 "test/fake_tile_manager.h",
675 "test/fake_tile_manager_client.cc", 685 "test/fake_tile_manager_client.cc",
676 "test/fake_tile_manager_client.h", 686 "test/fake_tile_manager_client.h",
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 "base/list_container_unittest.cc", 832 "base/list_container_unittest.cc",
823 "base/math_util_unittest.cc", 833 "base/math_util_unittest.cc",
824 "base/random_access_list_container_unittest.cc", 834 "base/random_access_list_container_unittest.cc",
825 "base/region_unittest.cc", 835 "base/region_unittest.cc",
826 "base/rolling_time_delta_history_unittest.cc", 836 "base/rolling_time_delta_history_unittest.cc",
827 "base/rtree_unittest.cc", 837 "base/rtree_unittest.cc",
828 "base/simple_enclosed_region_unittest.cc", 838 "base/simple_enclosed_region_unittest.cc",
829 "base/spiral_iterator_unittest.cc", 839 "base/spiral_iterator_unittest.cc",
830 "base/tiling_data_unittest.cc", 840 "base/tiling_data_unittest.cc",
831 "base/unique_notifier_unittest.cc", 841 "base/unique_notifier_unittest.cc",
842 "blimp/layer_tree_host_remote_unittest.cc",
832 "blimp/picture_data_conversions_unittest.cc", 843 "blimp/picture_data_conversions_unittest.cc",
833 "debug/layer_tree_debug_state_unittest.cc", 844 "debug/layer_tree_debug_state_unittest.cc",
834 "debug/micro_benchmark_controller_unittest.cc", 845 "debug/micro_benchmark_controller_unittest.cc",
835 "debug/rendering_stats_unittest.cc", 846 "debug/rendering_stats_unittest.cc",
836 "input/layer_selection_bound_unittest.cc", 847 "input/layer_selection_bound_unittest.cc",
837 "input/scroll_state_unittest.cc", 848 "input/scroll_state_unittest.cc",
838 "input/scrollbar_animation_controller_linear_fade_unittest.cc", 849 "input/scrollbar_animation_controller_linear_fade_unittest.cc",
839 "input/scrollbar_animation_controller_thinning_unittest.cc", 850 "input/scrollbar_animation_controller_thinning_unittest.cc",
840 "input/top_controls_manager_unittest.cc", 851 "input/top_controls_manager_unittest.cc",
841 "ipc/cc_param_traits_unittest.cc", 852 "ipc/cc_param_traits_unittest.cc",
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
1060 "//ui/gl:test_support", 1071 "//ui/gl:test_support",
1061 ] 1072 ]
1062 1073
1063 # This target should not require the Chrome executable to run. 1074 # This target should not require the Chrome executable to run.
1064 assert_no_deps = [ "//chrome" ] 1075 assert_no_deps = [ "//chrome" ]
1065 1076
1066 data = [ 1077 data = [
1067 "test/data/", 1078 "test/data/",
1068 ] 1079 ]
1069 } 1080 }
OLDNEW
« no previous file with comments | « no previous file | cc/blimp/compositor_proto_state.h » ('j') | cc/blimp/layer_tree_host_remote.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698