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

Side by Side Diff: cc/BUILD.gn

Issue 1869983002: Remove IOSurfaceLayer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 "layers/append_quads_data.h", 117 "layers/append_quads_data.h",
118 "layers/content_layer_client.h", 118 "layers/content_layer_client.h",
119 "layers/draw_properties.cc", 119 "layers/draw_properties.cc",
120 "layers/draw_properties.h", 120 "layers/draw_properties.h",
121 "layers/empty_content_layer_client.cc", 121 "layers/empty_content_layer_client.cc",
122 "layers/empty_content_layer_client.h", 122 "layers/empty_content_layer_client.h",
123 "layers/heads_up_display_layer.cc", 123 "layers/heads_up_display_layer.cc",
124 "layers/heads_up_display_layer.h", 124 "layers/heads_up_display_layer.h",
125 "layers/heads_up_display_layer_impl.cc", 125 "layers/heads_up_display_layer_impl.cc",
126 "layers/heads_up_display_layer_impl.h", 126 "layers/heads_up_display_layer_impl.h",
127 "layers/io_surface_layer.cc",
128 "layers/io_surface_layer.h",
129 "layers/io_surface_layer_impl.cc",
130 "layers/io_surface_layer_impl.h",
131 "layers/layer.cc", 127 "layers/layer.cc",
132 "layers/layer.h", 128 "layers/layer.h",
133 "layers/layer_client.h", 129 "layers/layer_client.h",
134 "layers/layer_collections.h", 130 "layers/layer_collections.h",
135 "layers/layer_impl.cc", 131 "layers/layer_impl.cc",
136 "layers/layer_impl.h", 132 "layers/layer_impl.h",
137 "layers/layer_iterator.h", 133 "layers/layer_iterator.h",
138 "layers/layer_list_iterator.cc", 134 "layers/layer_list_iterator.cc",
139 "layers/layer_list_iterator.h", 135 "layers/layer_list_iterator.h",
140 "layers/layer_position_constraint.cc", 136 "layers/layer_position_constraint.cc",
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 "debug/layer_tree_debug_state_unittest.cc", 791 "debug/layer_tree_debug_state_unittest.cc",
796 "debug/micro_benchmark_controller_unittest.cc", 792 "debug/micro_benchmark_controller_unittest.cc",
797 "debug/rendering_stats_unittest.cc", 793 "debug/rendering_stats_unittest.cc",
798 "input/layer_selection_bound_unittest.cc", 794 "input/layer_selection_bound_unittest.cc",
799 "input/scroll_state_unittest.cc", 795 "input/scroll_state_unittest.cc",
800 "input/scrollbar_animation_controller_linear_fade_unittest.cc", 796 "input/scrollbar_animation_controller_linear_fade_unittest.cc",
801 "input/scrollbar_animation_controller_thinning_unittest.cc", 797 "input/scrollbar_animation_controller_thinning_unittest.cc",
802 "input/top_controls_manager_unittest.cc", 798 "input/top_controls_manager_unittest.cc",
803 "layers/heads_up_display_layer_impl_unittest.cc", 799 "layers/heads_up_display_layer_impl_unittest.cc",
804 "layers/heads_up_display_unittest.cc", 800 "layers/heads_up_display_unittest.cc",
805 "layers/io_surface_layer_impl_unittest.cc",
806 "layers/layer_impl_unittest.cc", 801 "layers/layer_impl_unittest.cc",
807 "layers/layer_iterator_unittest.cc", 802 "layers/layer_iterator_unittest.cc",
808 "layers/layer_list_iterator_unittest.cc", 803 "layers/layer_list_iterator_unittest.cc",
809 "layers/layer_position_constraint_unittest.cc", 804 "layers/layer_position_constraint_unittest.cc",
810 "layers/layer_proto_converter_unittest.cc", 805 "layers/layer_proto_converter_unittest.cc",
811 "layers/layer_unittest.cc", 806 "layers/layer_unittest.cc",
812 "layers/layer_utils_unittest.cc", 807 "layers/layer_utils_unittest.cc",
813 "layers/nine_patch_layer_impl_unittest.cc", 808 "layers/nine_patch_layer_impl_unittest.cc",
814 "layers/nine_patch_layer_unittest.cc", 809 "layers/nine_patch_layer_unittest.cc",
815 "layers/painted_scrollbar_layer_impl_unittest.cc", 810 "layers/painted_scrollbar_layer_impl_unittest.cc",
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
1008 "//ui/gl", 1003 "//ui/gl",
1009 "//ui/gl:test_support", 1004 "//ui/gl:test_support",
1010 ] 1005 ]
1011 1006
1012 if (is_android) { 1007 if (is_android) {
1013 isolate_file = "cc_perftests.isolate" 1008 isolate_file = "cc_perftests.isolate"
1014 } 1009 }
1015 } 1010 }
1016 # When adding support for isolates, please have a look at run-time dependencies 1011 # When adding support for isolates, please have a look at run-time dependencies
1017 # in the cc_unittests_run target in cc_tests.gyp. 1012 # 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