diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-28 00:12:27 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-28 00:12:27 +0000 |
commit | c26bc27eb94c6c938758df12409ceba27a45e67d (patch) | |
tree | e8726a4ee8558e683334e702e067868fbc9bcd8c /remoting/DEPS | |
parent | 8a5bef943be8ec1654bcbb952b5b67c818f8900e (diff) | |
download | chromium_src-c26bc27eb94c6c938758df12409ceba27a45e67d.zip chromium_src-c26bc27eb94c6c938758df12409ceba27a45e67d.tar.gz chromium_src-c26bc27eb94c6c938758df12409ceba27a45e67d.tar.bz2 |
Fork a copy of all the notifier code in chrome/common/net/notifier that we depend on.
This breaks a cycle int the build dependencies so that we can keep moving forward on
Chromoting implementation.
BUG=none
TEST=compiles on mac/linux/win
Review URL: http://codereview.chromium.org/2843026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50959 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/DEPS')
-rw-r--r-- | remoting/DEPS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/remoting/DEPS b/remoting/DEPS index d446efa..bb331a3 100644 --- a/remoting/DEPS +++ b/remoting/DEPS @@ -1,8 +1,11 @@ include_rules = [ - "+chrome/common", "+gfx", "+google/protobuf", "+media/base", + + # TODO(ajwong): Remove when xmpp code is out of jingle_glue. + "+net", + "+talk", "+third_party/npapi", "+third_party/zlib", |