From c52a141be92a438e61a5c1784f2ac10c2c5adb9e Mon Sep 17 00:00:00 2001 From: "sammc@chromium.org" Date: Wed, 25 Jun 2014 06:09:25 +0000 Subject: 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 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=279557 Review URL: https://codereview.chromium.org/285333003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279623 0039d316-1c4b-4281-b951-d872f2087c98 --- content/utility/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/utility') diff --git a/content/utility/BUILD.gn b/content/utility/BUILD.gn index 1cc0ead..a15e64b 100644 --- a/content/utility/BUILD.gn +++ b/content/utility/BUILD.gn @@ -17,7 +17,7 @@ source_set("utility") { "//base", "//content:export", "//courgette:courgette_lib", - "//mojo/public/interfaces/service_provider", + "//mojo/public/interfaces/interface_provider", "//third_party/WebKit/public:blink_headers", ] } -- cgit v1.1