diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-15 23:54:57 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-15 23:54:57 +0000 |
commit | c99278009759d8b7ee79d35af48889f8b292bce6 (patch) | |
tree | c9e039ce38a55381518b9dc9f516ba1dbff6a1ad /remoting/DEPS | |
parent | 608ba33299c6e11d9d21f561372237a3fbe23ce8 (diff) | |
download | chromium_src-c99278009759d8b7ee79d35af48889f8b292bce6.zip chromium_src-c99278009759d8b7ee79d35af48889f8b292bce6.tar.gz chromium_src-c99278009759d8b7ee79d35af48889f8b292bce6.tar.bz2 |
Framework to allow Chromoting host to respect NAT traversal policy in linux.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7599017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96859 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/DEPS')
-rw-r--r-- | remoting/DEPS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/remoting/DEPS b/remoting/DEPS index 89f92b7..0dc9ee7 100644 --- a/remoting/DEPS +++ b/remoting/DEPS @@ -1,4 +1,8 @@ include_rules = [ + # Hack for NPAPI policy support. REMOVE ASAP. + # Bug: http://crbug.com/92576 + "+content/common", + "+crypto", "+media/base", |