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

Side by Side Diff: cc/BUILD.gn

Issue 2493853002: cc/blimp: Proto Cleanup. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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/animation/element_id.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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 "playback/skip_image_canvas.cc", 329 "playback/skip_image_canvas.cc",
330 "playback/skip_image_canvas.h", 330 "playback/skip_image_canvas.h",
331 "playback/transform_display_item.cc", 331 "playback/transform_display_item.cc",
332 "playback/transform_display_item.h", 332 "playback/transform_display_item.h",
333 "proto/base_conversions.cc", 333 "proto/base_conversions.cc",
334 "proto/base_conversions.h", 334 "proto/base_conversions.h",
335 "proto/cc_conversions.cc", 335 "proto/cc_conversions.cc",
336 "proto/cc_conversions.h", 336 "proto/cc_conversions.h",
337 "proto/gfx_conversions.cc", 337 "proto/gfx_conversions.cc",
338 "proto/gfx_conversions.h", 338 "proto/gfx_conversions.h",
339 "proto/gpu_conversions.cc",
340 "proto/gpu_conversions.h",
341 "proto/skia_conversions.cc", 339 "proto/skia_conversions.cc",
342 "proto/skia_conversions.h", 340 "proto/skia_conversions.h",
343 "proto/synced_property_conversions.cc",
344 "proto/synced_property_conversions.h",
345 "quads/content_draw_quad_base.cc", 341 "quads/content_draw_quad_base.cc",
346 "quads/content_draw_quad_base.h", 342 "quads/content_draw_quad_base.h",
347 "quads/debug_border_draw_quad.cc", 343 "quads/debug_border_draw_quad.cc",
348 "quads/debug_border_draw_quad.h", 344 "quads/debug_border_draw_quad.h",
349 "quads/draw_polygon.cc", 345 "quads/draw_polygon.cc",
350 "quads/draw_polygon.h", 346 "quads/draw_polygon.h",
351 "quads/draw_quad.cc", 347 "quads/draw_quad.cc",
352 "quads/draw_quad.h", 348 "quads/draw_quad.h",
353 "quads/largest_draw_quad.cc", 349 "quads/largest_draw_quad.cc",
354 "quads/largest_draw_quad.h", 350 "quads/largest_draw_quad.h",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 "resources/ui_resource_manager.cc", 438 "resources/ui_resource_manager.cc",
443 "resources/ui_resource_manager.h", 439 "resources/ui_resource_manager.h",
444 "resources/ui_resource_request.cc", 440 "resources/ui_resource_request.cc",
445 "resources/ui_resource_request.h", 441 "resources/ui_resource_request.h",
446 "resources/video_resource_updater.cc", 442 "resources/video_resource_updater.cc",
447 "resources/video_resource_updater.h", 443 "resources/video_resource_updater.h",
448 "scheduler/begin_frame_source.cc", 444 "scheduler/begin_frame_source.cc",
449 "scheduler/begin_frame_source.h", 445 "scheduler/begin_frame_source.h",
450 "scheduler/begin_frame_tracker.cc", 446 "scheduler/begin_frame_tracker.cc",
451 "scheduler/begin_frame_tracker.h", 447 "scheduler/begin_frame_tracker.h",
452 "scheduler/commit_earlyout_reason.cc",
453 "scheduler/commit_earlyout_reason.h", 448 "scheduler/commit_earlyout_reason.h",
454 "scheduler/compositor_timing_history.cc", 449 "scheduler/compositor_timing_history.cc",
455 "scheduler/compositor_timing_history.h", 450 "scheduler/compositor_timing_history.h",
456 "scheduler/delay_based_time_source.cc", 451 "scheduler/delay_based_time_source.cc",
457 "scheduler/delay_based_time_source.h", 452 "scheduler/delay_based_time_source.h",
458 "scheduler/draw_result.h", 453 "scheduler/draw_result.h",
459 "scheduler/scheduler.cc", 454 "scheduler/scheduler.cc",
460 "scheduler/scheduler.h", 455 "scheduler/scheduler.h",
461 "scheduler/scheduler_settings.cc", 456 "scheduler/scheduler_settings.cc",
462 "scheduler/scheduler_settings.h", 457 "scheduler/scheduler_settings.h",
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 "base/rtree_unittest.cc", 841 "base/rtree_unittest.cc",
847 "base/simple_enclosed_region_unittest.cc", 842 "base/simple_enclosed_region_unittest.cc",
848 "base/spiral_iterator_unittest.cc", 843 "base/spiral_iterator_unittest.cc",
849 "base/tiling_data_unittest.cc", 844 "base/tiling_data_unittest.cc",
850 "base/unique_notifier_unittest.cc", 845 "base/unique_notifier_unittest.cc",
851 "blimp/compositor_state_deserializer_unittest.cc", 846 "blimp/compositor_state_deserializer_unittest.cc",
852 "blimp/layer_tree_host_remote_unittest.cc", 847 "blimp/layer_tree_host_remote_unittest.cc",
853 "blimp/layer_tree_host_unittest_serialization.cc", 848 "blimp/layer_tree_host_unittest_serialization.cc",
854 "blimp/picture_data_conversions_unittest.cc", 849 "blimp/picture_data_conversions_unittest.cc",
855 "blimp/synced_property_remote_unittest.cc", 850 "blimp/synced_property_remote_unittest.cc",
856 "debug/layer_tree_debug_state_unittest.cc",
857 "debug/micro_benchmark_controller_unittest.cc", 851 "debug/micro_benchmark_controller_unittest.cc",
858 "debug/rendering_stats_unittest.cc", 852 "debug/rendering_stats_unittest.cc",
859 "input/browser_controls_offset_manager_unittest.cc", 853 "input/browser_controls_offset_manager_unittest.cc",
860 "input/layer_selection_bound_unittest.cc", 854 "input/layer_selection_bound_unittest.cc",
861 "input/scroll_state_unittest.cc", 855 "input/scroll_state_unittest.cc",
862 "input/scrollbar_animation_controller_linear_fade_unittest.cc", 856 "input/scrollbar_animation_controller_linear_fade_unittest.cc",
863 "input/scrollbar_animation_controller_thinning_unittest.cc", 857 "input/scrollbar_animation_controller_thinning_unittest.cc",
864 "ipc/cc_param_traits_unittest.cc", 858 "ipc/cc_param_traits_unittest.cc",
865 "ipc/struct_traits_unittest.cc", 859 "ipc/struct_traits_unittest.cc",
866 "layers/heads_up_display_layer_impl_unittest.cc", 860 "layers/heads_up_display_layer_impl_unittest.cc",
(...skipping 26 matching lines...) Expand all
893 "layers/video_layer_impl_unittest.cc", 887 "layers/video_layer_impl_unittest.cc",
894 "layers/viewport_unittest.cc", 888 "layers/viewport_unittest.cc",
895 "output/begin_frame_args_unittest.cc", 889 "output/begin_frame_args_unittest.cc",
896 "output/bsp_tree_unittest.cc", 890 "output/bsp_tree_unittest.cc",
897 "output/buffer_to_texture_target_map_unittest.cc", 891 "output/buffer_to_texture_target_map_unittest.cc",
898 "output/compositor_frame_sink_unittest.cc", 892 "output/compositor_frame_sink_unittest.cc",
899 "output/context_cache_controller_unittest.cc", 893 "output/context_cache_controller_unittest.cc",
900 "output/filter_operations_unittest.cc", 894 "output/filter_operations_unittest.cc",
901 "output/gl_renderer_unittest.cc", 895 "output/gl_renderer_unittest.cc",
902 "output/layer_quad_unittest.cc", 896 "output/layer_quad_unittest.cc",
903 "output/managed_memory_policy_unittest.cc",
904 "output/overlay_unittest.cc", 897 "output/overlay_unittest.cc",
905 "output/renderer_pixeltest.cc", 898 "output/renderer_pixeltest.cc",
906 "output/renderer_settings_unittest.cc",
907 "output/shader_unittest.cc", 899 "output/shader_unittest.cc",
908 "output/software_renderer_unittest.cc", 900 "output/software_renderer_unittest.cc",
909 "output/texture_mailbox_deleter_unittest.cc", 901 "output/texture_mailbox_deleter_unittest.cc",
910 "playback/discardable_image_map_unittest.cc", 902 "playback/discardable_image_map_unittest.cc",
911 "playback/display_item_list_unittest.cc", 903 "playback/display_item_list_unittest.cc",
912 "playback/raster_source_unittest.cc", 904 "playback/raster_source_unittest.cc",
913 "playback/recording_source_unittest.cc", 905 "playback/recording_source_unittest.cc",
914 "proto/base_conversions_unittest.cc", 906 "proto/base_conversions_unittest.cc",
915 "proto/cc_conversions_unittest.cc", 907 "proto/cc_conversions_unittest.cc",
916 "proto/gfx_conversions_unittest.cc", 908 "proto/gfx_conversions_unittest.cc",
917 "proto/gpu_conversions_unittest.cc",
918 "proto/skia_conversions_unittest.cc", 909 "proto/skia_conversions_unittest.cc",
919 "proto/synced_property_conversions_unittest.cc",
920 "quads/draw_polygon_unittest.cc", 910 "quads/draw_polygon_unittest.cc",
921 "quads/draw_quad_unittest.cc", 911 "quads/draw_quad_unittest.cc",
922 "quads/render_pass_unittest.cc", 912 "quads/render_pass_unittest.cc",
923 "raster/raster_buffer_provider_unittest.cc", 913 "raster/raster_buffer_provider_unittest.cc",
924 "raster/scoped_gpu_raster_unittest.cc", 914 "raster/scoped_gpu_raster_unittest.cc",
925 "raster/single_thread_task_graph_runner_unittest.cc", 915 "raster/single_thread_task_graph_runner_unittest.cc",
926 "raster/synchronous_task_graph_runner_unittest.cc", 916 "raster/synchronous_task_graph_runner_unittest.cc",
927 "raster/texture_compressor_etc1_unittest.cc", 917 "raster/texture_compressor_etc1_unittest.cc",
928 "resources/platform_color_unittest.cc", 918 "resources/platform_color_unittest.cc",
929 "resources/resource_pool_unittest.cc", 919 "resources/resource_pool_unittest.cc",
930 "resources/resource_provider_unittest.cc", 920 "resources/resource_provider_unittest.cc",
931 "resources/resource_util_unittest.cc", 921 "resources/resource_util_unittest.cc",
932 "resources/scoped_resource_unittest.cc", 922 "resources/scoped_resource_unittest.cc",
933 "resources/video_resource_updater_unittest.cc", 923 "resources/video_resource_updater_unittest.cc",
934 "scheduler/begin_frame_source_unittest.cc", 924 "scheduler/begin_frame_source_unittest.cc",
935 "scheduler/commit_earlyout_reason_unittest.cc",
936 "scheduler/compositor_timing_history_unittest.cc", 925 "scheduler/compositor_timing_history_unittest.cc",
937 "scheduler/delay_based_time_source_unittest.cc", 926 "scheduler/delay_based_time_source_unittest.cc",
938 "scheduler/scheduler_state_machine_unittest.cc", 927 "scheduler/scheduler_state_machine_unittest.cc",
939 "scheduler/scheduler_unittest.cc", 928 "scheduler/scheduler_unittest.cc",
940 "test/begin_frame_source_test_unittest.cc", 929 "test/begin_frame_source_test_unittest.cc",
941 "test/layer_tree_json_parser_unittest.cc", 930 "test/layer_tree_json_parser_unittest.cc",
942 "test/mock_helper_unittest.cc", 931 "test/mock_helper_unittest.cc",
943 "test/ordered_simple_task_runner_unittest.cc", 932 "test/ordered_simple_task_runner_unittest.cc",
944 "test/test_web_graphics_context_3d_unittest.cc", 933 "test/test_web_graphics_context_3d_unittest.cc",
945 "tiles/gpu_image_decode_controller_unittest.cc", 934 "tiles/gpu_image_decode_controller_unittest.cc",
(...skipping 23 matching lines...) Expand all
969 "trees/layer_tree_host_unittest_occlusion.cc", 958 "trees/layer_tree_host_unittest_occlusion.cc",
970 "trees/layer_tree_host_unittest_picture.cc", 959 "trees/layer_tree_host_unittest_picture.cc",
971 "trees/layer_tree_host_unittest_proxy.cc", 960 "trees/layer_tree_host_unittest_proxy.cc",
972 "trees/layer_tree_host_unittest_record_gpu_histogram.cc", 961 "trees/layer_tree_host_unittest_record_gpu_histogram.cc",
973 "trees/layer_tree_host_unittest_scroll.cc", 962 "trees/layer_tree_host_unittest_scroll.cc",
974 "trees/layer_tree_host_unittest_video.cc", 963 "trees/layer_tree_host_unittest_video.cc",
975 "trees/layer_tree_impl_unittest.cc", 964 "trees/layer_tree_impl_unittest.cc",
976 "trees/occlusion_tracker_unittest.cc", 965 "trees/occlusion_tracker_unittest.cc",
977 "trees/occlusion_unittest.cc", 966 "trees/occlusion_unittest.cc",
978 "trees/property_tree_unittest.cc", 967 "trees/property_tree_unittest.cc",
979 "trees/proxy_common_unittest.cc",
980 "trees/swap_promise_manager_unittest.cc", 968 "trees/swap_promise_manager_unittest.cc",
981 "trees/tree_synchronizer_unittest.cc", 969 "trees/tree_synchronizer_unittest.cc",
982 970
983 # Surfaces test files. 971 # Surfaces test files.
984 "surfaces/direct_compositor_frame_sink_unittest.cc", 972 "surfaces/direct_compositor_frame_sink_unittest.cc",
985 "surfaces/display_scheduler_unittest.cc", 973 "surfaces/display_scheduler_unittest.cc",
986 "surfaces/display_unittest.cc", 974 "surfaces/display_unittest.cc",
987 "surfaces/surface_aggregator_unittest.cc", 975 "surfaces/surface_aggregator_unittest.cc",
988 "surfaces/surface_factory_unittest.cc", 976 "surfaces/surface_factory_unittest.cc",
989 "surfaces/surface_hittest_unittest.cc", 977 "surfaces/surface_hittest_unittest.cc",
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
1086 data = [ 1074 data = [
1087 "test/data/", 1075 "test/data/",
1088 1076
1089 # Needed for isolate script to execute. 1077 # Needed for isolate script to execute.
1090 "//testing/scripts/common.py", 1078 "//testing/scripts/common.py",
1091 "//testing/xvfb.py", 1079 "//testing/xvfb.py",
1092 "//testing/scripts/run_gtest_perf_test.py", 1080 "//testing/scripts/run_gtest_perf_test.py",
1093 "//tools/perf/generate_legacy_perf_dashboard_json.py", 1081 "//tools/perf/generate_legacy_perf_dashboard_json.py",
1094 ] 1082 ]
1095 } 1083 }
OLDNEW
« no previous file with comments | « no previous file | cc/animation/element_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698