Update webrtc to 2565.

Review URL: https://chromiumcodereview.appspot.com/10837131

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151214 0039d316-1c4b-4281-b951-d872f2087c98
parent 9d3b4d54
...@@ -34,7 +34,7 @@ vars = { ...@@ -34,7 +34,7 @@ vars = {
# the commit queue can handle CLs rolling Skia # the commit queue can handle CLs rolling Skia
# and V8 without interference from each other. # and V8 without interference from each other.
"v8_revision": "12295", "v8_revision": "12295",
"webrtc_revision": "2549", "webrtc_revision": "2565",
"jsoncpp_revision": "248", "jsoncpp_revision": "248",
"nss_revision": "145873", "nss_revision": "145873",
} }
......
...@@ -10,11 +10,11 @@ ...@@ -10,11 +10,11 @@
#include "media/audio/audio_manager.h" #include "media/audio/audio_manager.h"
#include "media/audio/audio_util.h" #include "media/audio/audio_util.h"
#include "testing/gmock/include/gmock/gmock.h" #include "testing/gmock/include/gmock/gmock.h"
#include "third_party/webrtc/voice_engine/main/interface/voe_audio_processing.h" #include "third_party/webrtc/voice_engine/include/voe_audio_processing.h"
#include "third_party/webrtc/voice_engine/main/interface/voe_base.h" #include "third_party/webrtc/voice_engine/include/voe_base.h"
#include "third_party/webrtc/voice_engine/main/interface/voe_external_media.h" #include "third_party/webrtc/voice_engine/include/voe_external_media.h"
#include "third_party/webrtc/voice_engine/main/interface/voe_file.h" #include "third_party/webrtc/voice_engine/include/voe_file.h"
#include "third_party/webrtc/voice_engine/main/interface/voe_network.h" #include "third_party/webrtc/voice_engine/include/voe_network.h"
using testing::_; using testing::_;
using testing::AnyNumber; using testing::AnyNumber;
......
...@@ -34,10 +34,10 @@ ...@@ -34,10 +34,10 @@
#include "net/url_request/url_request_test_util.h" #include "net/url_request/url_request_test_util.h"
#include "testing/gmock/include/gmock/gmock.h" #include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h" #include "testing/gtest/include/gtest/gtest.h"
#include "third_party/webrtc/voice_engine/main/interface/voe_audio_processing.h" #include "third_party/webrtc/voice_engine/include/voe_audio_processing.h"
#include "third_party/webrtc/voice_engine/main/interface/voe_base.h" #include "third_party/webrtc/voice_engine/include/voe_base.h"
#include "third_party/webrtc/voice_engine/main/interface/voe_file.h" #include "third_party/webrtc/voice_engine/include/voe_file.h"
#include "third_party/webrtc/voice_engine/main/interface/voe_network.h" #include "third_party/webrtc/voice_engine/include/voe_network.h"
using base::win::ScopedCOMInitializer; using base::win::ScopedCOMInitializer;
using testing::_; using testing::_;
......
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
'NO_MAIN_THREAD_WRAPPING', 'NO_MAIN_THREAD_WRAPPING',
'NO_SOUND_SYSTEM', 'NO_SOUND_SYSTEM',
'SRTP_RELATIVE_PATH', 'SRTP_RELATIVE_PATH',
'WEBRTC_RELATIVE_PATH',
'_USE_32BIT_TIME_T', '_USE_32BIT_TIME_T',
], ],
'configurations': { 'configurations': {
...@@ -36,6 +35,7 @@ ...@@ -36,6 +35,7 @@
'./source', './source',
'../../testing/gtest/include', '../../testing/gtest/include',
'../../third_party/libyuv/include', '../../third_party/libyuv/include',
'../../third_party/webrtc',
], ],
'dependencies': [ 'dependencies': [
'<(DEPTH)/base/base.gyp:base', '<(DEPTH)/base/base.gyp:base',
...@@ -50,6 +50,7 @@ ...@@ -50,6 +50,7 @@
'./overrides', './overrides',
'./source', './source',
'../../testing/gtest/include', '../../testing/gtest/include',
'../../third_party/webrtc',
], ],
'defines': [ 'defines': [
'FEATURE_ENABLE_SSL', 'FEATURE_ENABLE_SSL',
...@@ -57,7 +58,6 @@ ...@@ -57,7 +58,6 @@
'EXPAT_RELATIVE_PATH', 'EXPAT_RELATIVE_PATH',
'GTEST_RELATIVE_PATH', 'GTEST_RELATIVE_PATH',
'JSONCPP_RELATIVE_PATH', 'JSONCPP_RELATIVE_PATH',
'WEBRTC_RELATIVE_PATH',
'NO_MAIN_THREAD_WRAPPING', 'NO_MAIN_THREAD_WRAPPING',
'NO_SOUND_SYSTEM', 'NO_SOUND_SYSTEM',
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment