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

Side by Side Diff: cc/BUILD.gn

Issue 607023003: cc: Unify the occlusion access by adding an ability to scale transform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: +build.gn change 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') | 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 748 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 "trees/layer_tree_host_unittest_damage.cc", 759 "trees/layer_tree_host_unittest_damage.cc",
760 "trees/layer_tree_host_unittest_delegated.cc", 760 "trees/layer_tree_host_unittest_delegated.cc",
761 "trees/layer_tree_host_unittest_occlusion.cc", 761 "trees/layer_tree_host_unittest_occlusion.cc",
762 "trees/layer_tree_host_unittest_no_message_loop.cc", 762 "trees/layer_tree_host_unittest_no_message_loop.cc",
763 "trees/layer_tree_host_unittest_picture.cc", 763 "trees/layer_tree_host_unittest_picture.cc",
764 "trees/layer_tree_host_unittest_proxy.cc", 764 "trees/layer_tree_host_unittest_proxy.cc",
765 "trees/layer_tree_host_unittest_scroll.cc", 765 "trees/layer_tree_host_unittest_scroll.cc",
766 "trees/layer_tree_host_unittest_video.cc", 766 "trees/layer_tree_host_unittest_video.cc",
767 "trees/layer_tree_impl_unittest.cc", 767 "trees/layer_tree_impl_unittest.cc",
768 "trees/occlusion_tracker_unittest.cc", 768 "trees/occlusion_tracker_unittest.cc",
769 "trees/occlusion_unittest.cc",
769 "trees/tree_synchronizer_unittest.cc", 770 "trees/tree_synchronizer_unittest.cc",
770 771
771 # Surfaces test files. 772 # Surfaces test files.
772 "surfaces/surface_aggregator_test_helpers.cc", 773 "surfaces/surface_aggregator_test_helpers.cc",
773 "surfaces/surface_aggregator_test_helpers.h", 774 "surfaces/surface_aggregator_test_helpers.h",
774 "surfaces/surface_aggregator_unittest.cc", 775 "surfaces/surface_aggregator_unittest.cc",
775 "surfaces/surface_unittest.cc", 776 "surfaces/surface_unittest.cc",
776 "surfaces/surfaces_pixeltest.cc", 777 "surfaces/surfaces_pixeltest.cc",
777 778
778 # Setup. 779 # Setup.
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 "//gpu/command_buffer/common:gles2_utils", 824 "//gpu/command_buffer/common:gles2_utils",
824 "//media", 825 "//media",
825 "//skia", 826 "//skia",
826 "//testing/gmock", 827 "//testing/gmock",
827 "//testing/gtest", 828 "//testing/gtest",
828 "//testing/perf", 829 "//testing/perf",
829 "//ui/gfx", 830 "//ui/gfx",
830 "//ui/gfx/geometry", 831 "//ui/gfx/geometry",
831 ] 832 ]
832 } 833 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698