summaryrefslogtreecommitdiffstats
path: root/remoting/DEPS
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-28 00:12:27 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-28 00:12:27 +0000
commitc26bc27eb94c6c938758df12409ceba27a45e67d (patch)
treee8726a4ee8558e683334e702e067868fbc9bcd8c /remoting/DEPS
parent8a5bef943be8ec1654bcbb952b5b67c818f8900e (diff)
downloadchromium_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/DEPS5
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",