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

Side by Side Diff: cc/BUILD.gn

Issue 2795683003: [cc]Replace use of SurfaceFactory with CompositorFrameSinkSupport in tests (Closed)
Patch Set: Update returned_resources_ in FakeCompositorFrameSinkSupportClient::DidReceiveCompositorFrameAck 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/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 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 "test/animation_timelines_test_common.cc", 516 "test/animation_timelines_test_common.cc",
517 "test/animation_timelines_test_common.h", 517 "test/animation_timelines_test_common.h",
518 "test/begin_frame_args_test.cc", 518 "test/begin_frame_args_test.cc",
519 "test/begin_frame_args_test.h", 519 "test/begin_frame_args_test.h",
520 "test/begin_frame_source_test.cc", 520 "test/begin_frame_source_test.cc",
521 "test/begin_frame_source_test.h", 521 "test/begin_frame_source_test.h",
522 "test/fake_compositor_frame_sink.cc", 522 "test/fake_compositor_frame_sink.cc",
523 "test/fake_compositor_frame_sink.h", 523 "test/fake_compositor_frame_sink.h",
524 "test/fake_compositor_frame_sink_client.cc", 524 "test/fake_compositor_frame_sink_client.cc",
525 "test/fake_compositor_frame_sink_client.h", 525 "test/fake_compositor_frame_sink_client.h",
526 "test/fake_compositor_frame_sink_support_client.cc",
527 "test/fake_compositor_frame_sink_support_client.h",
526 "test/fake_content_layer_client.cc", 528 "test/fake_content_layer_client.cc",
527 "test/fake_content_layer_client.h", 529 "test/fake_content_layer_client.h",
528 "test/fake_external_begin_frame_source.cc", 530 "test/fake_external_begin_frame_source.cc",
529 "test/fake_external_begin_frame_source.h", 531 "test/fake_external_begin_frame_source.h",
530 "test/fake_impl_task_runner_provider.h", 532 "test/fake_impl_task_runner_provider.h",
531 "test/fake_layer_tree_host.cc", 533 "test/fake_layer_tree_host.cc",
532 "test/fake_layer_tree_host.h", 534 "test/fake_layer_tree_host.h",
533 "test/fake_layer_tree_host_client.cc", 535 "test/fake_layer_tree_host_client.cc",
534 "test/fake_layer_tree_host_client.h", 536 "test/fake_layer_tree_host_client.h",
535 "test/fake_layer_tree_host_impl.cc", 537 "test/fake_layer_tree_host_impl.cc",
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
956 data = [ 958 data = [
957 "test/data/", 959 "test/data/",
958 960
959 # Needed for isolate script to execute. 961 # Needed for isolate script to execute.
960 "//testing/scripts/common.py", 962 "//testing/scripts/common.py",
961 "//testing/xvfb.py", 963 "//testing/xvfb.py",
962 "//testing/scripts/run_gtest_perf_test.py", 964 "//testing/scripts/run_gtest_perf_test.py",
963 "//tools/perf/generate_legacy_perf_dashboard_json.py", 965 "//tools/perf/generate_legacy_perf_dashboard_json.py",
964 ] 966 ]
965 } 967 }
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