| 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 834 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 845 "animation/scroll_offset_animation_curve_unittest.cc", | 845 "animation/scroll_offset_animation_curve_unittest.cc", |
| 846 "animation/transform_operations_unittest.cc", | 846 "animation/transform_operations_unittest.cc", |
| 847 | 847 |
| 848 # Surfaces test files. | 848 # Surfaces test files. |
| 849 "surfaces/compositor_frame_sink_support_unittest.cc", | 849 "surfaces/compositor_frame_sink_support_unittest.cc", |
| 850 "surfaces/direct_compositor_frame_sink_unittest.cc", | 850 "surfaces/direct_compositor_frame_sink_unittest.cc", |
| 851 "surfaces/display_scheduler_unittest.cc", | 851 "surfaces/display_scheduler_unittest.cc", |
| 852 "surfaces/display_unittest.cc", | 852 "surfaces/display_unittest.cc", |
| 853 "surfaces/referenced_surface_tracker_unittest.cc", | 853 "surfaces/referenced_surface_tracker_unittest.cc", |
| 854 "surfaces/surface_aggregator_unittest.cc", | 854 "surfaces/surface_aggregator_unittest.cc", |
| 855 "surfaces/surface_factory_unittest.cc", | |
| 856 "surfaces/surface_hittest_unittest.cc", | 855 "surfaces/surface_hittest_unittest.cc", |
| 857 "surfaces/surface_manager_ref_unittest.cc", | 856 "surfaces/surface_manager_ref_unittest.cc", |
| 858 "surfaces/surface_manager_unittest.cc", | 857 "surfaces/surface_manager_unittest.cc", |
| 859 "surfaces/surface_sequence_generator_unittest.cc", | 858 "surfaces/surface_sequence_generator_unittest.cc", |
| 860 "surfaces/surface_unittest.cc", | 859 "surfaces/surface_unittest.cc", |
| 861 "surfaces/surfaces_pixeltest.cc", | 860 "surfaces/surfaces_pixeltest.cc", |
| 862 | 861 |
| 863 # Setup. | 862 # Setup. |
| 864 "test/cc_test_suite.cc", | 863 "test/cc_test_suite.cc", |
| 865 "test/cc_test_suite.h", | 864 "test/cc_test_suite.h", |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 961 data = [ | 960 data = [ |
| 962 "test/data/", | 961 "test/data/", |
| 963 | 962 |
| 964 # Needed for isolate script to execute. | 963 # Needed for isolate script to execute. |
| 965 "//testing/scripts/common.py", | 964 "//testing/scripts/common.py", |
| 966 "//testing/xvfb.py", | 965 "//testing/xvfb.py", |
| 967 "//testing/scripts/run_gtest_perf_test.py", | 966 "//testing/scripts/run_gtest_perf_test.py", |
| 968 "//tools/perf/generate_legacy_perf_dashboard_json.py", | 967 "//tools/perf/generate_legacy_perf_dashboard_json.py", |
| 969 ] | 968 ] |
| 970 } | 969 } |
| OLD | NEW |