diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-22 20:20:12 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-22 20:20:12 +0000 |
commit | c038370e7085e13de58a6056b6a0351c8ddad97a (patch) | |
tree | bf6505291551fae84ee2b8aeba31887af456f6f5 /remoting | |
parent | 9c482597fb08e8383ce6c22238346219fcc64219 (diff) | |
download | chromium_src-c038370e7085e13de58a6056b6a0351c8ddad97a.zip chromium_src-c038370e7085e13de58a6056b6a0351c8ddad97a.tar.gz chromium_src-c038370e7085e13de58a6056b6a0351c8ddad97a.tar.bz2 |
Add libsrtp in DEPS, gyp file for libsrtp.
BUG=53986
TEST=none
Review URL: http://codereview.chromium.org/3382013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60213 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/remoting.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index b0c52e2..486526e 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -298,6 +298,7 @@ '../jingle/jingle.gyp:notifier', '../third_party/libjingle/libjingle.gyp:libjingle', '../third_party/libjingle/libjingle.gyp:libjingle_p2p', + '../third_party/libsrtp/libsrtp.gyp:libsrtp', ], 'export_dependent_settings': [ '../third_party/libjingle/libjingle.gyp:libjingle', |