| 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 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |