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

Side by Side Diff: cc/BUILD.gn

Issue 2120713002: Fix use_image_texture_target inconsistencies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 4 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/cc.gyp » ('j') | ui/compositor/compositor.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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 "layers/video_layer_impl.cc", 192 "layers/video_layer_impl.cc",
193 "layers/video_layer_impl.h", 193 "layers/video_layer_impl.h",
194 "layers/viewport.cc", 194 "layers/viewport.cc",
195 "layers/viewport.h", 195 "layers/viewport.h",
196 "output/begin_frame_args.cc", 196 "output/begin_frame_args.cc",
197 "output/begin_frame_args.h", 197 "output/begin_frame_args.h",
198 "output/bsp_tree.cc", 198 "output/bsp_tree.cc",
199 "output/bsp_tree.h", 199 "output/bsp_tree.h",
200 "output/bsp_walk_action.cc", 200 "output/bsp_walk_action.cc",
201 "output/bsp_walk_action.h", 201 "output/bsp_walk_action.h",
202 "output/buffer_to_texture_target_map.cc",
203 "output/buffer_to_texture_target_map.h",
202 "output/ca_layer_overlay.cc", 204 "output/ca_layer_overlay.cc",
203 "output/ca_layer_overlay.h", 205 "output/ca_layer_overlay.h",
204 "output/compositor_frame.cc", 206 "output/compositor_frame.cc",
205 "output/compositor_frame.h", 207 "output/compositor_frame.h",
206 "output/compositor_frame_ack.cc", 208 "output/compositor_frame_ack.cc",
207 "output/compositor_frame_ack.h", 209 "output/compositor_frame_ack.h",
208 "output/compositor_frame_metadata.cc", 210 "output/compositor_frame_metadata.cc",
209 "output/compositor_frame_metadata.h", 211 "output/compositor_frame_metadata.h",
210 "output/context_provider.h", 212 "output/context_provider.h",
211 "output/copy_output_request.cc", 213 "output/copy_output_request.cc",
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 "layers/surface_layer_unittest.cc", 844 "layers/surface_layer_unittest.cc",
843 "layers/texture_layer_impl_unittest.cc", 845 "layers/texture_layer_impl_unittest.cc",
844 "layers/texture_layer_unittest.cc", 846 "layers/texture_layer_unittest.cc",
845 "layers/ui_resource_layer_impl_unittest.cc", 847 "layers/ui_resource_layer_impl_unittest.cc",
846 "layers/ui_resource_layer_unittest.cc", 848 "layers/ui_resource_layer_unittest.cc",
847 "layers/video_frame_provider_client_impl_unittest.cc", 849 "layers/video_frame_provider_client_impl_unittest.cc",
848 "layers/video_layer_impl_unittest.cc", 850 "layers/video_layer_impl_unittest.cc",
849 "layers/viewport_unittest.cc", 851 "layers/viewport_unittest.cc",
850 "output/begin_frame_args_unittest.cc", 852 "output/begin_frame_args_unittest.cc",
851 "output/bsp_tree_unittest.cc", 853 "output/bsp_tree_unittest.cc",
854 "output/buffer_to_texture_target_map_unittest.cc",
852 "output/delegating_renderer_unittest.cc", 855 "output/delegating_renderer_unittest.cc",
853 "output/filter_operations_unittest.cc", 856 "output/filter_operations_unittest.cc",
854 "output/gl_renderer_unittest.cc", 857 "output/gl_renderer_unittest.cc",
855 "output/layer_quad_unittest.cc", 858 "output/layer_quad_unittest.cc",
856 "output/managed_memory_policy_unittest.cc", 859 "output/managed_memory_policy_unittest.cc",
857 "output/output_surface_unittest.cc", 860 "output/output_surface_unittest.cc",
858 "output/overlay_unittest.cc", 861 "output/overlay_unittest.cc",
859 "output/renderer_pixeltest.cc", 862 "output/renderer_pixeltest.cc",
860 "output/renderer_settings_unittest.cc", 863 "output/renderer_settings_unittest.cc",
861 "output/renderer_unittest.cc", 864 "output/renderer_unittest.cc",
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
1030 "//ui/gfx/geometry", 1033 "//ui/gfx/geometry",
1031 "//ui/gl", 1034 "//ui/gl",
1032 "//ui/gl:test_support", 1035 "//ui/gl:test_support",
1033 ] 1036 ]
1034 1037
1035 # This target should not require the Chrome executable to run. 1038 # This target should not require the Chrome executable to run.
1036 assert_no_deps = [ "//chrome" ] 1039 assert_no_deps = [ "//chrome" ]
1037 } 1040 }
1038 # When adding support for isolates, please have a look at run-time dependencies 1041 # When adding support for isolates, please have a look at run-time dependencies
1039 # in the cc_unittests_run target in cc_tests.gyp. 1042 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | ui/compositor/compositor.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698