Skip to content

Commit

Permalink
Roll WebRTC 7546:7549.
Browse files Browse the repository at this point in the history
TBR=hellner@chromium.org
NOTRY=true
BUG=N/A

Review URL: https://codereview.chromium.org/653203005

Cr-Commit-Position: refs/heads/master@{#301879}
  • Loading branch information
hellner authored and Commit bot committed Oct 29, 2014
1 parent 9bc5069 commit 4e40bbe
Show file tree
Hide file tree
Showing 73 changed files with 318 additions and 379 deletions.
4 changes: 2 additions & 2 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ deps = {
Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '4bc3dc1af71c98bb257fba5e442303f68b4ff8fc',

'src/third_party/libjingle/source/talk':
Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + 'c103da3cd4f12eb017c74963eeaf2204cb9ed5eb', # from svn revision 7546
Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + '5910fdfb2ca4b12096bdc5c64aee0afc7f93d426', # from svn revision 7549

'src/third_party/usrsctp/usrsctplib':
Var('chromium_git') + '/external/usrsctplib.git' + '@' + '190c8cbfcf8fd810aa09e0fab4ca62a8ce724e14',
Expand All @@ -244,7 +244,7 @@ deps = {
Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@' + '1c1550e17fc26355d08627fbdec13d8291227067',

'src/third_party/webrtc':
Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + '4f2aa0829e4e69972202efb7de2f53cc8858e2c9', # from svn revision 7546
Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + '1a02faa335e7d8076b5cf8dd9a584e72669b0c8e', # from svn revision 7549

'src/third_party/openmax_dl':
Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'),
Expand Down
2 changes: 1 addition & 1 deletion components/invalidation/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ include_rules = [
"+net/url_request",

# invalidation_notifier depends on the xmpp part of libjingle.
"+talk/xmpp",
"+webrtc/libjingle/xmpp",
]
4 changes: 2 additions & 2 deletions components/invalidation/invalidation_notifier.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
#include "google/cacheinvalidation/include/invalidation-client-factory.h"
#include "jingle/notifier/listener/push_client.h"
#include "net/url_request/url_request_context.h"
#include "talk/xmpp/jid.h"
#include "talk/xmpp/xmppclientsettings.h"
#include "webrtc/libjingle/xmpp/jid.h"
#include "webrtc/libjingle/xmpp/xmppclientsettings.h"

namespace syncer {

Expand Down
2 changes: 1 addition & 1 deletion content/browser/renderer_host/p2p/socket_host.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
#include "content/browser/renderer_host/render_process_host_impl.h"
#include "content/public/browser/browser_thread.h"
#include "crypto/hmac.h"
#include "third_party/libjingle/source/talk/p2p/base/stun.h"
#include "third_party/webrtc/base/asyncpacketsocket.h"
#include "third_party/webrtc/base/byteorder.h"
#include "third_party/webrtc/base/messagedigest.h"
#include "third_party/webrtc/p2p/base/stun.h"

namespace {

Expand Down
2 changes: 1 addition & 1 deletion content/renderer/p2p/ipc_socket_factory.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "content/common/content_export.h"
#include "third_party/libjingle/source/talk/p2p/base/packetsocketfactory.h"
#include "third_party/webrtc/p2p/base/packetsocketfactory.h"

namespace content {

Expand Down
2 changes: 1 addition & 1 deletion content/renderer/p2p/port_allocator.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#ifndef CONTENT_RENDERER_P2P_PORT_ALLOCATOR_H_
#define CONTENT_RENDERER_P2P_PORT_ALLOCATOR_H_

#include "third_party/libjingle/source/talk/p2p/client/basicportallocator.h"
#include "third_party/webrtc/p2p/client/basicportallocator.h"

namespace content {

Expand Down
2 changes: 1 addition & 1 deletion jingle/glue/channel_socket_adapter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "base/message_loop/message_loop.h"
#include "net/base/io_buffer.h"
#include "net/base/net_errors.h"
#include "third_party/libjingle/source/talk/p2p/base/transportchannel.h"
#include "third_party/webrtc/p2p/base/transportchannel.h"

namespace jingle_glue {

Expand Down
2 changes: 1 addition & 1 deletion jingle/glue/channel_socket_adapter_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "net/socket/socket.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/libjingle/source/talk/p2p/base/transportchannel.h"
#include "third_party/webrtc/p2p/base/transportchannel.h"

using net::IOBuffer;

Expand Down
2 changes: 1 addition & 1 deletion jingle/glue/chrome_async_socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "base/memory/weak_ptr.h"
#include "net/base/completion_callback.h"
#include "net/base/net_errors.h"
#include "third_party/libjingle/source/talk/xmpp/asyncsocket.h"
#include "third_party/webrtc/libjingle/xmpp/asyncsocket.h"

namespace net {
class IOBufferWithSize;
Expand Down
2 changes: 1 addition & 1 deletion jingle/glue/pseudotcp_adapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "base/threading/non_thread_safe.h"
#include "net/base/net_log.h"
#include "net/socket/stream_socket.h"
#include "third_party/libjingle/source/talk/p2p/base/pseudotcp.h"
#include "third_party/webrtc/p2p/base/pseudotcp.h"

namespace jingle_glue {

Expand Down
2 changes: 1 addition & 1 deletion jingle/glue/utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
#include "base/values.h"
#include "net/base/ip_endpoint.h"
#include "net/base/net_util.h"
#include "third_party/libjingle/source/talk/p2p/base/candidate.h"
#include "third_party/webrtc/base/byteorder.h"
#include "third_party/webrtc/base/socketaddress.h"
#include "third_party/webrtc/p2p/base/candidate.h"

namespace jingle_glue {

Expand Down
2 changes: 1 addition & 1 deletion jingle/notifier/base/fake_base_task.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#include "base/compiler_specific.h"
#include "jingle/notifier/base/fake_base_task.h"
#include "jingle/notifier/base/weak_xmpp_client.h"
#include "talk/xmpp/asyncsocket.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "webrtc/libjingle/xmpp/asyncsocket.h"

namespace notifier {

Expand Down
4 changes: 2 additions & 2 deletions jingle/notifier/base/gaia_token_pre_xmpp_auth.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

#include "base/basictypes.h"
#include "base/logging.h"
#include "talk/xmpp/constants.h"
#include "talk/xmpp/saslcookiemechanism.h"
#include "webrtc/base/socketaddress.h"
#include "webrtc/libjingle/xmpp/constants.h"
#include "webrtc/libjingle/xmpp/saslcookiemechanism.h"

namespace notifier {

Expand Down
2 changes: 1 addition & 1 deletion jingle/notifier/base/gaia_token_pre_xmpp_auth.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <vector>

#include "base/compiler_specific.h"
#include "talk/xmpp/prexmppauth.h"
#include "webrtc/libjingle/xmpp/prexmppauth.h"

namespace notifier {

Expand Down
4 changes: 2 additions & 2 deletions jingle/notifier/base/notifier_options_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#include "base/logging.h"
#include "jingle/notifier/base/const_communicator.h"
#include "jingle/notifier/base/notifier_options.h"
#include "talk/xmpp/constants.h"
#include "talk/xmpp/jid.h"
#include "webrtc/libjingle/xmpp/constants.h"
#include "webrtc/libjingle/xmpp/jid.h"

namespace notifier {

Expand Down
2 changes: 1 addition & 1 deletion jingle/notifier/base/notifier_options_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <vector>

#include "jingle/notifier/base/server_information.h"
#include "talk/xmpp/xmppclientsettings.h"
#include "webrtc/libjingle/xmpp/xmppclientsettings.h"

namespace notifier {

Expand Down
2 changes: 1 addition & 1 deletion jingle/notifier/base/weak_xmpp_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "base/compiler_specific.h"
#include "base/memory/weak_ptr.h"
#include "base/threading/non_thread_safe.h"
#include "talk/xmpp/xmppclient.h"
#include "webrtc/libjingle/xmpp/xmppclient.h"

namespace rtc {
class TaskParent;
Expand Down
2 changes: 1 addition & 1 deletion jingle/notifier/base/xmpp_connection.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include "net/socket/client_socket_factory.h"
#include "net/ssl/ssl_config_service.h"
#include "net/url_request/url_request_context.h"
#include "talk/xmpp/xmppclientsettings.h"
#include "webrtc/libjingle/xmpp/xmppclientsettings.h"

namespace notifier {

Expand Down
2 changes: 1 addition & 1 deletion jingle/notifier/base/xmpp_connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#include "base/memory/weak_ptr.h"
#include "base/threading/non_thread_safe.h"
#include "net/url_request/url_request_context_getter.h"
#include "talk/xmpp/xmppengine.h"
#include "webrtc/base/sigslot.h"
#include "webrtc/libjingle/xmpp/xmppengine.h"

namespace buzz {
class PreXmppAuth;
Expand Down
4 changes: 2 additions & 2 deletions jingle/notifier/base/xmpp_connection_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
#include "net/cert/cert_verifier.h"
#include "net/url_request/url_request_context_getter.h"
#include "net/url_request/url_request_test_util.h"
#include "talk/xmpp/prexmppauth.h"
#include "talk/xmpp/xmppclientsettings.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "webrtc/libjingle/xmpp/prexmppauth.h"
#include "webrtc/libjingle/xmpp/xmppclientsettings.h"

namespace buzz {
class CaptchaChallenge;
Expand Down
2 changes: 1 addition & 1 deletion jingle/notifier/communicator/DEPS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include_rules = [
# Need for cricket::ProtocolType.
"+talk/p2p/base/port.h",
"+webrtc/p2p/base/port.h",
]
5 changes: 2 additions & 3 deletions jingle/notifier/communicator/connection_settings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@

#include "base/logging.h"

#include "webrtc/libjingle/xmpp/xmppclientsettings.h"
// Ideally we shouldn't include anything from talk/p2p, but we need
// the definition of ProtocolType. Don't use any functions from
// port.h, since it won't link.
#include "talk/p2p/base/port.h"

#include "talk/xmpp/xmppclientsettings.h"
#include "webrtc/p2p/base/port.h"

namespace notifier {

Expand Down
10 changes: 5 additions & 5 deletions jingle/notifier/communicator/login.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
#include "base/rand_util.h"
#include "base/time/time.h"
#include "net/base/host_port_pair.h"
#include "talk/xmpp/asyncsocket.h"
#include "talk/xmpp/prexmppauth.h"
#include "talk/xmpp/xmppclient.h"
#include "talk/xmpp/xmppclientsettings.h"
#include "talk/xmpp/xmppengine.h"
#include "third_party/webrtc/libjingle/xmllite/xmlelement.h"
#include "webrtc/base/common.h"
#include "webrtc/base/firewallsocketserver.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/physicalsocketserver.h"
#include "webrtc/base/taskrunner.h"
#include "webrtc/libjingle/xmpp/asyncsocket.h"
#include "webrtc/libjingle/xmpp/prexmppauth.h"
#include "webrtc/libjingle/xmpp/xmppclient.h"
#include "webrtc/libjingle/xmpp/xmppclientsettings.h"
#include "webrtc/libjingle/xmpp/xmppengine.h"

namespace notifier {

Expand Down
2 changes: 1 addition & 1 deletion jingle/notifier/communicator/login.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "jingle/notifier/communicator/login_settings.h"
#include "jingle/notifier/communicator/single_login_attempt.h"
#include "net/base/network_change_notifier.h"
#include "talk/xmpp/xmppengine.h"
#include "webrtc/libjingle/xmpp/xmppengine.h"

namespace buzz {
class XmppClient;
Expand Down
2 changes: 1 addition & 1 deletion jingle/notifier/communicator/login_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "base/time/time.h"
#include "jingle/notifier/base/server_information.h"
#include "net/url_request/url_request_context_getter.h"
#include "talk/xmpp/xmppclientsettings.h"
#include "webrtc/libjingle/xmpp/xmppclientsettings.h"

namespace notifier {

Expand Down
2 changes: 1 addition & 1 deletion jingle/notifier/communicator/login_settings_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

#include <cstddef>

#include "talk/xmpp/xmppclientsettings.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "webrtc/libjingle/xmpp/xmppclientsettings.h"

namespace notifier {

Expand Down
4 changes: 2 additions & 2 deletions jingle/notifier/communicator/single_login_attempt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
#include "jingle/notifier/base/gaia_token_pre_xmpp_auth.h"
#include "jingle/notifier/listener/xml_element_util.h"
#include "net/base/host_port_pair.h"
#include "talk/xmpp/constants.h"
#include "talk/xmpp/xmppclientsettings.h"
#include "third_party/webrtc/libjingle/xmllite/xmlelement.h"
#include "webrtc/libjingle/xmpp/constants.h"
#include "webrtc/libjingle/xmpp/xmppclientsettings.h"

namespace notifier {

Expand Down
2 changes: 1 addition & 1 deletion jingle/notifier/communicator/single_login_attempt.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "jingle/notifier/base/xmpp_connection.h"
#include "jingle/notifier/communicator/connection_settings.h"
#include "jingle/notifier/communicator/login_settings.h"
#include "talk/xmpp/xmppengine.h"
#include "webrtc/libjingle/xmpp/xmppengine.h"

namespace buzz {
class XmppTaskParentInterface;
Expand Down
4 changes: 2 additions & 2 deletions jingle/notifier/communicator/single_login_attempt_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
#include "jingle/notifier/communicator/login_settings.h"
#include "net/dns/mock_host_resolver.h"
#include "net/url_request/url_request_test_util.h"
#include "talk/xmpp/constants.h"
#include "talk/xmpp/xmppengine.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/webrtc/libjingle/xmllite/xmlelement.h"
#include "webrtc/libjingle/xmpp/constants.h"
#include "webrtc/libjingle/xmpp/xmppengine.h"

namespace buzz {
class XmppTaskParentInterface;
Expand Down
6 changes: 3 additions & 3 deletions jingle/notifier/listener/push_notifications_listen_task.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
#include "jingle/notifier/listener/notification_constants.h"
#include "jingle/notifier/listener/notification_defines.h"
#include "jingle/notifier/listener/xml_element_util.h"
#include "talk/xmpp/constants.h"
#include "talk/xmpp/xmppclient.h"
#include "talk/xmpp/xmppengine.h"
#include "third_party/webrtc/libjingle/xmllite/qname.h"
#include "third_party/webrtc/libjingle/xmllite/xmlelement.h"
#include "webrtc/base/task.h"
#include "webrtc/libjingle/xmpp/constants.h"
#include "webrtc/libjingle/xmpp/xmppclient.h"
#include "webrtc/libjingle/xmpp/xmppengine.h"

namespace notifier {

Expand Down
2 changes: 1 addition & 1 deletion jingle/notifier/listener/push_notifications_listen_task.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define JINGLE_NOTIFIER_PUSH_NOTIFICATIONS_LISTENER_LISTEN_TASK_H_

#include "base/compiler_specific.h"
#include "talk/xmpp/xmpptask.h"
#include "webrtc/libjingle/xmpp/xmpptask.h"

namespace buzz {
class XmlElement;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
#include "base/memory/scoped_ptr.h"
#include "jingle/notifier/listener/notification_constants.h"
#include "jingle/notifier/listener/xml_element_util.h"
#include "talk/xmpp/constants.h"
#include "talk/xmpp/jid.h"
#include "talk/xmpp/xmppclient.h"
#include "third_party/webrtc/libjingle/xmllite/qname.h"
#include "third_party/webrtc/libjingle/xmllite/xmlelement.h"
#include "webrtc/libjingle/xmpp/constants.h"
#include "webrtc/libjingle/xmpp/jid.h"
#include "webrtc/libjingle/xmpp/xmppclient.h"

namespace notifier {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "base/compiler_specific.h"
#include "base/gtest_prod_util.h"
#include "jingle/notifier/listener/notification_defines.h"
#include "talk/xmpp/xmpptask.h"
#include "webrtc/libjingle/xmpp/xmpptask.h"

namespace buzz {
class Jid;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
#include "base/memory/scoped_ptr.h"
#include "base/strings/stringprintf.h"
#include "jingle/notifier/listener/xml_element_util.h"
#include "talk/xmpp/jid.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "webrtc/libjingle/xmpp/jid.h"

namespace buzz {
class XmlElement;
Expand Down
6 changes: 3 additions & 3 deletions jingle/notifier/listener/push_notifications_subscribe_task.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
#include "base/memory/scoped_ptr.h"
#include "jingle/notifier/listener/notification_constants.h"
#include "jingle/notifier/listener/xml_element_util.h"
#include "talk/xmpp/constants.h"
#include "talk/xmpp/xmppclient.h"
#include "talk/xmpp/xmppengine.h"
#include "third_party/webrtc/libjingle/xmllite/qname.h"
#include "third_party/webrtc/libjingle/xmllite/xmlelement.h"
#include "webrtc/base/task.h"
#include "webrtc/libjingle/xmpp/constants.h"
#include "webrtc/libjingle/xmpp/xmppclient.h"
#include "webrtc/libjingle/xmpp/xmppengine.h"

namespace notifier {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
#include "base/compiler_specific.h"
#include "base/gtest_prod_util.h"
#include "jingle/notifier/listener/notification_defines.h"
#include "talk/xmpp/xmpptask.h"
#include "third_party/webrtc/libjingle/xmllite/xmlelement.h"
#include "webrtc/libjingle/xmpp/xmpptask.h"

namespace notifier {
class PushNotificationsSubscribeTask : public buzz::XmppTask {
Expand Down
Loading

0 comments on commit 4e40bbe

Please sign in to comment.