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

Side by Side Diff: cc/BUILD.gn

Issue 1398443008: Add support for (de)serializing cc::Layer hierarchy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@review-1394353002
Patch Set: Reorderded TODO Created 5 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.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 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "layers/io_surface_layer_impl.h", 131 "layers/io_surface_layer_impl.h",
132 "layers/layer.cc", 132 "layers/layer.cc",
133 "layers/layer.h", 133 "layers/layer.h",
134 "layers/layer_client.h", 134 "layers/layer_client.h",
135 "layers/layer_impl.cc", 135 "layers/layer_impl.cc",
136 "layers/layer_impl.h", 136 "layers/layer_impl.h",
137 "layers/layer_iterator.h", 137 "layers/layer_iterator.h",
138 "layers/layer_lists.h", 138 "layers/layer_lists.h",
139 "layers/layer_position_constraint.cc", 139 "layers/layer_position_constraint.cc",
140 "layers/layer_position_constraint.h", 140 "layers/layer_position_constraint.h",
141 "layers/layer_proto_converter.cc",
142 "layers/layer_proto_converter.h",
141 "layers/layer_utils.cc", 143 "layers/layer_utils.cc",
142 "layers/layer_utils.h", 144 "layers/layer_utils.h",
143 "layers/nine_patch_layer.cc", 145 "layers/nine_patch_layer.cc",
144 "layers/nine_patch_layer.h", 146 "layers/nine_patch_layer.h",
145 "layers/nine_patch_layer_impl.cc", 147 "layers/nine_patch_layer_impl.cc",
146 "layers/nine_patch_layer_impl.h", 148 "layers/nine_patch_layer_impl.h",
147 "layers/paint_properties.h", 149 "layers/paint_properties.h",
148 "layers/painted_scrollbar_layer.cc", 150 "layers/painted_scrollbar_layer.cc",
149 "layers/painted_scrollbar_layer.h", 151 "layers/painted_scrollbar_layer.h",
150 "layers/painted_scrollbar_layer_impl.cc", 152 "layers/painted_scrollbar_layer_impl.cc",
(...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 "layers/delegated_frame_provider_unittest.cc", 748 "layers/delegated_frame_provider_unittest.cc",
747 "layers/delegated_frame_resource_collection_unittest.cc", 749 "layers/delegated_frame_resource_collection_unittest.cc",
748 "layers/delegated_renderer_layer_impl_unittest.cc", 750 "layers/delegated_renderer_layer_impl_unittest.cc",
749 "layers/delegated_renderer_layer_unittest.cc", 751 "layers/delegated_renderer_layer_unittest.cc",
750 "layers/heads_up_display_layer_impl_unittest.cc", 752 "layers/heads_up_display_layer_impl_unittest.cc",
751 "layers/heads_up_display_unittest.cc", 753 "layers/heads_up_display_unittest.cc",
752 "layers/io_surface_layer_impl_unittest.cc", 754 "layers/io_surface_layer_impl_unittest.cc",
753 "layers/layer_impl_unittest.cc", 755 "layers/layer_impl_unittest.cc",
754 "layers/layer_iterator_unittest.cc", 756 "layers/layer_iterator_unittest.cc",
755 "layers/layer_position_constraint_unittest.cc", 757 "layers/layer_position_constraint_unittest.cc",
758 "layers/layer_proto_converter_unittest.cc",
756 "layers/layer_unittest.cc", 759 "layers/layer_unittest.cc",
757 "layers/layer_utils_unittest.cc", 760 "layers/layer_utils_unittest.cc",
758 "layers/nine_patch_layer_impl_unittest.cc", 761 "layers/nine_patch_layer_impl_unittest.cc",
759 "layers/nine_patch_layer_unittest.cc", 762 "layers/nine_patch_layer_unittest.cc",
760 "layers/painted_scrollbar_layer_impl_unittest.cc", 763 "layers/painted_scrollbar_layer_impl_unittest.cc",
761 "layers/picture_image_layer_impl_unittest.cc", 764 "layers/picture_image_layer_impl_unittest.cc",
762 "layers/picture_image_layer_unittest.cc", 765 "layers/picture_image_layer_unittest.cc",
763 "layers/picture_layer_impl_unittest.cc", 766 "layers/picture_layer_impl_unittest.cc",
764 "layers/picture_layer_unittest.cc", 767 "layers/picture_layer_unittest.cc",
765 "layers/render_surface_impl_unittest.cc", 768 "layers/render_surface_impl_unittest.cc",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 "//ui/gl", 936 "//ui/gl",
934 "//ui/gl:test_support", 937 "//ui/gl:test_support",
935 ] 938 ]
936 939
937 if (is_android) { 940 if (is_android) {
938 isolate_file = "cc_perftests.isolate" 941 isolate_file = "cc_perftests.isolate"
939 } 942 }
940 } 943 }
941 # When adding support for isolates, please have a look at run-time dependencies 944 # When adding support for isolates, please have a look at run-time dependencies
942 # in the cc_unittests_run target in cc_tests.gyp. 945 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698