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

Unified Diff: ppapi/host/BUILD.gn

Issue 2767193005: Fix public dependencies on //ipc (Closed)
Patch Set: Created 3 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 | « gpu/ipc/common/BUILD.gn ('k') | ppapi/proxy/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/host/BUILD.gn
diff --git a/ppapi/host/BUILD.gn b/ppapi/host/BUILD.gn
index 2404a67a51589e210e7b82d8288192ff0c7fe552..32d332827861c821ba99103382b3d6edfa5a1365 100644
--- a/ppapi/host/BUILD.gn
+++ b/ppapi/host/BUILD.gn
@@ -31,7 +31,6 @@ component("host") {
deps = [
"//base",
- "//ipc",
"//media:shared_memory_support",
"//ppapi/c",
"//ppapi/proxy:ipc",
@@ -40,4 +39,8 @@ component("host") {
"//ui/surface",
"//url",
]
+
+ public_deps = [
+ "//ipc",
+ ]
}
« no previous file with comments | « gpu/ipc/common/BUILD.gn ('k') | ppapi/proxy/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698