diff options
author | brianderson@chromium.org <brianderson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-23 19:44:12 +0000 |
---|---|---|
committer | brianderson@chromium.org <brianderson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-23 19:44:12 +0000 |
commit | 2442605058353f23d08db64f39cff92c48f7e8e6 (patch) | |
tree | ebf320d62c8b12271629e9c9619eefd0f07d4562 /content/content_common_mojo_bindings.gypi | |
parent | 0cfda3032843c4769cbd68ddc3c83e1753d0e611 (diff) | |
download | chromium_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_common_mojo_bindings.gypi')
-rw-r--r-- | content/content_common_mojo_bindings.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/content_common_mojo_bindings.gypi b/content/content_common_mojo_bindings.gypi index 6e0a62a..71d9225 100644 --- a/content/content_common_mojo_bindings.gypi +++ b/content/content_common_mojo_bindings.gypi @@ -12,7 +12,7 @@ '../mojo/mojo.gyp:mojo_environment_chromium', ], 'sources': [ - 'common/web_ui_setup.mojom', + 'common/mojo/render_process.mojom', ], # TODO(sky): this shouldn't be necessary. It's working around a bug in # gyp. |