Remove content dependency from remoting/host
//content/public/common dependency was added in remoting/host
for IPC::ParamTraits<net::IPEndPoint>. That dependency pulls
blink, which means that blink had to be built when building
remoting_unittests and so it was taking way too much time to
build. This change removes net::IPEndPoint from IPC messages
used by the host, so it no longer needs to depend on content.
Review-Url: https://codereview.chromium.org/2365213002
Cr-Commit-Position: refs/heads/master@{#421665}
4 files changed