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 634 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
645 "test/test_hooks.h", | 645 "test/test_hooks.h", |
646 "test/test_image_factory.cc", | 646 "test/test_image_factory.cc", |
647 "test/test_image_factory.h", | 647 "test/test_image_factory.h", |
648 "test/test_in_process_context_provider.cc", | 648 "test/test_in_process_context_provider.cc", |
649 "test/test_in_process_context_provider.h", | 649 "test/test_in_process_context_provider.h", |
650 "test/test_layer_tree_host_base.cc", | 650 "test/test_layer_tree_host_base.cc", |
651 "test/test_layer_tree_host_base.h", | 651 "test/test_layer_tree_host_base.h", |
652 "test/test_occlusion_tracker.h", | 652 "test/test_occlusion_tracker.h", |
653 "test/test_shared_bitmap_manager.cc", | 653 "test/test_shared_bitmap_manager.cc", |
654 "test/test_shared_bitmap_manager.h", | 654 "test/test_shared_bitmap_manager.h", |
| 655 "test/test_skcanvas.cc", |
| 656 "test/test_skcanvas.h", |
655 "test/test_task_graph_runner.cc", | 657 "test/test_task_graph_runner.cc", |
656 "test/test_task_graph_runner.h", | 658 "test/test_task_graph_runner.h", |
657 "test/test_texture.cc", | 659 "test/test_texture.cc", |
658 "test/test_texture.h", | 660 "test/test_texture.h", |
659 "test/test_tile_priorities.cc", | 661 "test/test_tile_priorities.cc", |
660 "test/test_tile_priorities.h", | 662 "test/test_tile_priorities.h", |
661 "test/test_tile_task_runner.cc", | 663 "test/test_tile_task_runner.cc", |
662 "test/test_tile_task_runner.h", | 664 "test/test_tile_task_runner.h", |
663 "test/test_web_graphics_context_3d.cc", | 665 "test/test_web_graphics_context_3d.cc", |
664 "test/test_web_graphics_context_3d.h", | 666 "test/test_web_graphics_context_3d.h", |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
762 "output/context_cache_controller_unittest.cc", | 764 "output/context_cache_controller_unittest.cc", |
763 "output/gl_renderer_unittest.cc", | 765 "output/gl_renderer_unittest.cc", |
764 "output/layer_quad_unittest.cc", | 766 "output/layer_quad_unittest.cc", |
765 "output/overlay_unittest.cc", | 767 "output/overlay_unittest.cc", |
766 "output/renderer_pixeltest.cc", | 768 "output/renderer_pixeltest.cc", |
767 "output/shader_unittest.cc", | 769 "output/shader_unittest.cc", |
768 "output/software_renderer_unittest.cc", | 770 "output/software_renderer_unittest.cc", |
769 "output/texture_mailbox_deleter_unittest.cc", | 771 "output/texture_mailbox_deleter_unittest.cc", |
770 "paint/discardable_image_map_unittest.cc", | 772 "paint/discardable_image_map_unittest.cc", |
771 "paint/display_item_list_unittest.cc", | 773 "paint/display_item_list_unittest.cc", |
| 774 "paint/paint_op_buffer_unittest.cc", |
772 "quads/draw_polygon_unittest.cc", | 775 "quads/draw_polygon_unittest.cc", |
773 "quads/draw_quad_unittest.cc", | 776 "quads/draw_quad_unittest.cc", |
774 "quads/nine_patch_generator_unittest.cc", | 777 "quads/nine_patch_generator_unittest.cc", |
775 "quads/render_pass_unittest.cc", | 778 "quads/render_pass_unittest.cc", |
776 "raster/image_hijack_canvas_unittest.cc", | 779 "raster/image_hijack_canvas_unittest.cc", |
777 "raster/raster_buffer_provider_unittest.cc", | 780 "raster/raster_buffer_provider_unittest.cc", |
778 "raster/raster_source_unittest.cc", | 781 "raster/raster_source_unittest.cc", |
779 "raster/scoped_gpu_raster_unittest.cc", | 782 "raster/scoped_gpu_raster_unittest.cc", |
780 "raster/single_thread_task_graph_runner_unittest.cc", | 783 "raster/single_thread_task_graph_runner_unittest.cc", |
781 "raster/synchronous_task_graph_runner_unittest.cc", | 784 "raster/synchronous_task_graph_runner_unittest.cc", |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
932 ] | 935 ] |
933 | 936 |
934 deps = [ | 937 deps = [ |
935 ":cc", | 938 ":cc", |
936 ":test_support", | 939 ":test_support", |
937 "//base", | 940 "//base", |
938 "//base/test:test_support", | 941 "//base/test:test_support", |
939 "//cc/ipc", | 942 "//cc/ipc", |
940 "//cc/ipc:interfaces", | 943 "//cc/ipc:interfaces", |
941 "//cc/paint", | 944 "//cc/paint", |
| 945 "//cc/paint", |
942 "//cc/surfaces", | 946 "//cc/surfaces", |
943 "//cc/surfaces:surface_id", | 947 "//cc/surfaces:surface_id", |
944 "//gpu", | 948 "//gpu", |
945 "//gpu:test_support", | 949 "//gpu:test_support", |
946 "//gpu/command_buffer/common:gles2_utils", | 950 "//gpu/command_buffer/common:gles2_utils", |
947 "//media", | 951 "//media", |
948 "//mojo/edk/system", | 952 "//mojo/edk/system", |
949 "//mojo/public/cpp/bindings", | 953 "//mojo/public/cpp/bindings", |
950 "//skia", | 954 "//skia", |
951 "//testing/gmock", | 955 "//testing/gmock", |
(...skipping 11 matching lines...) Expand all Loading... |
963 data = [ | 967 data = [ |
964 "test/data/", | 968 "test/data/", |
965 | 969 |
966 # Needed for isolate script to execute. | 970 # Needed for isolate script to execute. |
967 "//testing/scripts/common.py", | 971 "//testing/scripts/common.py", |
968 "//testing/xvfb.py", | 972 "//testing/xvfb.py", |
969 "//testing/scripts/run_gtest_perf_test.py", | 973 "//testing/scripts/run_gtest_perf_test.py", |
970 "//tools/perf/generate_legacy_perf_dashboard_json.py", | 974 "//tools/perf/generate_legacy_perf_dashboard_json.py", |
971 ] | 975 ] |
972 } | 976 } |
OLD | NEW |