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

Side by Side Diff: gpu/ipc/client/BUILD.gn

Issue 1849313002: Pull gpu CmdBuf service/client shared GpuMemoryBuffer code to common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update 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 | « gpu/command_buffer_common.gypi ('k') | gpu/ipc/client/command_buffer_proxy_impl.cc » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 6
7 group("client") { 7 group("client") {
8 if (is_component_build) { 8 if (is_component_build) {
9 public_deps = [ 9 public_deps = [
10 "//gpu", 10 "//gpu",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 } 42 }
43 if (use_ozone) { 43 if (use_ozone) {
44 sources += [ 44 sources += [
45 "gpu_memory_buffer_impl_ozone_native_pixmap.cc", 45 "gpu_memory_buffer_impl_ozone_native_pixmap.cc",
46 "gpu_memory_buffer_impl_ozone_native_pixmap.h", 46 "gpu_memory_buffer_impl_ozone_native_pixmap.h",
47 ] 47 ]
48 } 48 }
49 configs += [ 49 configs += [
50 "//build/config/compiler:no_size_t_to_int_warning", 50 "//build/config/compiler:no_size_t_to_int_warning",
51 "//gpu:gpu_implementation", 51 "//gpu:gpu_implementation",
52 "//third_party/khronos:khronos_headers",
53 ] 52 ]
54 deps = [ 53 deps = [
55 "//base", 54 "//base",
56 "//gpu/command_buffer/client:client_sources", 55 "//gpu/command_buffer/client:client_sources",
57 "//gpu/command_buffer/common:common_sources", 56 "//gpu/command_buffer/common:common_sources",
58 "//gpu/command_buffer/service:service_sources",
59 "//gpu/config:config_sources", 57 "//gpu/config:config_sources",
60 "//gpu/ipc/common:ipc_common_sources", 58 "//gpu/ipc/common:ipc_common_sources",
61 "//ipc", 59 "//ipc",
62 "//ui/events/ipc", 60 "//ui/events/ipc",
63 "//ui/gfx/ipc", 61 "//ui/gfx/ipc",
64 "//ui/gl", 62 "//ui/gl",
65 "//url/ipc:url_ipc", 63 "//url/ipc:url_ipc",
66 ] 64 ]
67 if (use_ozone) { 65 if (use_ozone) {
68 deps += [ "//ui/ozone" ] 66 deps += [ "//ui/ozone" ]
69 } 67 }
70 } 68 }
OLDNEW
« no previous file with comments | « gpu/command_buffer_common.gypi ('k') | gpu/ipc/client/command_buffer_proxy_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698