diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-30 02:30:44 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-30 02:30:44 +0000 |
commit | de4176698f43df498848c6f7caf9887373d37015 (patch) | |
tree | b6663107022e08d9e1ac66c8e78ef307f02e2a11 /chrome/browser/sync/notifier/DEPS | |
parent | 5a73f90320926dfe831325b8dbc27c791fa250ec (diff) | |
download | chromium_src-de4176698f43df498848c6f7caf9887373d37015.zip chromium_src-de4176698f43df498848c6f7caf9887373d37015.tar.gz chromium_src-de4176698f43df498848c6f7caf9887373d37015.tar.bz2 |
Move chrome/common/net/notifier to jingle/notifier so that it can be used by remoting/remoting.gyp.
BUG=none
TEST=compiles
Review URL: http://codereview.chromium.org/2885005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51216 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/notifier/DEPS')
-rw-r--r-- | chrome/browser/sync/notifier/DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/sync/notifier/DEPS b/chrome/browser/sync/notifier/DEPS index 5125416..dd31bd4 100644 --- a/chrome/browser/sync/notifier/DEPS +++ b/chrome/browser/sync/notifier/DEPS @@ -1,6 +1,8 @@ include_rules = [ # sync_notifier depends on cacheinvalidation. "+google/cacheinvalidation", + # sync_notifier depends on the common jingle notifier classes. + "+jingle/notifier", # sync_notifier depends on the xmpp part of libjingle. "+talk/xmpp", ] |