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

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: Use numeric limits for raster task limit Created 6 years, 2 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 | « no previous file | cc/cc_tests.gyp » ('j') | cc/resources/gpu_raster_worker_pool.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 734 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 "trees/blocking_task_runner_unittest.cc", 745 "trees/blocking_task_runner_unittest.cc",
746 "trees/damage_tracker_unittest.cc", 746 "trees/damage_tracker_unittest.cc",
747 "trees/layer_sorter_unittest.cc", 747 "trees/layer_sorter_unittest.cc",
748 "trees/layer_tree_host_common_unittest.cc", 748 "trees/layer_tree_host_common_unittest.cc",
749 "trees/layer_tree_host_impl_unittest.cc", 749 "trees/layer_tree_host_impl_unittest.cc",
750 "trees/layer_tree_host_pixeltest_blending.cc", 750 "trees/layer_tree_host_pixeltest_blending.cc",
751 "trees/layer_tree_host_pixeltest_filters.cc", 751 "trees/layer_tree_host_pixeltest_filters.cc",
752 "trees/layer_tree_host_pixeltest_masks.cc", 752 "trees/layer_tree_host_pixeltest_masks.cc",
753 "trees/layer_tree_host_pixeltest_on_demand_raster.cc", 753 "trees/layer_tree_host_pixeltest_on_demand_raster.cc",
754 "trees/layer_tree_host_pixeltest_readback.cc", 754 "trees/layer_tree_host_pixeltest_readback.cc",
755 "trees/layer_tree_host_pixeltest_synchronous.cc",
755 "trees/layer_tree_host_unittest.cc", 756 "trees/layer_tree_host_unittest.cc",
756 "trees/layer_tree_host_unittest_animation.cc", 757 "trees/layer_tree_host_unittest_animation.cc",
757 "trees/layer_tree_host_unittest_context.cc", 758 "trees/layer_tree_host_unittest_context.cc",
758 "trees/layer_tree_host_unittest_copyrequest.cc", 759 "trees/layer_tree_host_unittest_copyrequest.cc",
759 "trees/layer_tree_host_unittest_damage.cc", 760 "trees/layer_tree_host_unittest_damage.cc",
760 "trees/layer_tree_host_unittest_delegated.cc", 761 "trees/layer_tree_host_unittest_delegated.cc",
761 "trees/layer_tree_host_unittest_occlusion.cc", 762 "trees/layer_tree_host_unittest_occlusion.cc",
762 "trees/layer_tree_host_unittest_no_message_loop.cc", 763 "trees/layer_tree_host_unittest_no_message_loop.cc",
763 "trees/layer_tree_host_unittest_picture.cc", 764 "trees/layer_tree_host_unittest_picture.cc",
764 "trees/layer_tree_host_unittest_proxy.cc", 765 "trees/layer_tree_host_unittest_proxy.cc",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 "//gpu/command_buffer/common:gles2_utils", 825 "//gpu/command_buffer/common:gles2_utils",
825 "//media", 826 "//media",
826 "//skia", 827 "//skia",
827 "//testing/gmock", 828 "//testing/gmock",
828 "//testing/gtest", 829 "//testing/gtest",
829 "//testing/perf", 830 "//testing/perf",
830 "//ui/gfx", 831 "//ui/gfx",
831 "//ui/gfx/geometry", 832 "//ui/gfx/geometry",
832 ] 833 ]
833 } 834 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/resources/gpu_raster_worker_pool.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698