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

Side by Side Diff: gpu/command_buffer/service/BUILD.gn

Issue 2360203003: services/ui: Add mojom API for creating/destroying gpu memory buffer. (Closed)
Patch Set: . Created 4 years, 2 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 | « gpu/command_buffer/client/BUILD.gn ('k') | gpu/ipc/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("//third_party/protobuf/proto_library.gni") 6 import("//third_party/protobuf/proto_library.gni")
7 7
8 group("service") { 8 group("service") {
9 if (is_component_build) { 9 if (is_component_build) {
10 public_deps = [ 10 public_deps = [
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 "//gpu/command_buffer/common:common_sources", 158 "//gpu/command_buffer/common:common_sources",
159 ] 159 ]
160 deps = [ 160 deps = [
161 ":disk_cache_proto", 161 ":disk_cache_proto",
162 "//base", 162 "//base",
163 "//base/third_party/dynamic_annotations", 163 "//base/third_party/dynamic_annotations",
164 "//crypto", 164 "//crypto",
165 "//gpu/command_buffer/client:client_sources", 165 "//gpu/command_buffer/client:client_sources",
166 "//gpu/command_buffer/common:gles2_utils", 166 "//gpu/command_buffer/common:gles2_utils",
167 "//gpu/config:config_sources", 167 "//gpu/config:config_sources",
168 "//gpu/ipc/common:surface_handle_type",
168 "//third_party/angle:angle_image_util", 169 "//third_party/angle:angle_image_util",
169 "//third_party/angle:commit_id", 170 "//third_party/angle:commit_id",
170 "//third_party/angle:translator", 171 "//third_party/angle:translator",
171 "//third_party/protobuf:protobuf_lite", 172 "//third_party/protobuf:protobuf_lite",
172 "//third_party/re2", 173 "//third_party/re2",
173 "//third_party/smhasher:cityhash", 174 "//third_party/smhasher:cityhash",
174 "//ui/gfx", 175 "//ui/gfx",
175 "//ui/gfx/geometry", 176 "//ui/gfx/geometry",
176 "//ui/gl", 177 "//ui/gl",
177 "//ui/gl/init", 178 "//ui/gl/init",
(...skipping 12 matching lines...) Expand all
190 configs -= [ "//build/config/compiler:default_optimization" ] 191 configs -= [ "//build/config/compiler:default_optimization" ]
191 configs += [ "//build/config/compiler:optimize_max" ] 192 configs += [ "//build/config/compiler:optimize_max" ]
192 } 193 }
193 } 194 }
194 195
195 proto_library("disk_cache_proto") { 196 proto_library("disk_cache_proto") {
196 sources = [ 197 sources = [
197 "disk_cache_proto.proto", 198 "disk_cache_proto.proto",
198 ] 199 ]
199 } 200 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/BUILD.gn ('k') | gpu/ipc/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698