diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-09 22:47:14 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-09 22:47:14 +0000 |
commit | c6e7f04cdec7b8a4348e6ff9310c67236deca6d0 (patch) | |
tree | d751086cebf6bddf594a5a484a58accae253153a /remoting/DEPS | |
parent | 35d68277efb4134dd098cfffe3478598dd095da5 (diff) | |
download | chromium_src-c6e7f04cdec7b8a4348e6ff9310c67236deca6d0.zip chromium_src-c6e7f04cdec7b8a4348e6ff9310c67236deca6d0.tar.gz chromium_src-c6e7f04cdec7b8a4348e6ff9310c67236deca6d0.tar.bz2 |
Removed use of XmppSocketAdapter by sync.
Moved XmppSocketAdapter and friends to remoting directory.
Removed some dead code in jingle/.
BUG=54146
TEST=none
Review URL: http://codereview.chromium.org/3298021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59012 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/DEPS')
-rw-r--r-- | remoting/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/DEPS b/remoting/DEPS index 4370b43..6bfe57b 100644 --- a/remoting/DEPS +++ b/remoting/DEPS @@ -3,6 +3,7 @@ include_rules = [ "+gfx", "+google/protobuf", "+media/base", + "+net", "+jingle", |