| 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 "blimp/client_picture_cache.h", | 10 "blimp/client_picture_cache.h", |
| (...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 415 "scheduler/delay_based_time_source.cc", | 415 "scheduler/delay_based_time_source.cc", |
| 416 "scheduler/delay_based_time_source.h", | 416 "scheduler/delay_based_time_source.h", |
| 417 "scheduler/draw_result.h", | 417 "scheduler/draw_result.h", |
| 418 "scheduler/scheduler.cc", | 418 "scheduler/scheduler.cc", |
| 419 "scheduler/scheduler.h", | 419 "scheduler/scheduler.h", |
| 420 "scheduler/scheduler_settings.cc", | 420 "scheduler/scheduler_settings.cc", |
| 421 "scheduler/scheduler_settings.h", | 421 "scheduler/scheduler_settings.h", |
| 422 "scheduler/scheduler_state_machine.cc", | 422 "scheduler/scheduler_state_machine.cc", |
| 423 "scheduler/scheduler_state_machine.h", | 423 "scheduler/scheduler_state_machine.h", |
| 424 "scheduler/video_frame_controller.h", | 424 "scheduler/video_frame_controller.h", |
| 425 "tiles/decoded_image_tracker.cc", | |
| 426 "tiles/decoded_image_tracker.h", | |
| 427 "tiles/eviction_tile_priority_queue.cc", | 425 "tiles/eviction_tile_priority_queue.cc", |
| 428 "tiles/eviction_tile_priority_queue.h", | 426 "tiles/eviction_tile_priority_queue.h", |
| 429 "tiles/gpu_image_decode_cache.cc", | 427 "tiles/gpu_image_decode_cache.cc", |
| 430 "tiles/gpu_image_decode_cache.h", | 428 "tiles/gpu_image_decode_cache.h", |
| 431 "tiles/image_controller.cc", | 429 "tiles/image_controller.cc", |
| 432 "tiles/image_controller.h", | 430 "tiles/image_controller.h", |
| 433 "tiles/image_decode_cache.h", | 431 "tiles/image_decode_cache.h", |
| 434 "tiles/mipmap_util.cc", | 432 "tiles/mipmap_util.cc", |
| 435 "tiles/mipmap_util.h", | 433 "tiles/mipmap_util.h", |
| 436 "tiles/picture_layer_tiling.cc", | 434 "tiles/picture_layer_tiling.cc", |
| (...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 880 "scheduler/begin_frame_source_unittest.cc", | 878 "scheduler/begin_frame_source_unittest.cc", |
| 881 "scheduler/compositor_timing_history_unittest.cc", | 879 "scheduler/compositor_timing_history_unittest.cc", |
| 882 "scheduler/delay_based_time_source_unittest.cc", | 880 "scheduler/delay_based_time_source_unittest.cc", |
| 883 "scheduler/scheduler_state_machine_unittest.cc", | 881 "scheduler/scheduler_state_machine_unittest.cc", |
| 884 "scheduler/scheduler_unittest.cc", | 882 "scheduler/scheduler_unittest.cc", |
| 885 "test/begin_frame_source_test_unittest.cc", | 883 "test/begin_frame_source_test_unittest.cc", |
| 886 "test/layer_tree_json_parser_unittest.cc", | 884 "test/layer_tree_json_parser_unittest.cc", |
| 887 "test/mock_helper_unittest.cc", | 885 "test/mock_helper_unittest.cc", |
| 888 "test/ordered_simple_task_runner_unittest.cc", | 886 "test/ordered_simple_task_runner_unittest.cc", |
| 889 "test/test_web_graphics_context_3d_unittest.cc", | 887 "test/test_web_graphics_context_3d_unittest.cc", |
| 890 "tiles/decoded_image_tracker_unittest.cc", | |
| 891 "tiles/gpu_image_decode_cache_unittest.cc", | 888 "tiles/gpu_image_decode_cache_unittest.cc", |
| 892 "tiles/image_controller_unittest.cc", | 889 "tiles/image_controller_unittest.cc", |
| 893 "tiles/mipmap_util_unittest.cc", | 890 "tiles/mipmap_util_unittest.cc", |
| 894 "tiles/picture_layer_tiling_set_unittest.cc", | 891 "tiles/picture_layer_tiling_set_unittest.cc", |
| 895 "tiles/picture_layer_tiling_unittest.cc", | 892 "tiles/picture_layer_tiling_unittest.cc", |
| 896 "tiles/software_image_decode_cache_unittest.cc", | 893 "tiles/software_image_decode_cache_unittest.cc", |
| 897 "tiles/tile_manager_unittest.cc", | 894 "tiles/tile_manager_unittest.cc", |
| 898 "tiles/tile_priority_unittest.cc", | 895 "tiles/tile_priority_unittest.cc", |
| 899 "trees/blocking_task_runner_unittest.cc", | 896 "trees/blocking_task_runner_unittest.cc", |
| 900 "trees/damage_tracker_unittest.cc", | 897 "trees/damage_tracker_unittest.cc", |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1042 data = [ | 1039 data = [ |
| 1043 "test/data/", | 1040 "test/data/", |
| 1044 | 1041 |
| 1045 # Needed for isolate script to execute. | 1042 # Needed for isolate script to execute. |
| 1046 "//testing/scripts/common.py", | 1043 "//testing/scripts/common.py", |
| 1047 "//testing/xvfb.py", | 1044 "//testing/xvfb.py", |
| 1048 "//testing/scripts/run_gtest_perf_test.py", | 1045 "//testing/scripts/run_gtest_perf_test.py", |
| 1049 "//tools/perf/generate_legacy_perf_dashboard_json.py", | 1046 "//tools/perf/generate_legacy_perf_dashboard_json.py", |
| 1050 ] | 1047 ] |
| 1051 } | 1048 } |
| OLD | NEW |