diff options
author | nick@chromium.org <nick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-10 07:19:12 +0000 |
---|---|---|
committer | nick@chromium.org <nick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-10 07:19:12 +0000 |
commit | 85f07ece0d4e006389f238c804e77b0496c02c30 (patch) | |
tree | 53dd5c4bc316ef52a4bb30a6efe941b987a44c3a /chrome/browser/sync/notifier/DEPS | |
parent | 5852edc1b6eab234b9e048c41dd0d664ae7fc747 (diff) | |
download | chromium_src-85f07ece0d4e006389f238c804e77b0496c02c30.zip chromium_src-85f07ece0d4e006389f238c804e77b0496c02c30.tar.gz chromium_src-85f07ece0d4e006389f238c804e77b0496c02c30.tar.bz2 |
Fix checkdeps by removing some include paths
and adding a DEPS rule to allow "talk/".
This code is not yet compiled,
but it is still subject to checkdeps.
TEST=ran checkdeps.py
BUG=none
Review URL: http://codereview.chromium.org/201077
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25851 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/notifier/DEPS')
-rw-r--r-- | chrome/browser/sync/notifier/DEPS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/browser/sync/notifier/DEPS b/chrome/browser/sync/notifier/DEPS new file mode 100644 index 0000000..42e481e --- /dev/null +++ b/chrome/browser/sync/notifier/DEPS @@ -0,0 +1,9 @@ +include_rules = [ + # notifier depends on libjingle. + "+talk/base", + "+talk/xmpp", + "+talk/xmllite", + "+talk/p2p/base", # TODO(ncarter): Determine if this is necessary/proper. + + "+third_party/smartany", +] |