Revert of Adds associated interface support to IPC::Channel (patchset #9 id:160001 of https://codereview.chromium.org/2137353002/ )

Reason for revert:
Bah - forgot to update gyp properly. Surprised it got through the CQ...

Original issue's description:
> Adds associated interface support to IPC::Channel
>
> Provides a way of registering associated interface bindings with
> an IPC::Channel endpoint and acquiring proxies to remote interfaces
> on the other side.
>
> Support for this is exposed by IPC::Channel but only implemented
> in IPC::ChannelMojo.
>
> This is part a series of CLs to support Channel-associated interfaces.
>
> BUG=612500
>
> Committed: https://crrev.com/dc88e5075878f16cde23b910d2ce19aa862129e4
> Cr-Commit-Position: refs/heads/master@{#405316}

TBR=yzshen@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=612500

Review-Url: https://codereview.chromium.org/2141253004
Cr-Commit-Position: refs/heads/master@{#405336}


CrOS-Libchrome-Original-Commit: 3ab4670d4ce9e922da8e9610eeadde6823bca991
11 files changed
tree: 2bf4da8cb4b33024a2d2acd74f85abb3571985d8
  1. base/
  2. build/
  3. components/
  4. dbus/
  5. device/
  6. ipc/
  7. mojo/
  8. testing/
  9. third_party/
  10. ui/