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

Side by Side Diff: cc/BUILD.gn

Issue 2854163003: [cc] Plumb BeginFrameAcks through SurfaceManager to DisplayScheduler. (Closed)
Patch Set: fix clang compile error Created 3 years, 6 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/compositor_frame_sink_support.cc » ('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 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 "test/fake_raster_source.cc", 561 "test/fake_raster_source.cc",
562 "test/fake_raster_source.h", 562 "test/fake_raster_source.h",
563 "test/fake_recording_source.cc", 563 "test/fake_recording_source.cc",
564 "test/fake_recording_source.h", 564 "test/fake_recording_source.h",
565 "test/fake_rendering_stats_instrumentation.h", 565 "test/fake_rendering_stats_instrumentation.h",
566 "test/fake_resource_provider.h", 566 "test/fake_resource_provider.h",
567 "test/fake_scoped_ui_resource.cc", 567 "test/fake_scoped_ui_resource.cc",
568 "test/fake_scoped_ui_resource.h", 568 "test/fake_scoped_ui_resource.h",
569 "test/fake_scrollbar.cc", 569 "test/fake_scrollbar.cc",
570 "test/fake_scrollbar.h", 570 "test/fake_scrollbar.h",
571 "test/fake_surface_observer.cc",
572 "test/fake_surface_observer.h",
571 "test/fake_surface_resource_holder_client.cc", 573 "test/fake_surface_resource_holder_client.cc",
572 "test/fake_surface_resource_holder_client.h", 574 "test/fake_surface_resource_holder_client.h",
573 "test/fake_tile_manager.cc", 575 "test/fake_tile_manager.cc",
574 "test/fake_tile_manager.h", 576 "test/fake_tile_manager.h",
575 "test/fake_tile_manager_client.cc", 577 "test/fake_tile_manager_client.cc",
576 "test/fake_tile_manager_client.h", 578 "test/fake_tile_manager_client.h",
577 "test/fake_tile_task_manager.cc", 579 "test/fake_tile_task_manager.cc",
578 "test/fake_tile_task_manager.h", 580 "test/fake_tile_task_manager.h",
579 "test/fake_ui_resource_layer_tree_host_impl.cc", 581 "test/fake_ui_resource_layer_tree_host_impl.cc",
580 "test/fake_ui_resource_layer_tree_host_impl.h", 582 "test/fake_ui_resource_layer_tree_host_impl.h",
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
967 data = [ 969 data = [
968 "test/data/", 970 "test/data/",
969 971
970 # Needed for isolate script to execute. 972 # Needed for isolate script to execute.
971 "//testing/scripts/common.py", 973 "//testing/scripts/common.py",
972 "//testing/xvfb.py", 974 "//testing/xvfb.py",
973 "//testing/scripts/run_gtest_perf_test.py", 975 "//testing/scripts/run_gtest_perf_test.py",
974 "//tools/perf/generate_legacy_perf_dashboard_json.py", 976 "//tools/perf/generate_legacy_perf_dashboard_json.py",
975 ] 977 ]
976 } 978 }
OLDNEW
« no previous file with comments | « no previous file | cc/surfaces/compositor_frame_sink_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698