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

Side by Side Diff: cc/BUILD.gn

Issue 1449133002: TaskGraphRunner refactor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes for linux/android 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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 "raster/gpu_rasterizer.cc", 356 "raster/gpu_rasterizer.cc",
357 "raster/gpu_rasterizer.h", 357 "raster/gpu_rasterizer.h",
358 "raster/gpu_tile_task_worker_pool.cc", 358 "raster/gpu_tile_task_worker_pool.cc",
359 "raster/gpu_tile_task_worker_pool.h", 359 "raster/gpu_tile_task_worker_pool.h",
360 "raster/one_copy_tile_task_worker_pool.cc", 360 "raster/one_copy_tile_task_worker_pool.cc",
361 "raster/one_copy_tile_task_worker_pool.h", 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/scoped_gpu_raster.cc", 364 "raster/scoped_gpu_raster.cc",
365 "raster/scoped_gpu_raster.h", 365 "raster/scoped_gpu_raster.h",
366 "raster/single_thread_task_graph_runner.cc",
367 "raster/single_thread_task_graph_runner.h",
368 "raster/synchronous_task_graph_runner.cc",
369 "raster/synchronous_task_graph_runner.h",
366 "raster/task_graph_runner.cc", 370 "raster/task_graph_runner.cc",
367 "raster/task_graph_runner.h", 371 "raster/task_graph_runner.h",
372 "raster/task_graph_work_queue.cc",
373 "raster/task_graph_work_queue.h",
368 "raster/texture_compressor.cc", 374 "raster/texture_compressor.cc",
369 "raster/texture_compressor.h", 375 "raster/texture_compressor.h",
370 "raster/texture_compressor_etc1.cc", 376 "raster/texture_compressor_etc1.cc",
371 "raster/texture_compressor_etc1.h", 377 "raster/texture_compressor_etc1.h",
372 "raster/tile_task_runner.cc", 378 "raster/tile_task_runner.cc",
373 "raster/tile_task_runner.h", 379 "raster/tile_task_runner.h",
374 "raster/tile_task_worker_pool.cc", 380 "raster/tile_task_worker_pool.cc",
375 "raster/tile_task_worker_pool.h", 381 "raster/tile_task_worker_pool.h",
376 "raster/zero_copy_tile_task_worker_pool.cc", 382 "raster/zero_copy_tile_task_worker_pool.cc",
377 "raster/zero_copy_tile_task_worker_pool.h", 383 "raster/zero_copy_tile_task_worker_pool.h",
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 "test/scheduler_test_common.cc", 648 "test/scheduler_test_common.cc",
643 "test/scheduler_test_common.h", 649 "test/scheduler_test_common.h",
644 "test/skia_common.cc", 650 "test/skia_common.cc",
645 "test/skia_common.h", 651 "test/skia_common.h",
646 "test/solid_color_content_layer_client.cc", 652 "test/solid_color_content_layer_client.cc",
647 "test/solid_color_content_layer_client.h", 653 "test/solid_color_content_layer_client.h",
648 "test/surface_aggregator_test_helpers.cc", 654 "test/surface_aggregator_test_helpers.cc",
649 "test/surface_aggregator_test_helpers.h", 655 "test/surface_aggregator_test_helpers.h",
650 "test/surface_hittest_test_helpers.cc", 656 "test/surface_hittest_test_helpers.cc",
651 "test/surface_hittest_test_helpers.h", 657 "test/surface_hittest_test_helpers.h",
658 "test/task_graph_runner_test_template.cc",
659 "test/task_graph_runner_test_template.h",
652 "test/test_context_provider.cc", 660 "test/test_context_provider.cc",
653 "test/test_context_provider.h", 661 "test/test_context_provider.h",
654 "test/test_context_support.cc", 662 "test/test_context_support.cc",
655 "test/test_context_support.h", 663 "test/test_context_support.h",
656 "test/test_gles2_interface.cc", 664 "test/test_gles2_interface.cc",
657 "test/test_gles2_interface.h", 665 "test/test_gles2_interface.h",
658 "test/test_gpu_memory_buffer_manager.cc", 666 "test/test_gpu_memory_buffer_manager.cc",
659 "test/test_gpu_memory_buffer_manager.h", 667 "test/test_gpu_memory_buffer_manager.h",
660 "test/test_image_factory.cc", 668 "test/test_image_factory.cc",
661 "test/test_image_factory.h", 669 "test/test_image_factory.h",
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 "playback/discardable_image_map_unittest.cc", 803 "playback/discardable_image_map_unittest.cc",
796 "playback/display_item_list_unittest.cc", 804 "playback/display_item_list_unittest.cc",
797 "playback/display_list_raster_source_unittest.cc", 805 "playback/display_list_raster_source_unittest.cc",
798 "playback/display_list_recording_source_unittest.cc", 806 "playback/display_list_recording_source_unittest.cc",
799 "proto/gfx_conversions_unittest.cc", 807 "proto/gfx_conversions_unittest.cc",
800 "proto/skia_conversions_unittest.cc", 808 "proto/skia_conversions_unittest.cc",
801 "quads/draw_polygon_unittest.cc", 809 "quads/draw_polygon_unittest.cc",
802 "quads/draw_quad_unittest.cc", 810 "quads/draw_quad_unittest.cc",
803 "quads/render_pass_unittest.cc", 811 "quads/render_pass_unittest.cc",
804 "raster/scoped_gpu_raster_unittest.cc", 812 "raster/scoped_gpu_raster_unittest.cc",
805 "raster/task_graph_runner_unittest.cc", 813 "raster/single_thread_task_graph_runner_unittest.cc",
814 "raster/synchronous_task_graph_runner_unittest.cc",
806 "raster/texture_compressor_etc1_unittest.cc", 815 "raster/texture_compressor_etc1_unittest.cc",
807 "raster/tile_task_worker_pool_unittest.cc", 816 "raster/tile_task_worker_pool_unittest.cc",
808 "resources/platform_color_unittest.cc", 817 "resources/platform_color_unittest.cc",
809 "resources/resource_pool_unittest.cc", 818 "resources/resource_pool_unittest.cc",
810 "resources/resource_provider_unittest.cc", 819 "resources/resource_provider_unittest.cc",
811 "resources/resource_util_unittest.cc", 820 "resources/resource_util_unittest.cc",
812 "resources/scoped_resource_unittest.cc", 821 "resources/scoped_resource_unittest.cc",
813 "resources/video_resource_updater_unittest.cc", 822 "resources/video_resource_updater_unittest.cc",
814 "scheduler/begin_frame_source_unittest.cc", 823 "scheduler/begin_frame_source_unittest.cc",
815 "scheduler/compositor_timing_history_unittest.cc", 824 "scheduler/compositor_timing_history_unittest.cc",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 "//ui/gl", 946 "//ui/gl",
938 "//ui/gl:test_support", 947 "//ui/gl:test_support",
939 ] 948 ]
940 949
941 if (is_android) { 950 if (is_android) {
942 isolate_file = "cc_perftests.isolate" 951 isolate_file = "cc_perftests.isolate"
943 } 952 }
944 } 953 }
945 # When adding support for isolates, please have a look at run-time dependencies 954 # When adding support for isolates, please have a look at run-time dependencies
946 # in the cc_unittests_run target in cc_tests.gyp. 955 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698