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

Unified Diff: ppapi/proxy/BUILD.gn

Issue 1809183002: gpu_messages.h => gpu/ipc/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make win_clang_x64_dbg happy by making command_buffer_traits an alias to gpu component on compnet b… Created 4 years, 9 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 | « ppapi/ppapi_internal.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/BUILD.gn
diff --git a/ppapi/proxy/BUILD.gn b/ppapi/proxy/BUILD.gn
index 79ab6855ab84a187fe036a7fdf94b303c72a1355..66cb38423f33a3fa7b8e225af5b62550baa5ccf4 100644
--- a/ppapi/proxy/BUILD.gn
+++ b/ppapi/proxy/BUILD.gn
@@ -278,8 +278,7 @@ component("proxy") {
deps = [
"//base",
- "//gpu/command_buffer/client:gles2_implementation",
- "//gpu/ipc/common",
+ "//gpu/command_buffer/client:client_sources_for_ppapi",
"//ipc",
"//media:shared_memory_support",
"//ppapi/c",
@@ -343,7 +342,7 @@ source_set("ipc_sources") {
deps = [
"//base",
- "//gpu/ipc/common",
+ "//gpu/ipc/common:command_buffer_traits",
"//ipc",
"//ppapi/c",
"//ppapi/shared_impl",
« no previous file with comments | « ppapi/ppapi_internal.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698