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