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

Unified Diff: remoting/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 | « ppapi/proxy/BUILD.gn ('k') | services/ui/surfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index 5b8afbf4b6cd5917899fb301c7912cbac2b6dfd8..3fbd556eb4d6ff4de654b74321e8a591f1317d2c 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -309,7 +309,6 @@ static_library("host") {
"//crypto",
"//device/power_save_blocker",
"//google_apis",
- "//ipc",
"//remoting/base",
"//remoting/base:authorization",
"//remoting/host/security_key",
@@ -320,7 +319,9 @@ static_library("host") {
"//ui/events/platform",
]
- public_deps = []
+ public_deps = [
+ "//ipc",
+ ]
if (!is_ios) {
deps += [ "//components/policy:generated" ]
« no previous file with comments | « ppapi/proxy/BUILD.gn ('k') | services/ui/surfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698