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

Side by Side Diff: cc/BUILD.gn

Issue 1010663002: CC Animations: Redirect all compositor animation requests to AnimationHost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@introduce
Patch Set: Rebase. Created 5 years, 5 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/animation/animation_host.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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 component("cc") { 7 component("cc") {
8 sources = [ 8 sources = [
9 "animation/animation.cc", 9 "animation/animation.cc",
10 "animation/animation.h", 10 "animation/animation.h",
(...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 "trees/layer_tree_host_common_unittest.cc", 798 "trees/layer_tree_host_common_unittest.cc",
799 "trees/layer_tree_host_impl_unittest.cc", 799 "trees/layer_tree_host_impl_unittest.cc",
800 "trees/layer_tree_host_pixeltest_blending.cc", 800 "trees/layer_tree_host_pixeltest_blending.cc",
801 "trees/layer_tree_host_pixeltest_filters.cc", 801 "trees/layer_tree_host_pixeltest_filters.cc",
802 "trees/layer_tree_host_pixeltest_masks.cc", 802 "trees/layer_tree_host_pixeltest_masks.cc",
803 "trees/layer_tree_host_pixeltest_readback.cc", 803 "trees/layer_tree_host_pixeltest_readback.cc",
804 "trees/layer_tree_host_pixeltest_synchronous.cc", 804 "trees/layer_tree_host_pixeltest_synchronous.cc",
805 "trees/layer_tree_host_pixeltest_tiles.cc", 805 "trees/layer_tree_host_pixeltest_tiles.cc",
806 "trees/layer_tree_host_unittest.cc", 806 "trees/layer_tree_host_unittest.cc",
807 "trees/layer_tree_host_unittest_animation.cc", 807 "trees/layer_tree_host_unittest_animation.cc",
808 "trees/layer_tree_host_unittest_animation_timelines.cc",
808 "trees/layer_tree_host_unittest_context.cc", 809 "trees/layer_tree_host_unittest_context.cc",
809 "trees/layer_tree_host_unittest_copyrequest.cc", 810 "trees/layer_tree_host_unittest_copyrequest.cc",
810 "trees/layer_tree_host_unittest_damage.cc", 811 "trees/layer_tree_host_unittest_damage.cc",
811 "trees/layer_tree_host_unittest_delegated.cc", 812 "trees/layer_tree_host_unittest_delegated.cc",
812 "trees/layer_tree_host_unittest_occlusion.cc", 813 "trees/layer_tree_host_unittest_occlusion.cc",
813 "trees/layer_tree_host_unittest_picture.cc", 814 "trees/layer_tree_host_unittest_picture.cc",
814 "trees/layer_tree_host_unittest_proxy.cc", 815 "trees/layer_tree_host_unittest_proxy.cc",
815 "trees/layer_tree_host_unittest_scroll.cc", 816 "trees/layer_tree_host_unittest_scroll.cc",
816 "trees/layer_tree_host_unittest_video.cc", 817 "trees/layer_tree_host_unittest_video.cc",
817 "trees/layer_tree_impl_unittest.cc", 818 "trees/layer_tree_impl_unittest.cc",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
891 "//ui/gfx/geometry", 892 "//ui/gfx/geometry",
892 "//ui/gl", 893 "//ui/gl",
893 ] 894 ]
894 895
895 if (is_android) { 896 if (is_android) {
896 isolate_file = "cc_perftests.isolate" 897 isolate_file = "cc_perftests.isolate"
897 } 898 }
898 } 899 }
899 # When adding support for isolates, please have a look at run-time dependencies 900 # When adding support for isolates, please have a look at run-time dependencies
900 # in the cc_unittests_run target in cc_tests.gyp. 901 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « no previous file | cc/animation/animation_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698