| 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" ]
|
|
|