OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |