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

Side by Side Diff: cc/BUILD.gn

Issue 2854163003: [cc] Plumb BeginFrameAcks through SurfaceManager to DisplayScheduler. (Closed)
Patch Set: Pass ack via SurfaceDamaged, add back tests. Created 3 years, 7 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
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 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 "test/stub_layer_tree_host_client.h", 626 "test/stub_layer_tree_host_client.h",
627 "test/stub_layer_tree_host_single_thread_client.cc", 627 "test/stub_layer_tree_host_single_thread_client.cc",
628 "test/stub_layer_tree_host_single_thread_client.h", 628 "test/stub_layer_tree_host_single_thread_client.h",
629 "test/stub_surface_factory_client.h", 629 "test/stub_surface_factory_client.h",
630 "test/surface_aggregator_test_helpers.cc", 630 "test/surface_aggregator_test_helpers.cc",
631 "test/surface_aggregator_test_helpers.h", 631 "test/surface_aggregator_test_helpers.h",
632 "test/surface_hittest_test_helpers.cc", 632 "test/surface_hittest_test_helpers.cc",
633 "test/surface_hittest_test_helpers.h", 633 "test/surface_hittest_test_helpers.h",
634 "test/task_graph_runner_test_template.cc", 634 "test/task_graph_runner_test_template.cc",
635 "test/task_graph_runner_test_template.h", 635 "test/task_graph_runner_test_template.h",
636 "test/test_begin_frame_ack_tracker.cc",
637 "test/test_begin_frame_ack_tracker.h",
636 "test/test_compositor_frame_sink.cc", 638 "test/test_compositor_frame_sink.cc",
637 "test/test_compositor_frame_sink.h", 639 "test/test_compositor_frame_sink.h",
638 "test/test_context_provider.cc", 640 "test/test_context_provider.cc",
639 "test/test_context_provider.h", 641 "test/test_context_provider.h",
640 "test/test_context_support.cc", 642 "test/test_context_support.cc",
641 "test/test_context_support.h", 643 "test/test_context_support.h",
642 "test/test_gles2_interface.cc", 644 "test/test_gles2_interface.cc",
643 "test/test_gles2_interface.h", 645 "test/test_gles2_interface.h",
644 "test/test_gpu_memory_buffer_manager.cc", 646 "test/test_gpu_memory_buffer_manager.cc",
645 "test/test_gpu_memory_buffer_manager.h", 647 "test/test_gpu_memory_buffer_manager.h",
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
968 data = [ 970 data = [
969 "test/data/", 971 "test/data/",
970 972
971 # Needed for isolate script to execute. 973 # Needed for isolate script to execute.
972 "//testing/scripts/common.py", 974 "//testing/scripts/common.py",
973 "//testing/xvfb.py", 975 "//testing/xvfb.py",
974 "//testing/scripts/run_gtest_perf_test.py", 976 "//testing/scripts/run_gtest_perf_test.py",
975 "//tools/perf/generate_legacy_perf_dashboard_json.py", 977 "//tools/perf/generate_legacy_perf_dashboard_json.py",
976 ] 978 ]
977 } 979 }
OLDNEW
« no previous file with comments | « no previous file | cc/surfaces/compositor_frame_sink_support.cc » ('j') | cc/surfaces/direct_compositor_frame_sink_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698