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

Side by Side Diff: cc/BUILD.gn

Issue 816543004: Update from https://crrev.com/308996 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « build/whitespace_file.txt ('k') | cc/OWNERS » ('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 component("cc") { 5 component("cc") {
6 sources = [ 6 sources = [
7 "animation/animation.cc", 7 "animation/animation.cc",
8 "animation/animation.h", 8 "animation/animation.h",
9 "animation/animation_curve.cc", 9 "animation/animation_curve.cc",
10 "animation/animation_curve.h", 10 "animation/animation_curve.h",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 "base/util.h", 71 "base/util.h",
72 "debug/benchmark_instrumentation.cc", 72 "debug/benchmark_instrumentation.cc",
73 "debug/benchmark_instrumentation.h", 73 "debug/benchmark_instrumentation.h",
74 "debug/debug_colors.cc", 74 "debug/debug_colors.cc",
75 "debug/debug_colors.h", 75 "debug/debug_colors.h",
76 "debug/debug_rect_history.cc", 76 "debug/debug_rect_history.cc",
77 "debug/debug_rect_history.h", 77 "debug/debug_rect_history.h",
78 "debug/devtools_instrumentation.h", 78 "debug/devtools_instrumentation.h",
79 "debug/frame_rate_counter.cc", 79 "debug/frame_rate_counter.cc",
80 "debug/frame_rate_counter.h", 80 "debug/frame_rate_counter.h",
81 "debug/frame_viewer_instrumentation.cc",
81 "debug/frame_viewer_instrumentation.h", 82 "debug/frame_viewer_instrumentation.h",
82 "debug/invalidation_benchmark.cc", 83 "debug/invalidation_benchmark.cc",
83 "debug/invalidation_benchmark.h", 84 "debug/invalidation_benchmark.h",
84 "debug/lap_timer.cc", 85 "debug/lap_timer.cc",
85 "debug/lap_timer.h", 86 "debug/lap_timer.h",
86 "debug/layer_tree_debug_state.cc", 87 "debug/layer_tree_debug_state.cc",
87 "debug/layer_tree_debug_state.h", 88 "debug/layer_tree_debug_state.h",
88 "debug/micro_benchmark.cc", 89 "debug/micro_benchmark.cc",
89 "debug/micro_benchmark.h", 90 "debug/micro_benchmark.h",
90 "debug/micro_benchmark_impl.cc", 91 "debug/micro_benchmark_impl.cc",
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 "resources/transparency_display_item.h", 447 "resources/transparency_display_item.h",
447 "resources/ui_resource_bitmap.cc", 448 "resources/ui_resource_bitmap.cc",
448 "resources/ui_resource_bitmap.h", 449 "resources/ui_resource_bitmap.h",
449 "resources/ui_resource_client.h", 450 "resources/ui_resource_client.h",
450 "resources/ui_resource_request.cc", 451 "resources/ui_resource_request.cc",
451 "resources/ui_resource_request.h", 452 "resources/ui_resource_request.h",
452 "resources/zero_copy_tile_task_worker_pool.cc", 453 "resources/zero_copy_tile_task_worker_pool.cc",
453 "resources/zero_copy_tile_task_worker_pool.h", 454 "resources/zero_copy_tile_task_worker_pool.h",
454 "scheduler/begin_frame_source.cc", 455 "scheduler/begin_frame_source.cc",
455 "scheduler/begin_frame_source.h", 456 "scheduler/begin_frame_source.h",
457 "scheduler/commit_earlyout_reason.h",
456 "scheduler/delay_based_time_source.cc", 458 "scheduler/delay_based_time_source.cc",
457 "scheduler/delay_based_time_source.h", 459 "scheduler/delay_based_time_source.h",
458 "scheduler/draw_result.h", 460 "scheduler/draw_result.h",
459 "scheduler/scheduler.cc", 461 "scheduler/scheduler.cc",
460 "scheduler/scheduler.h", 462 "scheduler/scheduler.h",
461 "scheduler/scheduler_settings.cc", 463 "scheduler/scheduler_settings.cc",
462 "scheduler/scheduler_settings.h", 464 "scheduler/scheduler_settings.h",
463 "scheduler/scheduler_state_machine.cc", 465 "scheduler/scheduler_state_machine.cc",
464 "scheduler/scheduler_state_machine.h", 466 "scheduler/scheduler_state_machine.h",
465 "trees/blocking_task_runner.cc", 467 "trees/blocking_task_runner.cc",
466 "trees/blocking_task_runner.h", 468 "trees/blocking_task_runner.h",
467 "trees/damage_tracker.cc", 469 "trees/damage_tracker.cc",
468 "trees/damage_tracker.h", 470 "trees/damage_tracker.h",
471 "trees/draw_property_utils.cc",
472 "trees/draw_property_utils.h",
469 "trees/layer_sorter.cc", 473 "trees/layer_sorter.cc",
470 "trees/layer_sorter.h", 474 "trees/layer_sorter.h",
471 "trees/layer_tree_host.cc", 475 "trees/layer_tree_host.cc",
472 "trees/layer_tree_host.h", 476 "trees/layer_tree_host.h",
473 "trees/layer_tree_host_client.h", 477 "trees/layer_tree_host_client.h",
474 "trees/layer_tree_host_common.cc", 478 "trees/layer_tree_host_common.cc",
475 "trees/layer_tree_host_common.h", 479 "trees/layer_tree_host_common.h",
476 "trees/layer_tree_host_impl.cc", 480 "trees/layer_tree_host_impl.cc",
477 "trees/layer_tree_host_impl.h", 481 "trees/layer_tree_host_impl.h",
478 "trees/layer_tree_impl.cc", 482 "trees/layer_tree_impl.cc",
479 "trees/layer_tree_impl.h", 483 "trees/layer_tree_impl.h",
480 "trees/layer_tree_settings.cc", 484 "trees/layer_tree_settings.cc",
481 "trees/layer_tree_settings.h", 485 "trees/layer_tree_settings.h",
482 "trees/occlusion.cc", 486 "trees/occlusion.cc",
483 "trees/occlusion.h", 487 "trees/occlusion.h",
484 "trees/occlusion_tracker.cc", 488 "trees/occlusion_tracker.cc",
485 "trees/occlusion_tracker.h", 489 "trees/occlusion_tracker.h",
490 "trees/property_tree.cc",
491 "trees/property_tree.h",
492 "trees/property_tree_builder.cc",
493 "trees/property_tree_builder.h",
486 "trees/proxy.cc", 494 "trees/proxy.cc",
487 "trees/proxy.h", 495 "trees/proxy.h",
488 "trees/proxy_timing_history.cc", 496 "trees/proxy_timing_history.cc",
489 "trees/proxy_timing_history.h", 497 "trees/proxy_timing_history.h",
490 "trees/scoped_abort_remaining_swap_promises.h", 498 "trees/scoped_abort_remaining_swap_promises.h",
491 "trees/single_thread_proxy.cc", 499 "trees/single_thread_proxy.cc",
492 "trees/single_thread_proxy.h", 500 "trees/single_thread_proxy.h",
493 "trees/thread_proxy.cc", 501 "trees/thread_proxy.cc",
494 "trees/thread_proxy.h", 502 "trees/thread_proxy.h",
495 "trees/tree_synchronizer.cc", 503 "trees/tree_synchronizer.cc",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 "test/fake_content_layer.cc", 542 "test/fake_content_layer.cc",
535 "test/fake_content_layer.h", 543 "test/fake_content_layer.h",
536 "test/fake_content_layer_client.cc", 544 "test/fake_content_layer_client.cc",
537 "test/fake_content_layer_client.h", 545 "test/fake_content_layer_client.h",
538 "test/fake_content_layer_impl.cc", 546 "test/fake_content_layer_impl.cc",
539 "test/fake_content_layer_impl.h", 547 "test/fake_content_layer_impl.h",
540 "test/fake_delegated_renderer_layer.cc", 548 "test/fake_delegated_renderer_layer.cc",
541 "test/fake_delegated_renderer_layer.h", 549 "test/fake_delegated_renderer_layer.h",
542 "test/fake_delegated_renderer_layer_impl.cc", 550 "test/fake_delegated_renderer_layer_impl.cc",
543 "test/fake_delegated_renderer_layer_impl.h", 551 "test/fake_delegated_renderer_layer_impl.h",
552 "test/fake_external_begin_frame_source.cc",
553 "test/fake_external_begin_frame_source.h",
544 "test/fake_impl_proxy.h", 554 "test/fake_impl_proxy.h",
545 "test/fake_layer_tree_host.cc", 555 "test/fake_layer_tree_host.cc",
546 "test/fake_layer_tree_host.h", 556 "test/fake_layer_tree_host.h",
547 "test/fake_layer_tree_host_client.cc", 557 "test/fake_layer_tree_host_client.cc",
548 "test/fake_layer_tree_host_client.h", 558 "test/fake_layer_tree_host_client.h",
549 "test/fake_layer_tree_host_impl.cc", 559 "test/fake_layer_tree_host_impl.cc",
550 "test/fake_layer_tree_host_impl.h", 560 "test/fake_layer_tree_host_impl.h",
551 "test/fake_layer_tree_host_impl_client.cc", 561 "test/fake_layer_tree_host_impl_client.cc",
552 "test/fake_layer_tree_host_impl_client.h", 562 "test/fake_layer_tree_host_impl_client.h",
553 "test/fake_output_surface.cc", 563 "test/fake_output_surface.cc",
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 "trees/layer_tree_host_unittest_damage.cc", 800 "trees/layer_tree_host_unittest_damage.cc",
791 "trees/layer_tree_host_unittest_delegated.cc", 801 "trees/layer_tree_host_unittest_delegated.cc",
792 "trees/layer_tree_host_unittest_occlusion.cc", 802 "trees/layer_tree_host_unittest_occlusion.cc",
793 "trees/layer_tree_host_unittest_no_message_loop.cc", 803 "trees/layer_tree_host_unittest_no_message_loop.cc",
794 "trees/layer_tree_host_unittest_picture.cc", 804 "trees/layer_tree_host_unittest_picture.cc",
795 "trees/layer_tree_host_unittest_proxy.cc", 805 "trees/layer_tree_host_unittest_proxy.cc",
796 "trees/layer_tree_host_unittest_scroll.cc", 806 "trees/layer_tree_host_unittest_scroll.cc",
797 "trees/layer_tree_impl_unittest.cc", 807 "trees/layer_tree_impl_unittest.cc",
798 "trees/occlusion_tracker_unittest.cc", 808 "trees/occlusion_tracker_unittest.cc",
799 "trees/occlusion_unittest.cc", 809 "trees/occlusion_unittest.cc",
810 "trees/property_tree_unittest.cc",
800 "trees/tree_synchronizer_unittest.cc", 811 "trees/tree_synchronizer_unittest.cc",
801 812
802 # Surfaces test files. 813 # Surfaces test files.
803 "surfaces/surface_aggregator_test_helpers.cc", 814 "surfaces/surface_aggregator_test_helpers.cc",
804 "surfaces/surface_aggregator_test_helpers.h", 815 "surfaces/surface_aggregator_test_helpers.h",
805 "surfaces/surface_aggregator_unittest.cc", 816 "surfaces/surface_aggregator_unittest.cc",
806 "surfaces/surface_unittest.cc", 817 "surfaces/surface_unittest.cc",
807 "surfaces/surfaces_pixeltest.cc", 818 "surfaces/surfaces_pixeltest.cc",
808 819
809 # Setup. 820 # Setup.
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
857 "//gpu/command_buffer/common:gles2_utils", 868 "//gpu/command_buffer/common:gles2_utils",
858 "//skia", 869 "//skia",
859 "//testing/gmock", 870 "//testing/gmock",
860 "//testing/gtest", 871 "//testing/gtest",
861 "//testing/perf", 872 "//testing/perf",
862 "//ui/gfx", 873 "//ui/gfx",
863 "//ui/gfx/geometry", 874 "//ui/gfx/geometry",
864 "//ui/gl", 875 "//ui/gl",
865 ] 876 ]
866 } 877 }
OLDNEW
« no previous file with comments | « build/whitespace_file.txt ('k') | cc/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698