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

Side by Side Diff: cc/BUILD.gn

Issue 667793004: Support single-threaded impl-side painting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase, add ContextCapabilities 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 | « no previous file | cc/cc_tests.gyp » ('j') | cc/test/test_in_process_context_provider.cc » ('J')
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 738 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 "trees/blocking_task_runner_unittest.cc", 749 "trees/blocking_task_runner_unittest.cc",
750 "trees/damage_tracker_unittest.cc", 750 "trees/damage_tracker_unittest.cc",
751 "trees/layer_sorter_unittest.cc", 751 "trees/layer_sorter_unittest.cc",
752 "trees/layer_tree_host_common_unittest.cc", 752 "trees/layer_tree_host_common_unittest.cc",
753 "trees/layer_tree_host_impl_unittest.cc", 753 "trees/layer_tree_host_impl_unittest.cc",
754 "trees/layer_tree_host_pixeltest_blending.cc", 754 "trees/layer_tree_host_pixeltest_blending.cc",
755 "trees/layer_tree_host_pixeltest_filters.cc", 755 "trees/layer_tree_host_pixeltest_filters.cc",
756 "trees/layer_tree_host_pixeltest_masks.cc", 756 "trees/layer_tree_host_pixeltest_masks.cc",
757 "trees/layer_tree_host_pixeltest_on_demand_raster.cc", 757 "trees/layer_tree_host_pixeltest_on_demand_raster.cc",
758 "trees/layer_tree_host_pixeltest_readback.cc", 758 "trees/layer_tree_host_pixeltest_readback.cc",
759 "trees/layer_tree_host_pixeltest_synchronous.cc",
759 "trees/layer_tree_host_unittest.cc", 760 "trees/layer_tree_host_unittest.cc",
760 "trees/layer_tree_host_unittest_animation.cc", 761 "trees/layer_tree_host_unittest_animation.cc",
761 "trees/layer_tree_host_unittest_context.cc", 762 "trees/layer_tree_host_unittest_context.cc",
762 "trees/layer_tree_host_unittest_copyrequest.cc", 763 "trees/layer_tree_host_unittest_copyrequest.cc",
763 "trees/layer_tree_host_unittest_damage.cc", 764 "trees/layer_tree_host_unittest_damage.cc",
764 "trees/layer_tree_host_unittest_delegated.cc", 765 "trees/layer_tree_host_unittest_delegated.cc",
765 "trees/layer_tree_host_unittest_occlusion.cc", 766 "trees/layer_tree_host_unittest_occlusion.cc",
766 "trees/layer_tree_host_unittest_no_message_loop.cc", 767 "trees/layer_tree_host_unittest_no_message_loop.cc",
767 "trees/layer_tree_host_unittest_picture.cc", 768 "trees/layer_tree_host_unittest_picture.cc",
768 "trees/layer_tree_host_unittest_proxy.cc", 769 "trees/layer_tree_host_unittest_proxy.cc",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
828 "//gpu/command_buffer/common:gles2_utils", 829 "//gpu/command_buffer/common:gles2_utils",
829 "//media", 830 "//media",
830 "//skia", 831 "//skia",
831 "//testing/gmock", 832 "//testing/gmock",
832 "//testing/gtest", 833 "//testing/gtest",
833 "//testing/perf", 834 "//testing/perf",
834 "//ui/gfx", 835 "//ui/gfx",
835 "//ui/gfx/geometry", 836 "//ui/gfx/geometry",
836 ] 837 ]
837 } 838 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/test/test_in_process_context_provider.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698