diff options
author | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-24 21:20:00 +0000 |
---|---|---|
committer | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-24 21:20:00 +0000 |
commit | fd8159c76721d4824a8b4518c46f8e8b44358790 (patch) | |
tree | f0a2330cb428083a0de6a1d7afeac703e6eebd44 /content/renderer/DEPS | |
parent | 189b5cd7a399657a58dba5df3e7dc4503a684540 (diff) | |
download | chromium_src-fd8159c76721d4824a8b4518c46f8e8b44358790.zip chromium_src-fd8159c76721d4824a8b4518c46f8e8b44358790.tar.gz chromium_src-fd8159c76721d4824a8b4518c46f8e8b44358790.tar.bz2 |
Moving the include rule for jingle/glue from content/renderer/p2p to content/renderer.
Review URL: http://codereview.chromium.org/8689009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111557 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/renderer/DEPS')
-rw-r--r-- | content/renderer/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/renderer/DEPS b/content/renderer/DEPS index 808c536..dff8978 100644 --- a/content/renderer/DEPS +++ b/content/renderer/DEPS @@ -1,6 +1,7 @@ include_rules = [ "+chrome/test", "+content/public/renderer", + "+jingle/glue", "+media", # For audio input/output and audio/video decoding. "+third_party/mach_override", "+third_party/tcmalloc", |