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("//testing/test.gni") | 5 import("//testing/test.gni") |
6 | 6 |
7 component("cc") { | 7 component("cc") { |
8 sources = [ | 8 sources = [ |
9 "animation/animation.cc", | 9 "animation/animation.cc", |
10 "animation/animation.h", | 10 "animation/animation.h", |
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
358 "raster/gpu_rasterizer.cc", | 358 "raster/gpu_rasterizer.cc", |
359 "raster/gpu_rasterizer.h", | 359 "raster/gpu_rasterizer.h", |
360 "raster/gpu_tile_task_worker_pool.cc", | 360 "raster/gpu_tile_task_worker_pool.cc", |
361 "raster/gpu_tile_task_worker_pool.h", | 361 "raster/gpu_tile_task_worker_pool.h", |
362 "raster/one_copy_tile_task_worker_pool.cc", | 362 "raster/one_copy_tile_task_worker_pool.cc", |
363 "raster/one_copy_tile_task_worker_pool.h", | 363 "raster/one_copy_tile_task_worker_pool.h", |
364 "raster/raster_buffer.cc", | 364 "raster/raster_buffer.cc", |
365 "raster/raster_buffer.h", | 365 "raster/raster_buffer.h", |
366 "raster/scoped_gpu_raster.cc", | 366 "raster/scoped_gpu_raster.cc", |
367 "raster/scoped_gpu_raster.h", | 367 "raster/scoped_gpu_raster.h", |
| 368 "raster/single_thread_task_graph_runner.cc", |
| 369 "raster/single_thread_task_graph_runner.h", |
| 370 "raster/synchronous_task_graph_runner.cc", |
| 371 "raster/synchronous_task_graph_runner.h", |
368 "raster/task_graph_runner.cc", | 372 "raster/task_graph_runner.cc", |
369 "raster/task_graph_runner.h", | 373 "raster/task_graph_runner.h", |
| 374 "raster/task_graph_work_queue.cc", |
| 375 "raster/task_graph_work_queue.h", |
370 "raster/texture_compressor.cc", | 376 "raster/texture_compressor.cc", |
371 "raster/texture_compressor.h", | 377 "raster/texture_compressor.h", |
372 "raster/texture_compressor_etc1.cc", | 378 "raster/texture_compressor_etc1.cc", |
373 "raster/texture_compressor_etc1.h", | 379 "raster/texture_compressor_etc1.h", |
374 "raster/tile_task_runner.cc", | 380 "raster/tile_task_runner.cc", |
375 "raster/tile_task_runner.h", | 381 "raster/tile_task_runner.h", |
376 "raster/tile_task_worker_pool.cc", | 382 "raster/tile_task_worker_pool.cc", |
377 "raster/tile_task_worker_pool.h", | 383 "raster/tile_task_worker_pool.h", |
378 "raster/zero_copy_tile_task_worker_pool.cc", | 384 "raster/zero_copy_tile_task_worker_pool.cc", |
379 "raster/zero_copy_tile_task_worker_pool.h", | 385 "raster/zero_copy_tile_task_worker_pool.h", |
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
646 "test/scheduler_test_common.cc", | 652 "test/scheduler_test_common.cc", |
647 "test/scheduler_test_common.h", | 653 "test/scheduler_test_common.h", |
648 "test/skia_common.cc", | 654 "test/skia_common.cc", |
649 "test/skia_common.h", | 655 "test/skia_common.h", |
650 "test/solid_color_content_layer_client.cc", | 656 "test/solid_color_content_layer_client.cc", |
651 "test/solid_color_content_layer_client.h", | 657 "test/solid_color_content_layer_client.h", |
652 "test/surface_aggregator_test_helpers.cc", | 658 "test/surface_aggregator_test_helpers.cc", |
653 "test/surface_aggregator_test_helpers.h", | 659 "test/surface_aggregator_test_helpers.h", |
654 "test/surface_hittest_test_helpers.cc", | 660 "test/surface_hittest_test_helpers.cc", |
655 "test/surface_hittest_test_helpers.h", | 661 "test/surface_hittest_test_helpers.h", |
| 662 "test/task_graph_runner_test_template.cc", |
| 663 "test/task_graph_runner_test_template.h", |
656 "test/test_context_provider.cc", | 664 "test/test_context_provider.cc", |
657 "test/test_context_provider.h", | 665 "test/test_context_provider.h", |
658 "test/test_context_support.cc", | 666 "test/test_context_support.cc", |
659 "test/test_context_support.h", | 667 "test/test_context_support.h", |
660 "test/test_gles2_interface.cc", | 668 "test/test_gles2_interface.cc", |
661 "test/test_gles2_interface.h", | 669 "test/test_gles2_interface.h", |
662 "test/test_gpu_memory_buffer_manager.cc", | 670 "test/test_gpu_memory_buffer_manager.cc", |
663 "test/test_gpu_memory_buffer_manager.h", | 671 "test/test_gpu_memory_buffer_manager.h", |
664 "test/test_image_factory.cc", | 672 "test/test_image_factory.cc", |
665 "test/test_image_factory.h", | 673 "test/test_image_factory.h", |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
801 "playback/display_item_list_unittest.cc", | 809 "playback/display_item_list_unittest.cc", |
802 "playback/display_list_raster_source_unittest.cc", | 810 "playback/display_list_raster_source_unittest.cc", |
803 "playback/display_list_recording_source_unittest.cc", | 811 "playback/display_list_recording_source_unittest.cc", |
804 "proto/cc_conversions_unittest.cc", | 812 "proto/cc_conversions_unittest.cc", |
805 "proto/gfx_conversions_unittest.cc", | 813 "proto/gfx_conversions_unittest.cc", |
806 "proto/skia_conversions_unittest.cc", | 814 "proto/skia_conversions_unittest.cc", |
807 "quads/draw_polygon_unittest.cc", | 815 "quads/draw_polygon_unittest.cc", |
808 "quads/draw_quad_unittest.cc", | 816 "quads/draw_quad_unittest.cc", |
809 "quads/render_pass_unittest.cc", | 817 "quads/render_pass_unittest.cc", |
810 "raster/scoped_gpu_raster_unittest.cc", | 818 "raster/scoped_gpu_raster_unittest.cc", |
811 "raster/task_graph_runner_unittest.cc", | 819 "raster/single_thread_task_graph_runner_unittest.cc", |
| 820 "raster/synchronous_task_graph_runner_unittest.cc", |
812 "raster/texture_compressor_etc1_unittest.cc", | 821 "raster/texture_compressor_etc1_unittest.cc", |
813 "raster/tile_task_worker_pool_unittest.cc", | 822 "raster/tile_task_worker_pool_unittest.cc", |
814 "resources/platform_color_unittest.cc", | 823 "resources/platform_color_unittest.cc", |
815 "resources/resource_pool_unittest.cc", | 824 "resources/resource_pool_unittest.cc", |
816 "resources/resource_provider_unittest.cc", | 825 "resources/resource_provider_unittest.cc", |
817 "resources/resource_util_unittest.cc", | 826 "resources/resource_util_unittest.cc", |
818 "resources/scoped_resource_unittest.cc", | 827 "resources/scoped_resource_unittest.cc", |
819 "resources/video_resource_updater_unittest.cc", | 828 "resources/video_resource_updater_unittest.cc", |
820 "scheduler/begin_frame_source_unittest.cc", | 829 "scheduler/begin_frame_source_unittest.cc", |
821 "scheduler/compositor_timing_history_unittest.cc", | 830 "scheduler/compositor_timing_history_unittest.cc", |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
943 "//ui/gl", | 952 "//ui/gl", |
944 "//ui/gl:test_support", | 953 "//ui/gl:test_support", |
945 ] | 954 ] |
946 | 955 |
947 if (is_android) { | 956 if (is_android) { |
948 isolate_file = "cc_perftests.isolate" | 957 isolate_file = "cc_perftests.isolate" |
949 } | 958 } |
950 } | 959 } |
951 # When adding support for isolates, please have a look at run-time dependencies | 960 # When adding support for isolates, please have a look at run-time dependencies |
952 # in the cc_unittests_run target in cc_tests.gyp. | 961 # in the cc_unittests_run target in cc_tests.gyp. |
OLD | NEW |