summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authormallinath@chromium.org <mallinath@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-20 17:30:09 +0000
committermallinath@chromium.org <mallinath@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-20 17:30:09 +0000
commit3353d253b072e5f28c6ee212b01473126b8dd47a (patch)
tree026a0c8a7b03987ab74689c17fa1295836bed653 /third_party
parent7edafd5302f9885e89f8b803349e9ad1bd6f7eb5 (diff)
downloadchromium_src-3353d253b072e5f28c6ee212b01473126b8dd47a.zip
chromium_src-3353d253b072e5f28c6ee212b01473126b8dd47a.tar.gz
chromium_src-3353d253b072e5f28c6ee212b01473126b8dd47a.tar.bz2
This CL enables external authentication flag in libjingle.gyp.
With this change, webrtc will update abs rtp send timestamp in browser process and then update libsrtp HMAC. R=sergeyu@chromium.org TBR=sergeyu@chromium.org Review URL: https://codereview.chromium.org/201293003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258320 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/libjingle/libjingle.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/libjingle/libjingle.gyp b/third_party/libjingle/libjingle.gyp
index 6e8319f..b346576 100644
--- a/third_party/libjingle/libjingle.gyp
+++ b/third_party/libjingle/libjingle.gyp
@@ -27,6 +27,7 @@
'NO_SOUND_SYSTEM',
'SRTP_RELATIVE_PATH',
'USE_WEBRTC_DEV_BRANCH',
+ 'ENABLE_EXTERNAL_AUTH',
],
'configurations': {
'Debug': {
@@ -435,6 +436,8 @@
'<(libjingle_source)/talk/session/media/channelmanager.h',
'<(libjingle_source)/talk/session/media/currentspeakermonitor.cc',
'<(libjingle_source)/talk/session/media/currentspeakermonitor.h',
+ '<(libjingle_source)/talk/session/media/externalhmac.cc',
+ '<(libjingle_source)/talk/session/media/externalhmac.h',
'<(libjingle_source)/talk/session/media/mediamessages.cc',
'<(libjingle_source)/talk/session/media/mediamessages.h',
'<(libjingle_source)/talk/session/media/mediamonitor.cc',