| 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("//testing/test.gni") | 6 import("//testing/test.gni") |
| 7 | 7 |
| 8 component("cc") { | 8 component("cc") { |
| 9 sources = [ | 9 sources = [ |
| 10 "animation/animation.cc", | 10 "animation/animation.cc", |
| (...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 "quads/stream_video_draw_quad.cc", | 344 "quads/stream_video_draw_quad.cc", |
| 345 "quads/stream_video_draw_quad.h", | 345 "quads/stream_video_draw_quad.h", |
| 346 "quads/surface_draw_quad.cc", | 346 "quads/surface_draw_quad.cc", |
| 347 "quads/surface_draw_quad.h", | 347 "quads/surface_draw_quad.h", |
| 348 "quads/texture_draw_quad.cc", | 348 "quads/texture_draw_quad.cc", |
| 349 "quads/texture_draw_quad.h", | 349 "quads/texture_draw_quad.h", |
| 350 "quads/tile_draw_quad.cc", | 350 "quads/tile_draw_quad.cc", |
| 351 "quads/tile_draw_quad.h", | 351 "quads/tile_draw_quad.h", |
| 352 "quads/yuv_video_draw_quad.cc", | 352 "quads/yuv_video_draw_quad.cc", |
| 353 "quads/yuv_video_draw_quad.h", | 353 "quads/yuv_video_draw_quad.h", |
| 354 "raster/bitmap_tile_task_worker_pool.cc", | 354 "raster/bitmap_raster_buffer_provider.cc", |
| 355 "raster/bitmap_tile_task_worker_pool.h", | 355 "raster/bitmap_raster_buffer_provider.h", |
| 356 "raster/gpu_raster_buffer_provider.cc", |
| 357 "raster/gpu_raster_buffer_provider.h", |
| 356 "raster/gpu_rasterizer.cc", | 358 "raster/gpu_rasterizer.cc", |
| 357 "raster/gpu_rasterizer.h", | 359 "raster/gpu_rasterizer.h", |
| 358 "raster/gpu_tile_task_worker_pool.cc", | 360 "raster/one_copy_raster_buffer_provider.cc", |
| 359 "raster/gpu_tile_task_worker_pool.h", | 361 "raster/one_copy_raster_buffer_provider.h", |
| 360 "raster/one_copy_tile_task_worker_pool.cc", | |
| 361 "raster/one_copy_tile_task_worker_pool.h", | |
| 362 "raster/raster_buffer.cc", | 362 "raster/raster_buffer.cc", |
| 363 "raster/raster_buffer.h", | 363 "raster/raster_buffer.h", |
| 364 "raster/raster_buffer_provider.cc", |
| 365 "raster/raster_buffer_provider.h", |
| 364 "raster/scoped_gpu_raster.cc", | 366 "raster/scoped_gpu_raster.cc", |
| 365 "raster/scoped_gpu_raster.h", | 367 "raster/scoped_gpu_raster.h", |
| 366 "raster/single_thread_task_graph_runner.cc", | 368 "raster/single_thread_task_graph_runner.cc", |
| 367 "raster/single_thread_task_graph_runner.h", | 369 "raster/single_thread_task_graph_runner.h", |
| 368 "raster/staging_buffer_pool.cc", | 370 "raster/staging_buffer_pool.cc", |
| 369 "raster/staging_buffer_pool.h", | 371 "raster/staging_buffer_pool.h", |
| 370 "raster/synchronous_task_graph_runner.cc", | 372 "raster/synchronous_task_graph_runner.cc", |
| 371 "raster/synchronous_task_graph_runner.h", | 373 "raster/synchronous_task_graph_runner.h", |
| 372 "raster/task.cc", | 374 "raster/task.cc", |
| 373 "raster/task.h", | 375 "raster/task.h", |
| 374 "raster/task_category.h", | 376 "raster/task_category.h", |
| 375 "raster/task_graph_runner.h", | 377 "raster/task_graph_runner.h", |
| 376 "raster/task_graph_work_queue.cc", | 378 "raster/task_graph_work_queue.cc", |
| 377 "raster/task_graph_work_queue.h", | 379 "raster/task_graph_work_queue.h", |
| 378 "raster/texture_compressor.cc", | 380 "raster/texture_compressor.cc", |
| 379 "raster/texture_compressor.h", | 381 "raster/texture_compressor.h", |
| 380 "raster/texture_compressor_etc1.cc", | 382 "raster/texture_compressor_etc1.cc", |
| 381 "raster/texture_compressor_etc1.h", | 383 "raster/texture_compressor_etc1.h", |
| 382 "raster/tile_task.cc", | 384 "raster/tile_task.cc", |
| 383 "raster/tile_task.h", | 385 "raster/tile_task.h", |
| 384 "raster/tile_task_worker_pool.cc", | 386 "raster/zero_copy_raster_buffer_provider.cc", |
| 385 "raster/tile_task_worker_pool.h", | 387 "raster/zero_copy_raster_buffer_provider.h", |
| 386 "raster/zero_copy_tile_task_worker_pool.cc", | |
| 387 "raster/zero_copy_tile_task_worker_pool.h", | |
| 388 "resources/memory_history.cc", | 388 "resources/memory_history.cc", |
| 389 "resources/memory_history.h", | 389 "resources/memory_history.h", |
| 390 "resources/platform_color.h", | 390 "resources/platform_color.h", |
| 391 "resources/release_callback.h", | 391 "resources/release_callback.h", |
| 392 "resources/resource.h", | 392 "resources/resource.h", |
| 393 "resources/resource_format.cc", | 393 "resources/resource_format.cc", |
| 394 "resources/resource_format.h", | 394 "resources/resource_format.h", |
| 395 "resources/resource_pool.cc", | 395 "resources/resource_pool.cc", |
| 396 "resources/resource_pool.h", | 396 "resources/resource_pool.h", |
| 397 "resources/resource_provider.cc", | 397 "resources/resource_provider.cc", |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 458 "tiles/software_image_decode_controller.cc", | 458 "tiles/software_image_decode_controller.cc", |
| 459 "tiles/software_image_decode_controller.h", | 459 "tiles/software_image_decode_controller.h", |
| 460 "tiles/tile.cc", | 460 "tiles/tile.cc", |
| 461 "tiles/tile.h", | 461 "tiles/tile.h", |
| 462 "tiles/tile_draw_info.cc", | 462 "tiles/tile_draw_info.cc", |
| 463 "tiles/tile_draw_info.h", | 463 "tiles/tile_draw_info.h", |
| 464 "tiles/tile_manager.cc", | 464 "tiles/tile_manager.cc", |
| 465 "tiles/tile_manager.h", | 465 "tiles/tile_manager.h", |
| 466 "tiles/tile_priority.cc", | 466 "tiles/tile_priority.cc", |
| 467 "tiles/tile_priority.h", | 467 "tiles/tile_priority.h", |
| 468 "tiles/tile_task_manager.cc", |
| 469 "tiles/tile_task_manager.h", |
| 468 "tiles/tiling_set_eviction_queue.cc", | 470 "tiles/tiling_set_eviction_queue.cc", |
| 469 "tiles/tiling_set_eviction_queue.h", | 471 "tiles/tiling_set_eviction_queue.h", |
| 470 "tiles/tiling_set_raster_queue_all.cc", | 472 "tiles/tiling_set_raster_queue_all.cc", |
| 471 "tiles/tiling_set_raster_queue_all.h", | 473 "tiles/tiling_set_raster_queue_all.h", |
| 472 "tiles/tiling_set_raster_queue_required.cc", | 474 "tiles/tiling_set_raster_queue_required.cc", |
| 473 "tiles/tiling_set_raster_queue_required.h", | 475 "tiles/tiling_set_raster_queue_required.h", |
| 474 "trees/blocking_task_runner.cc", | 476 "trees/blocking_task_runner.cc", |
| 475 "trees/blocking_task_runner.h", | 477 "trees/blocking_task_runner.h", |
| 476 "trees/channel_impl.h", | 478 "trees/channel_impl.h", |
| 477 "trees/channel_main.h", | 479 "trees/channel_main.h", |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 611 "test/fake_painted_scrollbar_layer.cc", | 613 "test/fake_painted_scrollbar_layer.cc", |
| 612 "test/fake_painted_scrollbar_layer.h", | 614 "test/fake_painted_scrollbar_layer.h", |
| 613 "test/fake_picture_layer.cc", | 615 "test/fake_picture_layer.cc", |
| 614 "test/fake_picture_layer.h", | 616 "test/fake_picture_layer.h", |
| 615 "test/fake_picture_layer_impl.cc", | 617 "test/fake_picture_layer_impl.cc", |
| 616 "test/fake_picture_layer_impl.h", | 618 "test/fake_picture_layer_impl.h", |
| 617 "test/fake_picture_layer_tiling_client.cc", | 619 "test/fake_picture_layer_tiling_client.cc", |
| 618 "test/fake_picture_layer_tiling_client.h", | 620 "test/fake_picture_layer_tiling_client.h", |
| 619 "test/fake_proxy.cc", | 621 "test/fake_proxy.cc", |
| 620 "test/fake_proxy.h", | 622 "test/fake_proxy.h", |
| 623 "test/fake_raster_buffer_provider.cc", |
| 624 "test/fake_raster_buffer_provider.h", |
| 621 "test/fake_raster_source.cc", | 625 "test/fake_raster_source.cc", |
| 622 "test/fake_raster_source.h", | 626 "test/fake_raster_source.h", |
| 623 "test/fake_recording_source.cc", | 627 "test/fake_recording_source.cc", |
| 624 "test/fake_recording_source.h", | 628 "test/fake_recording_source.h", |
| 625 "test/fake_renderer_client.cc", | 629 "test/fake_renderer_client.cc", |
| 626 "test/fake_renderer_client.h", | 630 "test/fake_renderer_client.h", |
| 627 "test/fake_rendering_stats_instrumentation.h", | 631 "test/fake_rendering_stats_instrumentation.h", |
| 628 "test/fake_resource_provider.h", | 632 "test/fake_resource_provider.h", |
| 629 "test/fake_scoped_ui_resource.cc", | 633 "test/fake_scoped_ui_resource.cc", |
| 630 "test/fake_scoped_ui_resource.h", | 634 "test/fake_scoped_ui_resource.h", |
| 631 "test/fake_scrollbar.cc", | 635 "test/fake_scrollbar.cc", |
| 632 "test/fake_scrollbar.h", | 636 "test/fake_scrollbar.h", |
| 633 "test/fake_tile_manager.cc", | 637 "test/fake_tile_manager.cc", |
| 634 "test/fake_tile_manager.h", | 638 "test/fake_tile_manager.h", |
| 635 "test/fake_tile_manager_client.cc", | 639 "test/fake_tile_manager_client.cc", |
| 636 "test/fake_tile_manager_client.h", | 640 "test/fake_tile_manager_client.h", |
| 641 "test/fake_tile_task_manager.cc", |
| 642 "test/fake_tile_task_manager.h", |
| 637 "test/fake_ui_resource_layer_tree_host_impl.cc", | 643 "test/fake_ui_resource_layer_tree_host_impl.cc", |
| 638 "test/fake_ui_resource_layer_tree_host_impl.h", | 644 "test/fake_ui_resource_layer_tree_host_impl.h", |
| 639 "test/fake_video_frame_provider.cc", | 645 "test/fake_video_frame_provider.cc", |
| 640 "test/fake_video_frame_provider.h", | 646 "test/fake_video_frame_provider.h", |
| 641 "test/geometry_test_utils.cc", | 647 "test/geometry_test_utils.cc", |
| 642 "test/geometry_test_utils.h", | 648 "test/geometry_test_utils.h", |
| 643 "test/layer_test_common.cc", | 649 "test/layer_test_common.cc", |
| 644 "test/layer_test_common.h", | 650 "test/layer_test_common.h", |
| 645 "test/layer_tree_host_common_test.cc", | 651 "test/layer_tree_host_common_test.cc", |
| 646 "test/layer_tree_host_common_test.h", | 652 "test/layer_tree_host_common_test.h", |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 838 "playback/recording_source_unittest.cc", | 844 "playback/recording_source_unittest.cc", |
| 839 "proto/base_conversions_unittest.cc", | 845 "proto/base_conversions_unittest.cc", |
| 840 "proto/cc_conversions_unittest.cc", | 846 "proto/cc_conversions_unittest.cc", |
| 841 "proto/gfx_conversions_unittest.cc", | 847 "proto/gfx_conversions_unittest.cc", |
| 842 "proto/gpu_conversions_unittest.cc", | 848 "proto/gpu_conversions_unittest.cc", |
| 843 "proto/skia_conversions_unittest.cc", | 849 "proto/skia_conversions_unittest.cc", |
| 844 "proto/synced_property_conversions_unittest.cc", | 850 "proto/synced_property_conversions_unittest.cc", |
| 845 "quads/draw_polygon_unittest.cc", | 851 "quads/draw_polygon_unittest.cc", |
| 846 "quads/draw_quad_unittest.cc", | 852 "quads/draw_quad_unittest.cc", |
| 847 "quads/render_pass_unittest.cc", | 853 "quads/render_pass_unittest.cc", |
| 854 "raster/raster_buffer_provider_unittest.cc", |
| 848 "raster/scoped_gpu_raster_unittest.cc", | 855 "raster/scoped_gpu_raster_unittest.cc", |
| 849 "raster/single_thread_task_graph_runner_unittest.cc", | 856 "raster/single_thread_task_graph_runner_unittest.cc", |
| 850 "raster/synchronous_task_graph_runner_unittest.cc", | 857 "raster/synchronous_task_graph_runner_unittest.cc", |
| 851 "raster/texture_compressor_etc1_unittest.cc", | 858 "raster/texture_compressor_etc1_unittest.cc", |
| 852 "raster/tile_task_worker_pool_unittest.cc", | |
| 853 "resources/platform_color_unittest.cc", | 859 "resources/platform_color_unittest.cc", |
| 854 "resources/resource_pool_unittest.cc", | 860 "resources/resource_pool_unittest.cc", |
| 855 "resources/resource_provider_unittest.cc", | 861 "resources/resource_provider_unittest.cc", |
| 856 "resources/resource_util_unittest.cc", | 862 "resources/resource_util_unittest.cc", |
| 857 "resources/scoped_resource_unittest.cc", | 863 "resources/scoped_resource_unittest.cc", |
| 858 "resources/video_resource_updater_unittest.cc", | 864 "resources/video_resource_updater_unittest.cc", |
| 859 "scheduler/begin_frame_source_unittest.cc", | 865 "scheduler/begin_frame_source_unittest.cc", |
| 860 "scheduler/commit_earlyout_reason_unittest.cc", | 866 "scheduler/commit_earlyout_reason_unittest.cc", |
| 861 "scheduler/compositor_timing_history_unittest.cc", | 867 "scheduler/compositor_timing_history_unittest.cc", |
| 862 "scheduler/delay_based_time_source_unittest.cc", | 868 "scheduler/delay_based_time_source_unittest.cc", |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 956 "//third_party/mesa:osmesa", | 962 "//third_party/mesa:osmesa", |
| 957 ] | 963 ] |
| 958 } | 964 } |
| 959 | 965 |
| 960 test("cc_perftests") { | 966 test("cc_perftests") { |
| 961 sources = [ | 967 sources = [ |
| 962 "animation/animation_host_perftest.cc", | 968 "animation/animation_host_perftest.cc", |
| 963 "layers/layer_perftest.cc", | 969 "layers/layer_perftest.cc", |
| 964 "layers/picture_layer_impl_perftest.cc", | 970 "layers/picture_layer_impl_perftest.cc", |
| 965 "quads/draw_quad_perftest.cc", | 971 "quads/draw_quad_perftest.cc", |
| 972 "raster/raster_buffer_provider_perftest.cc", |
| 966 "raster/task_graph_runner_perftest.cc", | 973 "raster/task_graph_runner_perftest.cc", |
| 967 "raster/texture_compressor_perftest.cc", | 974 "raster/texture_compressor_perftest.cc", |
| 968 "raster/tile_task_worker_pool_perftest.cc", | |
| 969 "surfaces/surface_aggregator_perftest.cc", | 975 "surfaces/surface_aggregator_perftest.cc", |
| 970 "test/cc_test_suite.cc", | 976 "test/cc_test_suite.cc", |
| 971 "test/run_all_perftests.cc", | 977 "test/run_all_perftests.cc", |
| 972 "tiles/picture_layer_tiling_perftest.cc", | 978 "tiles/picture_layer_tiling_perftest.cc", |
| 973 "tiles/tile_manager_perftest.cc", | 979 "tiles/tile_manager_perftest.cc", |
| 974 "trees/layer_tree_host_common_perftest.cc", | 980 "trees/layer_tree_host_common_perftest.cc", |
| 975 "trees/layer_tree_host_perftest.cc", | 981 "trees/layer_tree_host_perftest.cc", |
| 976 "trees/occlusion_tracker_perftest.cc", | 982 "trees/occlusion_tracker_perftest.cc", |
| 977 ] | 983 ] |
| 978 | 984 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 992 "//testing/gtest", | 998 "//testing/gtest", |
| 993 "//testing/perf", | 999 "//testing/perf", |
| 994 "//ui/gfx", | 1000 "//ui/gfx", |
| 995 "//ui/gfx/geometry", | 1001 "//ui/gfx/geometry", |
| 996 "//ui/gl", | 1002 "//ui/gl", |
| 997 "//ui/gl:test_support", | 1003 "//ui/gl:test_support", |
| 998 ] | 1004 ] |
| 999 } | 1005 } |
| 1000 # When adding support for isolates, please have a look at run-time dependencies | 1006 # When adding support for isolates, please have a look at run-time dependencies |
| 1001 # in the cc_unittests_run target in cc_tests.gyp. | 1007 # in the cc_unittests_run target in cc_tests.gyp. |
| OLD | NEW |