summaryrefslogtreecommitdiffstats
path: root/content/ppapi_plugin/BUILD.gn
diff options
context:
space:
mode:
authorxhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-25 00:40:32 +0000
committerxhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-25 00:40:32 +0000
commit9916ecfd2efc8760aa1f60a008591bd59dd89eee (patch)
tree823d8e78c06a98e05947cba0f5f54ab3f1ee14bf /content/ppapi_plugin/BUILD.gn
parent0bab85619ab754150ec1a30f7dcc5f82ec72f687 (diff)
downloadchromium_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/ppapi_plugin/BUILD.gn')
-rw-r--r--content/ppapi_plugin/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/ppapi_plugin/BUILD.gn b/content/ppapi_plugin/BUILD.gn
index 18f7b87..b27ae34 100644
--- a/content/ppapi_plugin/BUILD.gn
+++ b/content/ppapi_plugin/BUILD.gn
@@ -21,7 +21,7 @@ source_set("ppapi_plugin") {
deps = [
"//base",
"//content:export",
- "//mojo/public/interfaces/interface_provider",
+ "//mojo/public/interfaces/service_provider",
"//ppapi:ppapi_ipc",
"//skia",
"//third_party/icu",