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

Side by Side Diff: cc/BUILD.gn

Issue 2513863002: cc: Delete channel abstraction between proxies. (Closed)
Patch Set: Rebase Created 4 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
« no previous file with comments | « no previous file | cc/test/fake_channel_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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("//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 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 "tiles/tile_task_manager.cc", 488 "tiles/tile_task_manager.cc",
489 "tiles/tile_task_manager.h", 489 "tiles/tile_task_manager.h",
490 "tiles/tiling_set_eviction_queue.cc", 490 "tiles/tiling_set_eviction_queue.cc",
491 "tiles/tiling_set_eviction_queue.h", 491 "tiles/tiling_set_eviction_queue.h",
492 "tiles/tiling_set_raster_queue_all.cc", 492 "tiles/tiling_set_raster_queue_all.cc",
493 "tiles/tiling_set_raster_queue_all.h", 493 "tiles/tiling_set_raster_queue_all.h",
494 "tiles/tiling_set_raster_queue_required.cc", 494 "tiles/tiling_set_raster_queue_required.cc",
495 "tiles/tiling_set_raster_queue_required.h", 495 "tiles/tiling_set_raster_queue_required.h",
496 "trees/blocking_task_runner.cc", 496 "trees/blocking_task_runner.cc",
497 "trees/blocking_task_runner.h", 497 "trees/blocking_task_runner.h",
498 "trees/channel_impl.h",
499 "trees/channel_main.h",
500 "trees/clip_node.cc", 498 "trees/clip_node.cc",
501 "trees/clip_node.h", 499 "trees/clip_node.h",
502 "trees/compositor_mode.h", 500 "trees/compositor_mode.h",
503 "trees/damage_tracker.cc", 501 "trees/damage_tracker.cc",
504 "trees/damage_tracker.h", 502 "trees/damage_tracker.h",
505 "trees/draw_property_utils.cc", 503 "trees/draw_property_utils.cc",
506 "trees/draw_property_utils.h", 504 "trees/draw_property_utils.h",
507 "trees/effect_node.cc", 505 "trees/effect_node.cc",
508 "trees/effect_node.h", 506 "trees/effect_node.h",
509 "trees/element_id.cc", 507 "trees/element_id.cc",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 "trees/single_thread_proxy.cc", 550 "trees/single_thread_proxy.cc",
553 "trees/single_thread_proxy.h", 551 "trees/single_thread_proxy.h",
554 "trees/swap_promise_manager.cc", 552 "trees/swap_promise_manager.cc",
555 "trees/swap_promise_manager.h", 553 "trees/swap_promise_manager.h",
556 "trees/swap_promise_monitor.cc", 554 "trees/swap_promise_monitor.cc",
557 "trees/swap_promise_monitor.h", 555 "trees/swap_promise_monitor.h",
558 "trees/target_property.cc", 556 "trees/target_property.cc",
559 "trees/target_property.h", 557 "trees/target_property.h",
560 "trees/task_runner_provider.cc", 558 "trees/task_runner_provider.cc",
561 "trees/task_runner_provider.h", 559 "trees/task_runner_provider.h",
562 "trees/threaded_channel.cc",
563 "trees/threaded_channel.h",
564 "trees/transform_node.cc", 560 "trees/transform_node.cc",
565 "trees/transform_node.h", 561 "trees/transform_node.h",
566 "trees/tree_synchronizer.cc", 562 "trees/tree_synchronizer.cc",
567 "trees/tree_synchronizer.h", 563 "trees/tree_synchronizer.h",
568 ] 564 ]
569 565
570 if (current_cpu == "x86" || current_cpu == "x64") { 566 if (current_cpu == "x86" || current_cpu == "x64") {
571 sources += [ 567 sources += [
572 "raster/texture_compressor_etc1_sse.cc", 568 "raster/texture_compressor_etc1_sse.cc",
573 "raster/texture_compressor_etc1_sse.h", 569 "raster/texture_compressor_etc1_sse.h",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 testonly = true 615 testonly = true
620 sources = [ 616 sources = [
621 "test/animation_test_common.cc", 617 "test/animation_test_common.cc",
622 "test/animation_test_common.h", 618 "test/animation_test_common.h",
623 "test/animation_timelines_test_common.cc", 619 "test/animation_timelines_test_common.cc",
624 "test/animation_timelines_test_common.h", 620 "test/animation_timelines_test_common.h",
625 "test/begin_frame_args_test.cc", 621 "test/begin_frame_args_test.cc",
626 "test/begin_frame_args_test.h", 622 "test/begin_frame_args_test.h",
627 "test/begin_frame_source_test.cc", 623 "test/begin_frame_source_test.cc",
628 "test/begin_frame_source_test.h", 624 "test/begin_frame_source_test.h",
629 "test/fake_channel_impl.cc",
630 "test/fake_channel_impl.h",
631 "test/fake_client_picture_cache.cc", 625 "test/fake_client_picture_cache.cc",
632 "test/fake_client_picture_cache.h", 626 "test/fake_client_picture_cache.h",
633 "test/fake_compositor_frame_sink.cc", 627 "test/fake_compositor_frame_sink.cc",
634 "test/fake_compositor_frame_sink.h", 628 "test/fake_compositor_frame_sink.h",
635 "test/fake_compositor_frame_sink_client.cc", 629 "test/fake_compositor_frame_sink_client.cc",
636 "test/fake_compositor_frame_sink_client.h", 630 "test/fake_compositor_frame_sink_client.h",
637 "test/fake_content_layer_client.cc", 631 "test/fake_content_layer_client.cc",
638 "test/fake_content_layer_client.h", 632 "test/fake_content_layer_client.h",
639 "test/fake_engine_picture_cache.cc", 633 "test/fake_engine_picture_cache.cc",
640 "test/fake_engine_picture_cache.h", 634 "test/fake_engine_picture_cache.h",
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
1079 data = [ 1073 data = [
1080 "test/data/", 1074 "test/data/",
1081 1075
1082 # Needed for isolate script to execute. 1076 # Needed for isolate script to execute.
1083 "//testing/scripts/common.py", 1077 "//testing/scripts/common.py",
1084 "//testing/xvfb.py", 1078 "//testing/xvfb.py",
1085 "//testing/scripts/run_gtest_perf_test.py", 1079 "//testing/scripts/run_gtest_perf_test.py",
1086 "//tools/perf/generate_legacy_perf_dashboard_json.py", 1080 "//tools/perf/generate_legacy_perf_dashboard_json.py",
1087 ] 1081 ]
1088 } 1082 }
OLDNEW
« no previous file with comments | « no previous file | cc/test/fake_channel_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698