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

Side by Side Diff: cc/BUILD.gn

Issue 817653003: Update from https://crrev.com/309717 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months 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/animation/animation_curve.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 752 matching lines...) Expand 10 before | Expand all | Expand 10 after
763 "resources/layer_quad_unittest.cc", 763 "resources/layer_quad_unittest.cc",
764 "resources/picture_layer_tiling_set_unittest.cc", 764 "resources/picture_layer_tiling_set_unittest.cc",
765 "resources/picture_layer_tiling_unittest.cc", 765 "resources/picture_layer_tiling_unittest.cc",
766 "resources/picture_pile_impl_unittest.cc", 766 "resources/picture_pile_impl_unittest.cc",
767 "resources/picture_pile_unittest.cc", 767 "resources/picture_pile_unittest.cc",
768 "resources/picture_unittest.cc", 768 "resources/picture_unittest.cc",
769 "resources/prioritized_resource_unittest.cc", 769 "resources/prioritized_resource_unittest.cc",
770 "resources/tile_task_worker_pool_unittest.cc", 770 "resources/tile_task_worker_pool_unittest.cc",
771 "resources/resource_provider_unittest.cc", 771 "resources/resource_provider_unittest.cc",
772 "resources/resource_update_controller_unittest.cc", 772 "resources/resource_update_controller_unittest.cc",
773 "resources/scoped_gpu_raster_unittest.cc",
773 "resources/scoped_resource_unittest.cc", 774 "resources/scoped_resource_unittest.cc",
774 "resources/task_graph_runner_unittest.cc", 775 "resources/task_graph_runner_unittest.cc",
775 "resources/texture_mailbox_deleter_unittest.cc", 776 "resources/texture_mailbox_deleter_unittest.cc",
776 "resources/texture_uploader_unittest.cc", 777 "resources/texture_uploader_unittest.cc",
777 "resources/tile_manager_unittest.cc", 778 "resources/tile_manager_unittest.cc",
778 "resources/tile_priority_unittest.cc", 779 "resources/tile_priority_unittest.cc",
779 "scheduler/begin_frame_source_unittest.cc", 780 "scheduler/begin_frame_source_unittest.cc",
780 "scheduler/delay_based_time_source_unittest.cc", 781 "scheduler/delay_based_time_source_unittest.cc",
781 "scheduler/scheduler_state_machine_unittest.cc", 782 "scheduler/scheduler_state_machine_unittest.cc",
782 "scheduler/scheduler_unittest.cc", 783 "scheduler/scheduler_unittest.cc",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
868 "//gpu/command_buffer/common:gles2_utils", 869 "//gpu/command_buffer/common:gles2_utils",
869 "//skia", 870 "//skia",
870 "//testing/gmock", 871 "//testing/gmock",
871 "//testing/gtest", 872 "//testing/gtest",
872 "//testing/perf", 873 "//testing/perf",
873 "//ui/gfx", 874 "//ui/gfx",
874 "//ui/gfx/geometry", 875 "//ui/gfx/geometry",
875 "//ui/gl", 876 "//ui/gl",
876 ] 877 ]
877 } 878 }
OLDNEW
« no previous file with comments | « build/whitespace_file.txt ('k') | cc/animation/animation_curve.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698