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

Side by Side Diff: cc/BUILD.gn

Issue 1869983002: Remove IOSurfaceLayer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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') | cc/trees/layer_tree_host_unittest.cc » ('J')
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 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 "debug/layer_tree_debug_state_unittest.cc", 789 "debug/layer_tree_debug_state_unittest.cc",
794 "debug/micro_benchmark_controller_unittest.cc", 790 "debug/micro_benchmark_controller_unittest.cc",
795 "debug/rendering_stats_unittest.cc", 791 "debug/rendering_stats_unittest.cc",
796 "input/layer_selection_bound_unittest.cc", 792 "input/layer_selection_bound_unittest.cc",
797 "input/scroll_state_unittest.cc", 793 "input/scroll_state_unittest.cc",
798 "input/scrollbar_animation_controller_linear_fade_unittest.cc", 794 "input/scrollbar_animation_controller_linear_fade_unittest.cc",
799 "input/scrollbar_animation_controller_thinning_unittest.cc", 795 "input/scrollbar_animation_controller_thinning_unittest.cc",
800 "input/top_controls_manager_unittest.cc", 796 "input/top_controls_manager_unittest.cc",
801 "layers/heads_up_display_layer_impl_unittest.cc", 797 "layers/heads_up_display_layer_impl_unittest.cc",
802 "layers/heads_up_display_unittest.cc", 798 "layers/heads_up_display_unittest.cc",
803 "layers/io_surface_layer_impl_unittest.cc",
804 "layers/layer_impl_unittest.cc", 799 "layers/layer_impl_unittest.cc",
805 "layers/layer_iterator_unittest.cc", 800 "layers/layer_iterator_unittest.cc",
806 "layers/layer_list_iterator_unittest.cc", 801 "layers/layer_list_iterator_unittest.cc",
807 "layers/layer_position_constraint_unittest.cc", 802 "layers/layer_position_constraint_unittest.cc",
808 "layers/layer_proto_converter_unittest.cc", 803 "layers/layer_proto_converter_unittest.cc",
809 "layers/layer_unittest.cc", 804 "layers/layer_unittest.cc",
810 "layers/layer_utils_unittest.cc", 805 "layers/layer_utils_unittest.cc",
811 "layers/nine_patch_layer_impl_unittest.cc", 806 "layers/nine_patch_layer_impl_unittest.cc",
812 "layers/nine_patch_layer_unittest.cc", 807 "layers/nine_patch_layer_unittest.cc",
813 "layers/painted_scrollbar_layer_impl_unittest.cc", 808 "layers/painted_scrollbar_layer_impl_unittest.cc",
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 "//ui/gl", 1001 "//ui/gl",
1007 "//ui/gl:test_support", 1002 "//ui/gl:test_support",
1008 ] 1003 ]
1009 1004
1010 if (is_android) { 1005 if (is_android) {
1011 isolate_file = "cc_perftests.isolate" 1006 isolate_file = "cc_perftests.isolate"
1012 } 1007 }
1013 } 1008 }
1014 # When adding support for isolates, please have a look at run-time dependencies 1009 # When adding support for isolates, please have a look at run-time dependencies
1015 # in the cc_unittests_run target in cc_tests.gyp. 1010 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/trees/layer_tree_host_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698