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

Side by Side Diff: cc/BUILD.gn

Issue 2194013002: cc: Delete the Renderer base class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dcheck-delegating
Patch Set: delete-renderer-base-class: rebase Created 4 years, 4 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/cc_tests.gyp » ('j') | cc/output/delegating_renderer.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 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 "test/begin_frame_args_test.cc", 603 "test/begin_frame_args_test.cc",
604 "test/begin_frame_args_test.h", 604 "test/begin_frame_args_test.h",
605 "test/begin_frame_source_test.cc", 605 "test/begin_frame_source_test.cc",
606 "test/begin_frame_source_test.h", 606 "test/begin_frame_source_test.h",
607 "test/fake_channel_impl.cc", 607 "test/fake_channel_impl.cc",
608 "test/fake_channel_impl.h", 608 "test/fake_channel_impl.h",
609 "test/fake_client_picture_cache.cc", 609 "test/fake_client_picture_cache.cc",
610 "test/fake_client_picture_cache.h", 610 "test/fake_client_picture_cache.h",
611 "test/fake_content_layer_client.cc", 611 "test/fake_content_layer_client.cc",
612 "test/fake_content_layer_client.h", 612 "test/fake_content_layer_client.h",
613 "test/fake_direct_renderer_client.cc",
614 "test/fake_direct_renderer_client.h",
613 "test/fake_engine_picture_cache.cc", 615 "test/fake_engine_picture_cache.cc",
614 "test/fake_engine_picture_cache.h", 616 "test/fake_engine_picture_cache.h",
615 "test/fake_external_begin_frame_source.cc", 617 "test/fake_external_begin_frame_source.cc",
616 "test/fake_external_begin_frame_source.h", 618 "test/fake_external_begin_frame_source.h",
617 "test/fake_image_serialization_processor.cc", 619 "test/fake_image_serialization_processor.cc",
618 "test/fake_image_serialization_processor.h", 620 "test/fake_image_serialization_processor.h",
619 "test/fake_impl_task_runner_provider.h", 621 "test/fake_impl_task_runner_provider.h",
620 "test/fake_layer_tree_host.cc", 622 "test/fake_layer_tree_host.cc",
621 "test/fake_layer_tree_host.h", 623 "test/fake_layer_tree_host.h",
622 "test/fake_layer_tree_host_client.cc", 624 "test/fake_layer_tree_host_client.cc",
(...skipping 17 matching lines...) Expand all
640 "test/fake_picture_layer_tiling_client.cc", 642 "test/fake_picture_layer_tiling_client.cc",
641 "test/fake_picture_layer_tiling_client.h", 643 "test/fake_picture_layer_tiling_client.h",
642 "test/fake_proxy.cc", 644 "test/fake_proxy.cc",
643 "test/fake_proxy.h", 645 "test/fake_proxy.h",
644 "test/fake_raster_buffer_provider.cc", 646 "test/fake_raster_buffer_provider.cc",
645 "test/fake_raster_buffer_provider.h", 647 "test/fake_raster_buffer_provider.h",
646 "test/fake_raster_source.cc", 648 "test/fake_raster_source.cc",
647 "test/fake_raster_source.h", 649 "test/fake_raster_source.h",
648 "test/fake_recording_source.cc", 650 "test/fake_recording_source.cc",
649 "test/fake_recording_source.h", 651 "test/fake_recording_source.h",
650 "test/fake_renderer_client.cc",
651 "test/fake_renderer_client.h",
652 "test/fake_rendering_stats_instrumentation.h", 652 "test/fake_rendering_stats_instrumentation.h",
653 "test/fake_resource_provider.h", 653 "test/fake_resource_provider.h",
654 "test/fake_scoped_ui_resource.cc", 654 "test/fake_scoped_ui_resource.cc",
655 "test/fake_scoped_ui_resource.h", 655 "test/fake_scoped_ui_resource.h",
656 "test/fake_scrollbar.cc", 656 "test/fake_scrollbar.cc",
657 "test/fake_scrollbar.h", 657 "test/fake_scrollbar.h",
658 "test/fake_tile_manager.cc", 658 "test/fake_tile_manager.cc",
659 "test/fake_tile_manager.h", 659 "test/fake_tile_manager.h",
660 "test/fake_tile_manager_client.cc", 660 "test/fake_tile_manager_client.cc",
661 "test/fake_tile_manager_client.h", 661 "test/fake_tile_manager_client.h",
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
858 "output/buffer_to_texture_target_map_unittest.cc", 858 "output/buffer_to_texture_target_map_unittest.cc",
859 "output/delegating_renderer_unittest.cc", 859 "output/delegating_renderer_unittest.cc",
860 "output/filter_operations_unittest.cc", 860 "output/filter_operations_unittest.cc",
861 "output/gl_renderer_unittest.cc", 861 "output/gl_renderer_unittest.cc",
862 "output/layer_quad_unittest.cc", 862 "output/layer_quad_unittest.cc",
863 "output/managed_memory_policy_unittest.cc", 863 "output/managed_memory_policy_unittest.cc",
864 "output/output_surface_unittest.cc", 864 "output/output_surface_unittest.cc",
865 "output/overlay_unittest.cc", 865 "output/overlay_unittest.cc",
866 "output/renderer_pixeltest.cc", 866 "output/renderer_pixeltest.cc",
867 "output/renderer_settings_unittest.cc", 867 "output/renderer_settings_unittest.cc",
868 "output/renderer_unittest.cc",
869 "output/shader_unittest.cc", 868 "output/shader_unittest.cc",
870 "output/software_renderer_unittest.cc", 869 "output/software_renderer_unittest.cc",
871 "output/texture_mailbox_deleter_unittest.cc", 870 "output/texture_mailbox_deleter_unittest.cc",
872 "playback/discardable_image_map_unittest.cc", 871 "playback/discardable_image_map_unittest.cc",
873 "playback/display_item_list_unittest.cc", 872 "playback/display_item_list_unittest.cc",
874 "playback/raster_source_unittest.cc", 873 "playback/raster_source_unittest.cc",
875 "playback/recording_source_unittest.cc", 874 "playback/recording_source_unittest.cc",
876 "proto/base_conversions_unittest.cc", 875 "proto/base_conversions_unittest.cc",
877 "proto/cc_conversions_unittest.cc", 876 "proto/cc_conversions_unittest.cc",
878 "proto/gfx_conversions_unittest.cc", 877 "proto/gfx_conversions_unittest.cc",
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
1037 "//ui/gfx/geometry", 1036 "//ui/gfx/geometry",
1038 "//ui/gl", 1037 "//ui/gl",
1039 "//ui/gl:test_support", 1038 "//ui/gl:test_support",
1040 ] 1039 ]
1041 1040
1042 # This target should not require the Chrome executable to run. 1041 # This target should not require the Chrome executable to run.
1043 assert_no_deps = [ "//chrome" ] 1042 assert_no_deps = [ "//chrome" ]
1044 } 1043 }
1045 # When adding support for isolates, please have a look at run-time dependencies 1044 # When adding support for isolates, please have a look at run-time dependencies
1046 # in the cc_unittests_run target in cc_tests.gyp. 1045 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/output/delegating_renderer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698