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

Side by Side Diff: cc/BUILD.gn

Issue 2094813003: cc: Merge PictureImageLayerImpl and PictureLayerImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: borders Created 4 years, 6 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.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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("cc") { 8 component("cc") {
9 sources = [ 9 sources = [
10 "animation/animation.cc", 10 "animation/animation.cc",
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 "layers/nine_patch_layer.h", 137 "layers/nine_patch_layer.h",
138 "layers/nine_patch_layer_impl.cc", 138 "layers/nine_patch_layer_impl.cc",
139 "layers/nine_patch_layer_impl.h", 139 "layers/nine_patch_layer_impl.h",
140 "layers/paint_properties.h", 140 "layers/paint_properties.h",
141 "layers/painted_scrollbar_layer.cc", 141 "layers/painted_scrollbar_layer.cc",
142 "layers/painted_scrollbar_layer.h", 142 "layers/painted_scrollbar_layer.h",
143 "layers/painted_scrollbar_layer_impl.cc", 143 "layers/painted_scrollbar_layer_impl.cc",
144 "layers/painted_scrollbar_layer_impl.h", 144 "layers/painted_scrollbar_layer_impl.h",
145 "layers/picture_image_layer.cc", 145 "layers/picture_image_layer.cc",
146 "layers/picture_image_layer.h", 146 "layers/picture_image_layer.h",
147 "layers/picture_image_layer_impl.cc",
148 "layers/picture_image_layer_impl.h",
149 "layers/picture_layer.cc", 147 "layers/picture_layer.cc",
150 "layers/picture_layer.h", 148 "layers/picture_layer.h",
151 "layers/picture_layer_impl.cc", 149 "layers/picture_layer_impl.cc",
152 "layers/picture_layer_impl.h", 150 "layers/picture_layer_impl.h",
153 "layers/render_pass_sink.h", 151 "layers/render_pass_sink.h",
154 "layers/render_surface_impl.cc", 152 "layers/render_surface_impl.cc",
155 "layers/render_surface_impl.h", 153 "layers/render_surface_impl.h",
156 "layers/scrollbar_layer_impl_base.cc", 154 "layers/scrollbar_layer_impl_base.cc",
157 "layers/scrollbar_layer_impl_base.h", 155 "layers/scrollbar_layer_impl_base.h",
158 "layers/scrollbar_layer_interface.h", 156 "layers/scrollbar_layer_interface.h",
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
812 "layers/layer_iterator_unittest.cc", 810 "layers/layer_iterator_unittest.cc",
813 "layers/layer_list_iterator_unittest.cc", 811 "layers/layer_list_iterator_unittest.cc",
814 "layers/layer_position_constraint_unittest.cc", 812 "layers/layer_position_constraint_unittest.cc",
815 "layers/layer_proto_converter_unittest.cc", 813 "layers/layer_proto_converter_unittest.cc",
816 "layers/layer_unittest.cc", 814 "layers/layer_unittest.cc",
817 "layers/layer_utils_unittest.cc", 815 "layers/layer_utils_unittest.cc",
818 "layers/nine_patch_layer_impl_unittest.cc", 816 "layers/nine_patch_layer_impl_unittest.cc",
819 "layers/nine_patch_layer_unittest.cc", 817 "layers/nine_patch_layer_unittest.cc",
820 "layers/painted_scrollbar_layer_impl_unittest.cc", 818 "layers/painted_scrollbar_layer_impl_unittest.cc",
821 "layers/painted_scrollbar_layer_unittest.cc", 819 "layers/painted_scrollbar_layer_unittest.cc",
822 "layers/picture_image_layer_impl_unittest.cc",
823 "layers/picture_image_layer_unittest.cc", 820 "layers/picture_image_layer_unittest.cc",
824 "layers/picture_layer_impl_unittest.cc", 821 "layers/picture_layer_impl_unittest.cc",
825 "layers/picture_layer_unittest.cc", 822 "layers/picture_layer_unittest.cc",
826 "layers/render_surface_impl_unittest.cc", 823 "layers/render_surface_impl_unittest.cc",
827 "layers/render_surface_unittest.cc", 824 "layers/render_surface_unittest.cc",
828 "layers/scrollbar_layer_unittest.cc", 825 "layers/scrollbar_layer_unittest.cc",
829 "layers/solid_color_layer_impl_unittest.cc", 826 "layers/solid_color_layer_impl_unittest.cc",
830 "layers/solid_color_scrollbar_layer_impl_unittest.cc", 827 "layers/solid_color_scrollbar_layer_impl_unittest.cc",
831 "layers/surface_layer_impl_unittest.cc", 828 "layers/surface_layer_impl_unittest.cc",
832 "layers/surface_layer_unittest.cc", 829 "layers/surface_layer_unittest.cc",
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
1020 "//ui/gfx/geometry", 1017 "//ui/gfx/geometry",
1021 "//ui/gl", 1018 "//ui/gl",
1022 "//ui/gl:test_support", 1019 "//ui/gl:test_support",
1023 ] 1020 ]
1024 1021
1025 # This target should not require the Chrome executable to run. 1022 # This target should not require the Chrome executable to run.
1026 assert_no_deps = [ "//chrome" ] 1023 assert_no_deps = [ "//chrome" ]
1027 } 1024 }
1028 # When adding support for isolates, please have a look at run-time dependencies 1025 # When adding support for isolates, please have a look at run-time dependencies
1029 # in the cc_unittests_run target in cc_tests.gyp. 1026 # 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