summaryrefslogtreecommitdiffstats
path: root/content/browser/BUILD.gn
diff options
context:
space:
mode:
authorsammc@chromium.org <sammc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-25 06:09:25 +0000
committersammc@chromium.org <sammc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-25 06:09:25 +0000
commitc52a141be92a438e61a5c1784f2ac10c2c5adb9e (patch)
treea323e3c770b343687523d156958450bdbeab940e /content/browser/BUILD.gn
parente07862b492e587392feb466d2604c34e99c7d314 (diff)
downloadchromium_src-c52a141be92a438e61a5c1784f2ac10c2c5adb9e.zip
chromium_src-c52a141be92a438e61a5c1784f2ac10c2c5adb9e.tar.gz
chromium_src-c52a141be92a438e61a5c1784f2ac10c2c5adb9e.tar.bz2
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
Diffstat (limited to 'content/browser/BUILD.gn')
-rw-r--r--content/browser/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 325401f..7ec025c 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/service_provider:service_provider",
+ "//mojo/public/interfaces/interface_provider",
"//mojo/public/js/bindings",
"//net:http_server",
"//third_party/icu",