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

Side by Side Diff: cc/BUILD.gn

Issue 683113005: Update from chromium https://crrev.com/302282 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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 | « build/whitespace_file.txt ('k') | cc/base/delayed_unique_notifier.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 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 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 "test/geometry_test_utils.h", 552 "test/geometry_test_utils.h",
553 "test/test_in_process_context_provider.cc", 553 "test/test_in_process_context_provider.cc",
554 "test/test_in_process_context_provider.h", 554 "test/test_in_process_context_provider.h",
555 "test/impl_side_painting_settings.h", 555 "test/impl_side_painting_settings.h",
556 "test/layer_test_common.cc", 556 "test/layer_test_common.cc",
557 "test/layer_test_common.h", 557 "test/layer_test_common.h",
558 "test/layer_tree_host_common_test.cc", 558 "test/layer_tree_host_common_test.cc",
559 "test/layer_tree_host_common_test.h", 559 "test/layer_tree_host_common_test.h",
560 "test/layer_tree_json_parser.cc", 560 "test/layer_tree_json_parser.cc",
561 "test/layer_tree_json_parser.h", 561 "test/layer_tree_json_parser.h",
562 "test/layer_tree_pixel_resource_test.cc",
563 "test/layer_tree_pixel_resource_test.h",
562 "test/layer_tree_pixel_test.cc", 564 "test/layer_tree_pixel_test.cc",
563 "test/layer_tree_pixel_test.h", 565 "test/layer_tree_pixel_test.h",
564 "test/layer_tree_test.cc", 566 "test/layer_tree_test.cc",
565 "test/layer_tree_test.h", 567 "test/layer_tree_test.h",
566 "test/mock_occlusion_tracker.h", 568 "test/mock_occlusion_tracker.h",
567 "test/ordered_simple_task_runner.cc", 569 "test/ordered_simple_task_runner.cc",
568 "test/ordered_simple_task_runner.h", 570 "test/ordered_simple_task_runner.h",
569 "test/ordered_texture_map.cc", 571 "test/ordered_texture_map.cc",
570 "test/ordered_texture_map.h", 572 "test/ordered_texture_map.h",
571 "test/paths.cc", 573 "test/paths.cc",
(...skipping 19 matching lines...) Expand all
591 "test/solid_color_content_layer_client.cc", 593 "test/solid_color_content_layer_client.cc",
592 "test/solid_color_content_layer_client.h", 594 "test/solid_color_content_layer_client.h",
593 "test/test_context_provider.cc", 595 "test/test_context_provider.cc",
594 "test/test_context_provider.h", 596 "test/test_context_provider.h",
595 "test/test_context_support.cc", 597 "test/test_context_support.cc",
596 "test/test_context_support.h", 598 "test/test_context_support.h",
597 "test/test_gles2_interface.cc", 599 "test/test_gles2_interface.cc",
598 "test/test_gles2_interface.h", 600 "test/test_gles2_interface.h",
599 "test/test_gpu_memory_buffer_manager.cc", 601 "test/test_gpu_memory_buffer_manager.cc",
600 "test/test_gpu_memory_buffer_manager.h", 602 "test/test_gpu_memory_buffer_manager.h",
603 "test/test_image_factory.cc",
604 "test/test_image_factory.h",
601 "test/test_now_source.cc", 605 "test/test_now_source.cc",
602 "test/test_now_source.h", 606 "test/test_now_source.h",
603 "test/test_occlusion_tracker.h", 607 "test/test_occlusion_tracker.h",
604 "test/test_shared_bitmap_manager.cc", 608 "test/test_shared_bitmap_manager.cc",
605 "test/test_shared_bitmap_manager.h", 609 "test/test_shared_bitmap_manager.h",
606 "test/test_texture.cc", 610 "test/test_texture.cc",
607 "test/test_texture.h", 611 "test/test_texture.h",
608 "test/test_tile_priorities.cc", 612 "test/test_tile_priorities.cc",
609 "test/test_tile_priorities.h", 613 "test/test_tile_priorities.h",
610 "test/test_web_graphics_context_3d.cc", 614 "test/test_web_graphics_context_3d.cc",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 "trees/blocking_task_runner_unittest.cc", 737 "trees/blocking_task_runner_unittest.cc",
734 "trees/damage_tracker_unittest.cc", 738 "trees/damage_tracker_unittest.cc",
735 "trees/layer_sorter_unittest.cc", 739 "trees/layer_sorter_unittest.cc",
736 "trees/layer_tree_host_common_unittest.cc", 740 "trees/layer_tree_host_common_unittest.cc",
737 "trees/layer_tree_host_impl_unittest.cc", 741 "trees/layer_tree_host_impl_unittest.cc",
738 "trees/layer_tree_host_pixeltest_blending.cc", 742 "trees/layer_tree_host_pixeltest_blending.cc",
739 "trees/layer_tree_host_pixeltest_filters.cc", 743 "trees/layer_tree_host_pixeltest_filters.cc",
740 "trees/layer_tree_host_pixeltest_masks.cc", 744 "trees/layer_tree_host_pixeltest_masks.cc",
741 "trees/layer_tree_host_pixeltest_on_demand_raster.cc", 745 "trees/layer_tree_host_pixeltest_on_demand_raster.cc",
742 "trees/layer_tree_host_pixeltest_readback.cc", 746 "trees/layer_tree_host_pixeltest_readback.cc",
747 "trees/layer_tree_host_pixeltest_synchronous.cc",
743 "trees/layer_tree_host_unittest.cc", 748 "trees/layer_tree_host_unittest.cc",
744 "trees/layer_tree_host_unittest_animation.cc", 749 "trees/layer_tree_host_unittest_animation.cc",
745 "trees/layer_tree_host_unittest_context.cc", 750 "trees/layer_tree_host_unittest_context.cc",
746 "trees/layer_tree_host_unittest_copyrequest.cc", 751 "trees/layer_tree_host_unittest_copyrequest.cc",
747 "trees/layer_tree_host_unittest_damage.cc", 752 "trees/layer_tree_host_unittest_damage.cc",
748 "trees/layer_tree_host_unittest_delegated.cc", 753 "trees/layer_tree_host_unittest_delegated.cc",
749 "trees/layer_tree_host_unittest_occlusion.cc", 754 "trees/layer_tree_host_unittest_occlusion.cc",
750 "trees/layer_tree_host_unittest_no_message_loop.cc", 755 "trees/layer_tree_host_unittest_no_message_loop.cc",
751 "trees/layer_tree_host_unittest_picture.cc", 756 "trees/layer_tree_host_unittest_picture.cc",
752 "trees/layer_tree_host_unittest_proxy.cc", 757 "trees/layer_tree_host_unittest_proxy.cc",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
809 "//gpu:test_support", 814 "//gpu:test_support",
810 "//gpu/command_buffer/common:gles2_utils", 815 "//gpu/command_buffer/common:gles2_utils",
811 "//skia", 816 "//skia",
812 "//testing/gmock", 817 "//testing/gmock",
813 "//testing/gtest", 818 "//testing/gtest",
814 "//testing/perf", 819 "//testing/perf",
815 "//ui/gfx", 820 "//ui/gfx",
816 "//ui/gfx/geometry", 821 "//ui/gfx/geometry",
817 ] 822 ]
818 } 823 }
OLDNEW
« no previous file with comments | « build/whitespace_file.txt ('k') | cc/base/delayed_unique_notifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698