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

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: fix content browsertests 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') | 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 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_metadata.cc", 208 "output/compositor_frame_metadata.cc",
207 "output/compositor_frame_metadata.h", 209 "output/compositor_frame_metadata.h",
208 "output/context_provider.h", 210 "output/context_provider.h",
209 "output/copy_output_request.cc", 211 "output/copy_output_request.cc",
210 "output/copy_output_request.h", 212 "output/copy_output_request.h",
211 "output/copy_output_result.cc", 213 "output/copy_output_result.cc",
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
850 "layers/surface_layer_unittest.cc", 852 "layers/surface_layer_unittest.cc",
851 "layers/texture_layer_impl_unittest.cc", 853 "layers/texture_layer_impl_unittest.cc",
852 "layers/texture_layer_unittest.cc", 854 "layers/texture_layer_unittest.cc",
853 "layers/ui_resource_layer_impl_unittest.cc", 855 "layers/ui_resource_layer_impl_unittest.cc",
854 "layers/ui_resource_layer_unittest.cc", 856 "layers/ui_resource_layer_unittest.cc",
855 "layers/video_frame_provider_client_impl_unittest.cc", 857 "layers/video_frame_provider_client_impl_unittest.cc",
856 "layers/video_layer_impl_unittest.cc", 858 "layers/video_layer_impl_unittest.cc",
857 "layers/viewport_unittest.cc", 859 "layers/viewport_unittest.cc",
858 "output/begin_frame_args_unittest.cc", 860 "output/begin_frame_args_unittest.cc",
859 "output/bsp_tree_unittest.cc", 861 "output/bsp_tree_unittest.cc",
862 "output/buffer_to_texture_target_map_unittest.cc",
860 "output/delegating_renderer_unittest.cc", 863 "output/delegating_renderer_unittest.cc",
861 "output/filter_operations_unittest.cc", 864 "output/filter_operations_unittest.cc",
862 "output/gl_renderer_unittest.cc", 865 "output/gl_renderer_unittest.cc",
863 "output/layer_quad_unittest.cc", 866 "output/layer_quad_unittest.cc",
864 "output/managed_memory_policy_unittest.cc", 867 "output/managed_memory_policy_unittest.cc",
865 "output/output_surface_unittest.cc", 868 "output/output_surface_unittest.cc",
866 "output/overlay_unittest.cc", 869 "output/overlay_unittest.cc",
867 "output/renderer_pixeltest.cc", 870 "output/renderer_pixeltest.cc",
868 "output/renderer_settings_unittest.cc", 871 "output/renderer_settings_unittest.cc",
869 "output/renderer_unittest.cc", 872 "output/renderer_unittest.cc",
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
1041 "//ui/gfx/geometry", 1044 "//ui/gfx/geometry",
1042 "//ui/gl", 1045 "//ui/gl",
1043 "//ui/gl:test_support", 1046 "//ui/gl:test_support",
1044 ] 1047 ]
1045 1048
1046 # This target should not require the Chrome executable to run. 1049 # This target should not require the Chrome executable to run.
1047 assert_no_deps = [ "//chrome" ] 1050 assert_no_deps = [ "//chrome" ]
1048 } 1051 }
1049 # When adding support for isolates, please have a look at run-time dependencies 1052 # When adding support for isolates, please have a look at run-time dependencies
1050 # in the cc_unittests_run target in cc_tests.gyp. 1053 # 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