diff options
author | ronghuawu@chromium.org <ronghuawu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-04 02:46:16 +0000 |
---|---|---|
committer | ronghuawu@chromium.org <ronghuawu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-04 02:46:16 +0000 |
commit | b8c38e29df77e9015f80bd45e384718bbe781762 (patch) | |
tree | 887595e5f7669f2890680c95a6a791ba666ccf1c /third_party/libjingle | |
parent | 000880ee4580612606ce33158c5ceb79df48636c (diff) | |
download | chromium_src-b8c38e29df77e9015f80bd45e384718bbe781762.zip chromium_src-b8c38e29df77e9015f80bd45e384718bbe781762.tar.gz chromium_src-b8c38e29df77e9015f80bd45e384718bbe781762.tar.bz2 |
Update libjingle to r197.
BUG=http://code.google.com/p/webrtc/issues/detail?id=863
TEST=try bots and pyauto tests
Review URL: https://chromiumcodereview.appspot.com/10989064
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160059 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libjingle')
-rw-r--r-- | third_party/libjingle/README.chromium | 2 | ||||
-rw-r--r-- | third_party/libjingle/libjingle.gyp | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/third_party/libjingle/README.chromium b/third_party/libjingle/README.chromium index c318541..673ca2f 100644 --- a/third_party/libjingle/README.chromium +++ b/third_party/libjingle/README.chromium @@ -2,7 +2,7 @@ Name: Libjingle library. Used for p2p voice and video communication. Short Name: libjingle URL: http://code.google.com/p/libjingle/ Version: unknown -Revision: 193 +Revision: 198 License: BSD License File: source/COPYING Security Critical: yes diff --git a/third_party/libjingle/libjingle.gyp b/third_party/libjingle/libjingle.gyp index 0ca9421..ccdc2bd 100644 --- a/third_party/libjingle/libjingle.gyp +++ b/third_party/libjingle/libjingle.gyp @@ -546,6 +546,10 @@ 'source/talk/app/webrtc/webrtcsdp.h', 'source/talk/app/webrtc/webrtcsession.cc', 'source/talk/app/webrtc/webrtcsession.h', + 'source/talk/media/base/capturemanager.cc', + 'source/talk/media/base/capturemanager.h', + 'source/talk/media/base/capturerenderadapter.cc', + 'source/talk/media/base/capturerenderadapter.h', 'source/talk/media/base/codec.cc', 'source/talk/media/base/codec.h', 'source/talk/media/base/constants.cc', |