| 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 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 574 "test/geometry_test_utils.cc", | 574 "test/geometry_test_utils.cc", |
| 575 "test/geometry_test_utils.h", | 575 "test/geometry_test_utils.h", |
| 576 "test/layer_test_common.cc", | 576 "test/layer_test_common.cc", |
| 577 "test/layer_test_common.h", | 577 "test/layer_test_common.h", |
| 578 "test/layer_tree_json_parser.cc", | 578 "test/layer_tree_json_parser.cc", |
| 579 "test/layer_tree_json_parser.h", | 579 "test/layer_tree_json_parser.h", |
| 580 "test/layer_tree_pixel_resource_test.cc", | 580 "test/layer_tree_pixel_resource_test.cc", |
| 581 "test/layer_tree_pixel_resource_test.h", | 581 "test/layer_tree_pixel_resource_test.h", |
| 582 "test/layer_tree_pixel_test.cc", | 582 "test/layer_tree_pixel_test.cc", |
| 583 "test/layer_tree_pixel_test.h", | 583 "test/layer_tree_pixel_test.h", |
| 584 "test/layer_tree_settings_for_testing.cc", | |
| 585 "test/layer_tree_settings_for_testing.h", | |
| 586 "test/layer_tree_test.cc", | 584 "test/layer_tree_test.cc", |
| 587 "test/layer_tree_test.h", | 585 "test/layer_tree_test.h", |
| 588 "test/mock_helper.h", | 586 "test/mock_helper.h", |
| 589 "test/mock_occlusion_tracker.h", | 587 "test/mock_occlusion_tracker.h", |
| 590 "test/ordered_simple_task_runner.cc", | 588 "test/ordered_simple_task_runner.cc", |
| 591 "test/ordered_simple_task_runner.h", | 589 "test/ordered_simple_task_runner.h", |
| 592 "test/ordered_texture_map.cc", | 590 "test/ordered_texture_map.cc", |
| 593 "test/ordered_texture_map.h", | 591 "test/ordered_texture_map.h", |
| 594 "test/paths.cc", | 592 "test/paths.cc", |
| 595 "test/paths.h", | 593 "test/paths.h", |
| (...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 952 data = [ | 950 data = [ |
| 953 "test/data/", | 951 "test/data/", |
| 954 | 952 |
| 955 # Needed for isolate script to execute. | 953 # Needed for isolate script to execute. |
| 956 "//testing/scripts/common.py", | 954 "//testing/scripts/common.py", |
| 957 "//testing/xvfb.py", | 955 "//testing/xvfb.py", |
| 958 "//testing/scripts/run_gtest_perf_test.py", | 956 "//testing/scripts/run_gtest_perf_test.py", |
| 959 "//tools/perf/generate_legacy_perf_dashboard_json.py", | 957 "//tools/perf/generate_legacy_perf_dashboard_json.py", |
| 960 ] | 958 ] |
| 961 } | 959 } |
| OLD | NEW |