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

Unified Diff: ppapi/proxy/BUILD.gn

Issue 1714903003: mustash: Move gpu/ipc to gpu/ipc/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Win64 build Created 4 years, 10 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_tests.gypi ('k') | ppapi/proxy/ppapi_messages.h » ('j') | 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 9167f8826e9434f9d60c7d45e14214e2528bb0bc..79ab6855ab84a187fe036a7fdf94b303c72a1355 100644
--- a/ppapi/proxy/BUILD.gn
+++ b/ppapi/proxy/BUILD.gn
@@ -279,7 +279,7 @@ component("proxy") {
deps = [
"//base",
"//gpu/command_buffer/client:gles2_implementation",
- "//gpu/ipc",
+ "//gpu/ipc/common",
"//ipc",
"//media:shared_memory_support",
"//ppapi/c",
@@ -343,7 +343,7 @@ source_set("ipc_sources") {
deps = [
"//base",
- "//gpu/ipc",
+ "//gpu/ipc/common",
"//ipc",
"//ppapi/c",
"//ppapi/shared_impl",
« no previous file with comments | « ppapi/ppapi_tests.gypi ('k') | ppapi/proxy/ppapi_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698