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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/client/BUILD.gn
diff --git a/gpu/ipc/client/BUILD.gn b/gpu/ipc/client/BUILD.gn
index 8baf7e50eab6e1702d3be1444959805fb9a241cf..f77d1feb7120374d2760d82674e6077ba2d81130 100644
--- a/gpu/ipc/client/BUILD.gn
+++ b/gpu/ipc/client/BUILD.gn
@@ -49,13 +49,11 @@ source_set("ipc_client_sources") {
configs += [
"//build/config/compiler:no_size_t_to_int_warning",
"//gpu:gpu_implementation",
- "//third_party/khronos:khronos_headers",
]
deps = [
"//base",
"//gpu/command_buffer/client:client_sources",
"//gpu/command_buffer/common:common_sources",
- "//gpu/command_buffer/service:service_sources",
"//gpu/config:config_sources",
"//gpu/ipc/common:ipc_common_sources",
"//ipc",
« 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