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

Side by Side Diff: content/gpu/BUILD.gn

Issue 2939953004: viz: Move some code into //components/viz/common. (Closed)
Patch Set: . Created 3 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 | « components/viz/common/server_gpu_memory_buffer_manager.cc ('k') | services/ui/common/BUILD.gn » ('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("//gpu/vulkan/features.gni") 6 import("//gpu/vulkan/features.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ui/ozone/ozone.gni") 8 import("//ui/ozone/ozone.gni")
9 9
10 # See //content/BUILD.gn for how this works. 10 # See //content/BUILD.gn for how this works.
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 66
67 # TODO(jrummell): As //media/gpu/ipc/service is a source_set in a 67 # TODO(jrummell): As //media/gpu/ipc/service is a source_set in a
68 # component build, determine if it should not be included here. 68 # component build, determine if it should not be included here.
69 # http://crbug.com/702833. 69 # http://crbug.com/702833.
70 "//media/gpu/ipc/service", 70 "//media/gpu/ipc/service",
71 "//media/mojo/clients:clients", 71 "//media/mojo/clients:clients",
72 "//services/service_manager/public/cpp", 72 "//services/service_manager/public/cpp",
73 "//services/service_manager/public/interfaces", 73 "//services/service_manager/public/interfaces",
74 "//services/shape_detection:lib", 74 "//services/shape_detection:lib",
75 "//services/shape_detection/public/interfaces", 75 "//services/shape_detection/public/interfaces",
76 "//services/ui/common:server_gpu",
77 "//services/ui/gpu", 76 "//services/ui/gpu",
78 "//services/ui/gpu/interfaces", 77 "//services/ui/gpu/interfaces",
79 "//skia", 78 "//skia",
80 "//ui/gfx/ipc", 79 "//ui/gfx/ipc",
81 "//ui/gl", 80 "//ui/gl",
82 "//ui/gl/init", 81 "//ui/gl/init",
83 "//ui/latency/ipc", 82 "//ui/latency/ipc",
84 ] 83 ]
85 84
86 if (is_android) { 85 if (is_android) {
(...skipping 26 matching lines...) Expand all
113 } 112 }
114 113
115 if (use_ozone) { 114 if (use_ozone) {
116 deps += [ "//ui/ozone" ] 115 deps += [ "//ui/ozone" ]
117 } 116 }
118 117
119 if (enable_vulkan) { 118 if (enable_vulkan) {
120 deps += [ "//gpu/vulkan" ] 119 deps += [ "//gpu/vulkan" ]
121 } 120 }
122 } 121 }
OLDNEW
« no previous file with comments | « components/viz/common/server_gpu_memory_buffer_manager.cc ('k') | services/ui/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698