diff options
author | xhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-25 00:40:32 +0000 |
---|---|---|
committer | xhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-25 00:40:32 +0000 |
commit | 9916ecfd2efc8760aa1f60a008591bd59dd89eee (patch) | |
tree | 823d8e78c06a98e05947cba0f5f54ab3f1ee14bf /content/browser/BUILD.gn | |
parent | 0bab85619ab754150ec1a30f7dcc5f82ec72f687 (diff) | |
download | chromium_src-9916ecfd2efc8760aa1f60a008591bd59dd89eee.zip chromium_src-9916ecfd2efc8760aa1f60a008591bd59dd89eee.tar.gz chromium_src-9916ecfd2efc8760aa1f60a008591bd59dd89eee.tar.bz2 |
Revert 279557 "Support exposing Mojo services between render fra..."
Causing compile failure:
http://build.chromium.org/p/chromium.linux/builders/Android%20Builder%20%28dbg%29/builds/60210
> Support exposing Mojo services between render frames, render threads, and their respective hosts.
>
> This introduces ServiceRegistry as an abstraction around providing
> services to and accessing services from a remote peer. In particular,
> this adds peered service registries to RenderProcessHost and
> RenderThread, and to RenderFrameHost and RenderFrame - the RenderFrame
> setup is implemented using the RenderProcessHost/RenderThread
> ServiceRegistry pair.
>
> This replaces the existing WebUI handle setup by adding a webUI
> controller service to the frame host registry and a corresponding
> request for the webUI controller service to the frame registry.
>
> BUG=386155
>
> Review URL: https://codereview.chromium.org/285333003
TBR=sammc@chromium.org
Review URL: https://codereview.chromium.org/352013002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279561 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/BUILD.gn')
-rw-r--r-- | content/browser/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn index 7ec025c..325401f 100644 --- a/content/browser/BUILD.gn +++ b/content/browser/BUILD.gn @@ -86,7 +86,7 @@ source_set("browser") { "//cc", "//cc:cc_surfaces", "//mojo/public/cpp/bindings", - "//mojo/public/interfaces/interface_provider", + "//mojo/public/interfaces/service_provider:service_provider", "//mojo/public/js/bindings", "//net:http_server", "//third_party/icu", |