summaryrefslogtreecommitdiffstats
path: root/content/DEPS
diff options
context:
space:
mode:
authorcmasone@chromium.org <cmasone@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-16 23:27:07 +0000
committercmasone@chromium.org <cmasone@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-16 23:27:07 +0000
commit6d77881320023a8ed096644024db22696c30c146 (patch)
tree9bce91b96f4adc9c2c61d5af9dd7979b2855e5e9 /content/DEPS
parent08bdf1b7a457f3ad5db55b43fb7e0ed0abaf9d2b (diff)
downloadchromium_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/DEPS1
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",