summaryrefslogtreecommitdiffstats
path: root/content/content_plugin.gypi
diff options
context:
space:
mode:
authorbrianderson@chromium.org <brianderson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-23 19:44:12 +0000
committerbrianderson@chromium.org <brianderson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-23 19:44:12 +0000
commit2442605058353f23d08db64f39cff92c48f7e8e6 (patch)
treeebf320d62c8b12271629e9c9619eefd0f07d4562 /content/content_plugin.gypi
parent0cfda3032843c4769cbd68ddc3c83e1753d0e611 (diff)
downloadchromium_src-2442605058353f23d08db64f39cff92c48f7e8e6.zip
chromium_src-2442605058353f23d08db64f39cff92c48f7e8e6.tar.gz
chromium_src-2442605058353f23d08db64f39cff92c48f7e8e6.tar.bz2
Revert 265693 "Move Mojo channel initialization closer to IPC::C..."
This is causing runhooks failures on the iOS build bots. > Move Mojo channel initialization closer to IPC::Channel setup > > This CL introduces two new content classes: > - MojoApplicationHost encapsulates what's needed to host a Mojo App using Chrome IPC to bootstrap. > - MojoApplication represents what's needed to be a Mojo App using Chrome IPC to bootstrap. > > The RenderProcess and RenderProcessHost interfaces are replaced with WebUISetup and WebUISetupClient interfaces. This way the interface is more specific to the service of setting up WebUI. > > WebUISetupClient is empty and uninteresting. RenderProcessHostImpl no longer deals with WebUI setup. That is all done directly by RenderViewHostImpl by talking to the WebUISetup service. > > Service names get defined in content/common/mojo/mojo_service_names.{h,cc}. > > R=sky@chromium.org, tsepez@chromium.org > > Review URL: https://codereview.chromium.org/236813002 TBR=darin@chromium.org Review URL: https://codereview.chromium.org/247953005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265705 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_plugin.gypi')
-rw-r--r--content/content_plugin.gypi1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/content_plugin.gypi b/content/content_plugin.gypi
index a8fa444..2b53523 100644
--- a/content/content_plugin.gypi
+++ b/content/content_plugin.gypi
@@ -6,7 +6,6 @@
'conditions': [
['enable_plugins==1 and OS!="linux"', {
'dependencies': [
- '../mojo/mojo.gyp:mojo_shell_bindings',
'../skia/skia.gyp:skia',
'../third_party/WebKit/public/blink.gyp:blink',
'../third_party/npapi/npapi.gyp:npapi',