diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-22 01:23:15 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-22 01:23:15 +0000 |
commit | bb518210a59655710c4a174e8c055000d5547078 (patch) | |
tree | f53661b484a8665f7bd5578d3eedd62224ee02a0 /remoting | |
parent | 604c253e2bb770ad01757c728f9cdc3b4acc1ca6 (diff) | |
download | chromium_src-bb518210a59655710c4a174e8c055000d5547078.zip chromium_src-bb518210a59655710c4a174e8c055000d5547078.tar.gz chromium_src-bb518210a59655710c4a174e8c055000d5547078.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@60142 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', |