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

Side by Side Diff: cc/BUILD.gn

Issue 2375363002: cc/blimp: Set up the framework for state serialization. (Closed)
Patch Set: test update 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') | no next file with comments »
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 29 matching lines...) Expand all
40 "animation/target_property.h", 40 "animation/target_property.h",
41 "animation/timing_function.cc", 41 "animation/timing_function.cc",
42 "animation/timing_function.h", 42 "animation/timing_function.h",
43 "animation/transform_operation.cc", 43 "animation/transform_operation.cc",
44 "animation/transform_operation.h", 44 "animation/transform_operation.h",
45 "animation/transform_operations.cc", 45 "animation/transform_operations.cc",
46 "animation/transform_operations.h", 46 "animation/transform_operations.h",
47 "blimp/client_picture_cache.h", 47 "blimp/client_picture_cache.h",
48 "blimp/compositor_proto_state.cc", 48 "blimp/compositor_proto_state.cc",
49 "blimp/compositor_proto_state.h", 49 "blimp/compositor_proto_state.h",
50 "blimp/compositor_state_deserializer.cc",
51 "blimp/compositor_state_deserializer.h",
52 "blimp/compositor_state_deserializer_client.h",
50 "blimp/engine_picture_cache.h", 53 "blimp/engine_picture_cache.h",
51 "blimp/image_serialization_processor.h", 54 "blimp/image_serialization_processor.h",
55 "blimp/layer_factory.h",
52 "blimp/layer_tree_host_remote.cc", 56 "blimp/layer_tree_host_remote.cc",
53 "blimp/layer_tree_host_remote.h", 57 "blimp/layer_tree_host_remote.h",
54 "blimp/picture_data.cc", 58 "blimp/picture_data.cc",
55 "blimp/picture_data.h", 59 "blimp/picture_data.h",
56 "blimp/picture_data_conversions.cc", 60 "blimp/picture_data_conversions.cc",
57 "blimp/picture_data_conversions.h", 61 "blimp/picture_data_conversions.h",
58 "blimp/remote_compositor_bridge.cc", 62 "blimp/remote_compositor_bridge.cc",
59 "blimp/remote_compositor_bridge.h", 63 "blimp/remote_compositor_bridge.h",
60 "blimp/remote_compositor_bridge_client.h", 64 "blimp/remote_compositor_bridge_client.h",
61 "debug/benchmark_instrumentation.cc", 65 "debug/benchmark_instrumentation.cc",
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 "test/pixel_comparator.cc", 725 "test/pixel_comparator.cc",
722 "test/pixel_comparator.h", 726 "test/pixel_comparator.h",
723 "test/pixel_test.cc", 727 "test/pixel_test.cc",
724 "test/pixel_test.h", 728 "test/pixel_test.h",
725 "test/pixel_test_output_surface.cc", 729 "test/pixel_test_output_surface.cc",
726 "test/pixel_test_output_surface.h", 730 "test/pixel_test_output_surface.h",
727 "test/pixel_test_software_output_device.cc", 731 "test/pixel_test_software_output_device.cc",
728 "test/pixel_test_software_output_device.h", 732 "test/pixel_test_software_output_device.h",
729 "test/pixel_test_utils.cc", 733 "test/pixel_test_utils.cc",
730 "test/pixel_test_utils.h", 734 "test/pixel_test_utils.h",
735 "test/remote_client_layer_factory.cc",
736 "test/remote_client_layer_factory.h",
731 "test/remote_proto_channel_bridge.cc", 737 "test/remote_proto_channel_bridge.cc",
732 "test/remote_proto_channel_bridge.h", 738 "test/remote_proto_channel_bridge.h",
733 "test/render_pass_test_utils.cc", 739 "test/render_pass_test_utils.cc",
734 "test/render_pass_test_utils.h", 740 "test/render_pass_test_utils.h",
735 "test/scheduler_test_common.cc", 741 "test/scheduler_test_common.cc",
736 "test/scheduler_test_common.h", 742 "test/scheduler_test_common.h",
737 "test/skia_common.cc", 743 "test/skia_common.cc",
738 "test/skia_common.h", 744 "test/skia_common.h",
739 "test/solid_color_content_layer_client.cc", 745 "test/solid_color_content_layer_client.cc",
740 "test/solid_color_content_layer_client.h", 746 "test/solid_color_content_layer_client.h",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
834 "base/list_container_unittest.cc", 840 "base/list_container_unittest.cc",
835 "base/math_util_unittest.cc", 841 "base/math_util_unittest.cc",
836 "base/random_access_list_container_unittest.cc", 842 "base/random_access_list_container_unittest.cc",
837 "base/region_unittest.cc", 843 "base/region_unittest.cc",
838 "base/rolling_time_delta_history_unittest.cc", 844 "base/rolling_time_delta_history_unittest.cc",
839 "base/rtree_unittest.cc", 845 "base/rtree_unittest.cc",
840 "base/simple_enclosed_region_unittest.cc", 846 "base/simple_enclosed_region_unittest.cc",
841 "base/spiral_iterator_unittest.cc", 847 "base/spiral_iterator_unittest.cc",
842 "base/tiling_data_unittest.cc", 848 "base/tiling_data_unittest.cc",
843 "base/unique_notifier_unittest.cc", 849 "base/unique_notifier_unittest.cc",
850 "blimp/compositor_state_deserializer_unittest.cc",
844 "blimp/layer_tree_host_remote_unittest.cc", 851 "blimp/layer_tree_host_remote_unittest.cc",
845 "blimp/picture_data_conversions_unittest.cc", 852 "blimp/picture_data_conversions_unittest.cc",
846 "debug/layer_tree_debug_state_unittest.cc", 853 "debug/layer_tree_debug_state_unittest.cc",
847 "debug/micro_benchmark_controller_unittest.cc", 854 "debug/micro_benchmark_controller_unittest.cc",
848 "debug/rendering_stats_unittest.cc", 855 "debug/rendering_stats_unittest.cc",
849 "input/layer_selection_bound_unittest.cc", 856 "input/layer_selection_bound_unittest.cc",
850 "input/scroll_state_unittest.cc", 857 "input/scroll_state_unittest.cc",
851 "input/scrollbar_animation_controller_linear_fade_unittest.cc", 858 "input/scrollbar_animation_controller_linear_fade_unittest.cc",
852 "input/scrollbar_animation_controller_thinning_unittest.cc", 859 "input/scrollbar_animation_controller_thinning_unittest.cc",
853 "input/top_controls_manager_unittest.cc", 860 "input/top_controls_manager_unittest.cc",
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
1073 "//ui/gl:test_support", 1080 "//ui/gl:test_support",
1074 ] 1081 ]
1075 1082
1076 # This target should not require the Chrome executable to run. 1083 # This target should not require the Chrome executable to run.
1077 assert_no_deps = [ "//chrome" ] 1084 assert_no_deps = [ "//chrome" ]
1078 1085
1079 data = [ 1086 data = [
1080 "test/data/", 1087 "test/data/",
1081 ] 1088 ]
1082 } 1089 }
OLDNEW
« no previous file with comments | « no previous file | cc/blimp/compositor_proto_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698