| 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("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
| 6 import("//cc/cc.gni") | 6 import("//cc/cc.gni") |
| 7 | 7 |
| 8 cc_component("cc") { | 8 cc_component("cc") { |
| 9 sources = [ | 9 sources = [ |
| 10 "debug/benchmark_instrumentation.cc", | 10 "debug/benchmark_instrumentation.cc", |
| (...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 607 "test/fake_tile_manager_client.cc", | 607 "test/fake_tile_manager_client.cc", |
| 608 "test/fake_tile_manager_client.h", | 608 "test/fake_tile_manager_client.h", |
| 609 "test/fake_tile_task_manager.cc", | 609 "test/fake_tile_task_manager.cc", |
| 610 "test/fake_tile_task_manager.h", | 610 "test/fake_tile_task_manager.h", |
| 611 "test/fake_ui_resource_layer_tree_host_impl.cc", | 611 "test/fake_ui_resource_layer_tree_host_impl.cc", |
| 612 "test/fake_ui_resource_layer_tree_host_impl.h", | 612 "test/fake_ui_resource_layer_tree_host_impl.h", |
| 613 "test/fake_video_frame_provider.cc", | 613 "test/fake_video_frame_provider.cc", |
| 614 "test/fake_video_frame_provider.h", | 614 "test/fake_video_frame_provider.h", |
| 615 "test/geometry_test_utils.cc", | 615 "test/geometry_test_utils.cc", |
| 616 "test/geometry_test_utils.h", | 616 "test/geometry_test_utils.h", |
| 617 "test/layer_internals_for_test.cc", | |
| 618 "test/layer_internals_for_test.h", | |
| 619 "test/layer_test_common.cc", | 617 "test/layer_test_common.cc", |
| 620 "test/layer_test_common.h", | 618 "test/layer_test_common.h", |
| 621 "test/layer_tree_json_parser.cc", | 619 "test/layer_tree_json_parser.cc", |
| 622 "test/layer_tree_json_parser.h", | 620 "test/layer_tree_json_parser.h", |
| 623 "test/layer_tree_pixel_resource_test.cc", | 621 "test/layer_tree_pixel_resource_test.cc", |
| 624 "test/layer_tree_pixel_resource_test.h", | 622 "test/layer_tree_pixel_resource_test.h", |
| 625 "test/layer_tree_pixel_test.cc", | 623 "test/layer_tree_pixel_test.cc", |
| 626 "test/layer_tree_pixel_test.h", | 624 "test/layer_tree_pixel_test.h", |
| 627 "test/layer_tree_settings_for_testing.cc", | 625 "test/layer_tree_settings_for_testing.cc", |
| 628 "test/layer_tree_settings_for_testing.h", | 626 "test/layer_tree_settings_for_testing.h", |
| (...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 992 data = [ | 990 data = [ |
| 993 "test/data/", | 991 "test/data/", |
| 994 | 992 |
| 995 # Needed for isolate script to execute. | 993 # Needed for isolate script to execute. |
| 996 "//testing/scripts/common.py", | 994 "//testing/scripts/common.py", |
| 997 "//testing/xvfb.py", | 995 "//testing/xvfb.py", |
| 998 "//testing/scripts/run_gtest_perf_test.py", | 996 "//testing/scripts/run_gtest_perf_test.py", |
| 999 "//tools/perf/generate_legacy_perf_dashboard_json.py", | 997 "//tools/perf/generate_legacy_perf_dashboard_json.py", |
| 1000 ] | 998 ] |
| 1001 } | 999 } |
| OLD | NEW |