Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Side by Side Diff: cc/BUILD.gn

Issue 1449133002: TaskGraphRunner refactor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 "raster/gpu_rasterizer.cc", 352 "raster/gpu_rasterizer.cc",
353 "raster/gpu_rasterizer.h", 353 "raster/gpu_rasterizer.h",
354 "raster/gpu_tile_task_worker_pool.cc", 354 "raster/gpu_tile_task_worker_pool.cc",
355 "raster/gpu_tile_task_worker_pool.h", 355 "raster/gpu_tile_task_worker_pool.h",
356 "raster/one_copy_tile_task_worker_pool.cc", 356 "raster/one_copy_tile_task_worker_pool.cc",
357 "raster/one_copy_tile_task_worker_pool.h", 357 "raster/one_copy_tile_task_worker_pool.h",
358 "raster/raster_buffer.cc", 358 "raster/raster_buffer.cc",
359 "raster/raster_buffer.h", 359 "raster/raster_buffer.h",
360 "raster/scoped_gpu_raster.cc", 360 "raster/scoped_gpu_raster.cc",
361 "raster/scoped_gpu_raster.h", 361 "raster/scoped_gpu_raster.h",
362 "raster/single_thread_task_graph_runner.cc",
363 "raster/single_thread_task_graph_runner.h",
364 "raster/synchronous_task_graph_runner.cc",
365 "raster/synchronous_task_graph_runner.h",
362 "raster/task_graph_runner.cc", 366 "raster/task_graph_runner.cc",
363 "raster/task_graph_runner.h", 367 "raster/task_graph_runner.h",
368 "raster/task_graph_work_queue.cc",
369 "raster/task_graph_work_queue.h",
364 "raster/texture_compressor.cc", 370 "raster/texture_compressor.cc",
365 "raster/texture_compressor.h", 371 "raster/texture_compressor.h",
366 "raster/texture_compressor_etc1.cc", 372 "raster/texture_compressor_etc1.cc",
367 "raster/texture_compressor_etc1.h", 373 "raster/texture_compressor_etc1.h",
368 "raster/tile_task_runner.cc", 374 "raster/tile_task_runner.cc",
369 "raster/tile_task_runner.h", 375 "raster/tile_task_runner.h",
370 "raster/tile_task_worker_pool.cc", 376 "raster/tile_task_worker_pool.cc",
371 "raster/tile_task_worker_pool.h", 377 "raster/tile_task_worker_pool.h",
372 "raster/zero_copy_tile_task_worker_pool.cc", 378 "raster/zero_copy_tile_task_worker_pool.cc",
373 "raster/zero_copy_tile_task_worker_pool.h", 379 "raster/zero_copy_tile_task_worker_pool.h",
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 "test/scheduler_test_common.cc", 644 "test/scheduler_test_common.cc",
639 "test/scheduler_test_common.h", 645 "test/scheduler_test_common.h",
640 "test/skia_common.cc", 646 "test/skia_common.cc",
641 "test/skia_common.h", 647 "test/skia_common.h",
642 "test/solid_color_content_layer_client.cc", 648 "test/solid_color_content_layer_client.cc",
643 "test/solid_color_content_layer_client.h", 649 "test/solid_color_content_layer_client.h",
644 "test/surface_aggregator_test_helpers.cc", 650 "test/surface_aggregator_test_helpers.cc",
645 "test/surface_aggregator_test_helpers.h", 651 "test/surface_aggregator_test_helpers.h",
646 "test/surface_hittest_test_helpers.cc", 652 "test/surface_hittest_test_helpers.cc",
647 "test/surface_hittest_test_helpers.h", 653 "test/surface_hittest_test_helpers.h",
654 "test/task_graph_runner_test_template.cc",
655 "test/task_graph_runner_test_template.h",
648 "test/test_context_provider.cc", 656 "test/test_context_provider.cc",
649 "test/test_context_provider.h", 657 "test/test_context_provider.h",
650 "test/test_context_support.cc", 658 "test/test_context_support.cc",
651 "test/test_context_support.h", 659 "test/test_context_support.h",
652 "test/test_gles2_interface.cc", 660 "test/test_gles2_interface.cc",
653 "test/test_gles2_interface.h", 661 "test/test_gles2_interface.h",
654 "test/test_gpu_memory_buffer_manager.cc", 662 "test/test_gpu_memory_buffer_manager.cc",
655 "test/test_gpu_memory_buffer_manager.h", 663 "test/test_gpu_memory_buffer_manager.h",
656 "test/test_image_factory.cc", 664 "test/test_image_factory.cc",
657 "test/test_image_factory.h", 665 "test/test_image_factory.h",
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 "playback/discardable_image_map_unittest.cc", 799 "playback/discardable_image_map_unittest.cc",
792 "playback/display_item_list_unittest.cc", 800 "playback/display_item_list_unittest.cc",
793 "playback/display_list_raster_source_unittest.cc", 801 "playback/display_list_raster_source_unittest.cc",
794 "playback/display_list_recording_source_unittest.cc", 802 "playback/display_list_recording_source_unittest.cc",
795 "proto/gfx_conversions_unittest.cc", 803 "proto/gfx_conversions_unittest.cc",
796 "proto/skia_conversions_unittest.cc", 804 "proto/skia_conversions_unittest.cc",
797 "quads/draw_polygon_unittest.cc", 805 "quads/draw_polygon_unittest.cc",
798 "quads/draw_quad_unittest.cc", 806 "quads/draw_quad_unittest.cc",
799 "quads/render_pass_unittest.cc", 807 "quads/render_pass_unittest.cc",
800 "raster/scoped_gpu_raster_unittest.cc", 808 "raster/scoped_gpu_raster_unittest.cc",
801 "raster/task_graph_runner_unittest.cc", 809 "raster/single_thread_task_graph_runner_unittest.cc",
810 "raster/synchronous_task_graph_runner_unittest.cc",
802 "raster/texture_compressor_etc1_unittest.cc", 811 "raster/texture_compressor_etc1_unittest.cc",
803 "raster/tile_task_worker_pool_unittest.cc", 812 "raster/tile_task_worker_pool_unittest.cc",
804 "resources/platform_color_unittest.cc", 813 "resources/platform_color_unittest.cc",
805 "resources/resource_pool_unittest.cc", 814 "resources/resource_pool_unittest.cc",
806 "resources/resource_provider_unittest.cc", 815 "resources/resource_provider_unittest.cc",
807 "resources/resource_util_unittest.cc", 816 "resources/resource_util_unittest.cc",
808 "resources/scoped_resource_unittest.cc", 817 "resources/scoped_resource_unittest.cc",
809 "resources/video_resource_updater_unittest.cc", 818 "resources/video_resource_updater_unittest.cc",
810 "scheduler/begin_frame_source_unittest.cc", 819 "scheduler/begin_frame_source_unittest.cc",
811 "scheduler/compositor_timing_history_unittest.cc", 820 "scheduler/compositor_timing_history_unittest.cc",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 "//ui/gl", 942 "//ui/gl",
934 "//ui/gl:test_support", 943 "//ui/gl:test_support",
935 ] 944 ]
936 945
937 if (is_android) { 946 if (is_android) {
938 isolate_file = "cc_perftests.isolate" 947 isolate_file = "cc_perftests.isolate"
939 } 948 }
940 } 949 }
941 # When adding support for isolates, please have a look at run-time dependencies 950 # When adding support for isolates, please have a look at run-time dependencies
942 # in the cc_unittests_run target in cc_tests.gyp. 951 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698