diff options
author | cmasone@chromium.org <cmasone@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-16 23:27:07 +0000 |
---|---|---|
committer | cmasone@chromium.org <cmasone@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-16 23:27:07 +0000 |
commit | 6d77881320023a8ed096644024db22696c30c146 (patch) | |
tree | 9bce91b96f4adc9c2c61d5af9dd7979b2855e5e9 /content/DEPS | |
parent | 08bdf1b7a457f3ad5db55b43fb7e0ed0abaf9d2b (diff) | |
download | chromium_src-6d77881320023a8ed096644024db22696c30c146.zip chromium_src-6d77881320023a8ed096644024db22696c30c146.tar.gz chromium_src-6d77881320023a8ed096644024db22696c30c146.tar.bz2 |
Move MojoChannelInit to mojo/common
This class has general utility for bootstrapping mojo
services over a variety of communication channels,
so pull it into mojo itself.
BUG=None
TEST=None
R=sky@chromium.org
Review URL: https://codereview.chromium.org/232073002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264342 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r-- | content/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/DEPS b/content/DEPS index 56a4ab6..11f13d0 100644 --- a/content/DEPS +++ b/content/DEPS @@ -37,6 +37,7 @@ include_rules = [ "+gpu", "+mojo/public", "+mojo/bindings/js", + "+mojo/common", "+mojo/embedder", "+mojo/service_manager", "+net", |