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

Side by Side Diff: cc/BUILD.gn

Issue 2824053003: Split SurfaceFactoryClient Into Four Interfaces (Closed)
Patch Set: Address Nits Created 3 years, 8 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/surfaces/BUILD.gn » ('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("//cc/cc.gni") 5 import("//cc/cc.gni")
6 import("//gpu/vulkan/features.gni") 6 import("//gpu/vulkan/features.gni")
7 7
8 cc_component("cc") { 8 cc_component("cc") {
9 sources = [ 9 sources = [
10 "benchmarks/benchmark_instrumentation.cc", 10 "benchmarks/benchmark_instrumentation.cc",
(...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 "test/fake_raster_source.cc", 559 "test/fake_raster_source.cc",
560 "test/fake_raster_source.h", 560 "test/fake_raster_source.h",
561 "test/fake_recording_source.cc", 561 "test/fake_recording_source.cc",
562 "test/fake_recording_source.h", 562 "test/fake_recording_source.h",
563 "test/fake_rendering_stats_instrumentation.h", 563 "test/fake_rendering_stats_instrumentation.h",
564 "test/fake_resource_provider.h", 564 "test/fake_resource_provider.h",
565 "test/fake_scoped_ui_resource.cc", 565 "test/fake_scoped_ui_resource.cc",
566 "test/fake_scoped_ui_resource.h", 566 "test/fake_scoped_ui_resource.h",
567 "test/fake_scrollbar.cc", 567 "test/fake_scrollbar.cc",
568 "test/fake_scrollbar.h", 568 "test/fake_scrollbar.h",
569 "test/fake_surface_resource_holder_client.cc",
570 "test/fake_surface_resource_holder_client.h",
569 "test/fake_tile_manager.cc", 571 "test/fake_tile_manager.cc",
570 "test/fake_tile_manager.h", 572 "test/fake_tile_manager.h",
571 "test/fake_tile_manager_client.cc", 573 "test/fake_tile_manager_client.cc",
572 "test/fake_tile_manager_client.h", 574 "test/fake_tile_manager_client.h",
573 "test/fake_tile_task_manager.cc", 575 "test/fake_tile_task_manager.cc",
574 "test/fake_tile_task_manager.h", 576 "test/fake_tile_task_manager.h",
575 "test/fake_ui_resource_layer_tree_host_impl.cc", 577 "test/fake_ui_resource_layer_tree_host_impl.cc",
576 "test/fake_ui_resource_layer_tree_host_impl.h", 578 "test/fake_ui_resource_layer_tree_host_impl.h",
577 "test/fake_video_frame_provider.cc", 579 "test/fake_video_frame_provider.cc",
578 "test/fake_video_frame_provider.h", 580 "test/fake_video_frame_provider.h",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 "test/scheduler_test_common.cc", 615 "test/scheduler_test_common.cc",
614 "test/scheduler_test_common.h", 616 "test/scheduler_test_common.h",
615 "test/skia_common.cc", 617 "test/skia_common.cc",
616 "test/skia_common.h", 618 "test/skia_common.h",
617 "test/solid_color_content_layer_client.cc", 619 "test/solid_color_content_layer_client.cc",
618 "test/solid_color_content_layer_client.h", 620 "test/solid_color_content_layer_client.h",
619 "test/stub_layer_tree_host_client.cc", 621 "test/stub_layer_tree_host_client.cc",
620 "test/stub_layer_tree_host_client.h", 622 "test/stub_layer_tree_host_client.h",
621 "test/stub_layer_tree_host_single_thread_client.cc", 623 "test/stub_layer_tree_host_single_thread_client.cc",
622 "test/stub_layer_tree_host_single_thread_client.h", 624 "test/stub_layer_tree_host_single_thread_client.h",
625 "test/stub_surface_factory_client.h",
623 "test/surface_aggregator_test_helpers.cc", 626 "test/surface_aggregator_test_helpers.cc",
624 "test/surface_aggregator_test_helpers.h", 627 "test/surface_aggregator_test_helpers.h",
625 "test/surface_hittest_test_helpers.cc", 628 "test/surface_hittest_test_helpers.cc",
626 "test/surface_hittest_test_helpers.h", 629 "test/surface_hittest_test_helpers.h",
627 "test/task_graph_runner_test_template.cc", 630 "test/task_graph_runner_test_template.cc",
628 "test/task_graph_runner_test_template.h", 631 "test/task_graph_runner_test_template.h",
629 "test/test_compositor_frame_sink.cc", 632 "test/test_compositor_frame_sink.cc",
630 "test/test_compositor_frame_sink.h", 633 "test/test_compositor_frame_sink.h",
631 "test/test_context_provider.cc", 634 "test/test_context_provider.cc",
632 "test/test_context_provider.h", 635 "test/test_context_provider.h",
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 data = [ 961 data = [
959 "test/data/", 962 "test/data/",
960 963
961 # Needed for isolate script to execute. 964 # Needed for isolate script to execute.
962 "//testing/scripts/common.py", 965 "//testing/scripts/common.py",
963 "//testing/xvfb.py", 966 "//testing/xvfb.py",
964 "//testing/scripts/run_gtest_perf_test.py", 967 "//testing/scripts/run_gtest_perf_test.py",
965 "//tools/perf/generate_legacy_perf_dashboard_json.py", 968 "//tools/perf/generate_legacy_perf_dashboard_json.py",
966 ] 969 ]
967 } 970 }
OLDNEW
« no previous file with comments | « no previous file | cc/surfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698