Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Issue 429113002: Webrtc deps roll. (Closed)

Created:
6 years, 4 months ago by hellner1
Modified:
6 years, 4 months ago
CC:
chromium-reviews, chromoting-reviews_chromium.org, darin-cc_chromium.org, feature-media-reviews_chromium.org, jam, mcasas+watch_chromium.org, miu+watch_chromium.org, Niklas Enbom, posciak+watch_chromium.org, wjia+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Webrtc deps roll. BUG=N/A TBR=sergeyu@chromium.org

Patch Set 1 #

Patch Set 2 : init_webrtc.cc still referenced talk_base namespace and WEBRTC defines werent being passed in depen… #

Patch Set 3 : fixed some talk_base references I had missed #

Patch Set 4 : Fixed gn build. #

Patch Set 5 : Forgot DEPS change #

Patch Set 6 : DEPS file #

Total comments: 1

Patch Set 7 : fixed linker error #

Total comments: 4

Patch Set 8 : Rebase and connecting from other workspace #

Patch Set 9 : Pull in newer DEPS r6823 needed to unbreak roll. #

Patch Set 10 : Update DEPS to pull in rollback of lj cl. #

Patch Set 11 : Use webrtc version 6825 and rebase and switch back to original workspace. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+943 lines, -1609 lines) Patch
M DEPS View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M content/BUILD.gn View 1 2 3 1 chunk +5 lines, -4 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_dispatcher_host.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_dispatcher_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/p2p/socket_host.h View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host.cc View 9 chunks +13 lines, -13 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_tcp.h View 4 chunks +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_tcp.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_tcp_server.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/p2p/socket_host_tcp_server.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc View 10 chunks +10 lines, -10 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_throttler.h View 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_throttler.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_udp.h View 3 chunks +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_udp.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_udp_unittest.cc View 10 chunks +10 lines, -10 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/common/p2p_messages.h View 4 chunks +7 lines, -7 lines 0 comments Download
M content/renderer/media/media_stream_audio_processor_unittest.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M content/renderer/media/mock_peer_connection_impl.h View 2 chunks +6 lines, -6 lines 0 comments Download
M content/renderer/media/mock_peer_connection_impl.cc View 5 chunks +10 lines, -10 lines 0 comments Download
M content/renderer/media/peer_connection_identity_service.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/peer_connection_tracker.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/media/rtc_data_channel_handler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/media/rtc_peer_connection_handler.h View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/media/rtc_peer_connection_handler.cc View 1 2 3 4 5 6 11 chunks +14 lines, -14 lines 0 comments Download
M content/renderer/media/rtc_peer_connection_handler_unittest.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M content/renderer/media/webrtc/media_stream_remote_video_source.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/webrtc/media_stream_track_metrics.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/media/webrtc/media_stream_track_metrics_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/media/webrtc/mock_peer_connection_dependency_factory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/media/webrtc/mock_peer_connection_dependency_factory.cc View 7 chunks +10 lines, -10 lines 0 comments Download
M content/renderer/media/webrtc/peer_connection_dependency_factory.h View 3 chunks +4 lines, -4 lines 0 comments Download
M content/renderer/media/webrtc/peer_connection_dependency_factory.cc View 6 chunks +8 lines, -8 lines 0 comments Download
M content/renderer/media/webrtc/webrtc_local_audio_track_adapter.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/media/webrtc/webrtc_local_audio_track_adapter.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/media/webrtc_audio_capturer.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/webrtc_audio_renderer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/webrtc_logging.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/p2p/host_address_request.h View 4 chunks +4 lines, -4 lines 0 comments Download
M content/renderer/p2p/host_address_request.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/p2p/ipc_network_manager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/p2p/ipc_network_manager.cc View 4 chunks +21 lines, -21 lines 0 comments Download
M content/renderer/p2p/ipc_socket_factory.h View 1 chunk +12 lines, -12 lines 0 comments Download
M content/renderer/p2p/ipc_socket_factory.cc View 23 chunks +69 lines, -69 lines 0 comments Download
M content/renderer/p2p/port_allocator.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/p2p/port_allocator.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M content/renderer/p2p/socket_client.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/p2p/socket_client_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/p2p/socket_client_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/pepper/pepper_media_stream_video_track_host.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M jingle/glue/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M jingle/glue/channel_socket_adapter.h View 2 chunks +4 lines, -4 lines 0 comments Download
M jingle/glue/channel_socket_adapter.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M jingle/glue/channel_socket_adapter_unittest.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M jingle/glue/chrome_async_socket.h View 1 chunk +1 line, -1 line 0 comments Download
M jingle/glue/chrome_async_socket.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M jingle/glue/chrome_async_socket_unittest.cc View 4 chunks +8 lines, -8 lines 0 comments Download
M jingle/glue/jingle_glue_mock_objects.h View 1 chunk +6 lines, -6 lines 0 comments Download
M jingle/glue/logging_unittest.cc View 7 chunks +41 lines, -41 lines 0 comments Download
M jingle/glue/mock_task.h View 1 chunk +3 lines, -3 lines 0 comments Download
M jingle/glue/mock_task.cc View 1 chunk +1 line, -1 line 0 comments Download
M jingle/glue/task_pump.h View 1 chunk +4 lines, -4 lines 0 comments Download
M jingle/glue/task_pump_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M jingle/glue/thread_wrapper.h View 4 chunks +21 lines, -21 lines 0 comments Download
M jingle/glue/thread_wrapper.cc View 10 chunks +32 lines, -32 lines 0 comments Download
M jingle/glue/thread_wrapper_unittest.cc View 12 chunks +23 lines, -23 lines 0 comments Download
M jingle/glue/utils.h View 2 chunks +4 lines, -4 lines 0 comments Download
M jingle/glue/utils.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M jingle/notifier/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M jingle/notifier/base/fake_base_task.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M jingle/notifier/base/gaia_token_pre_xmpp_auth.h View 1 chunk +2 lines, -2 lines 0 comments Download
M jingle/notifier/base/gaia_token_pre_xmpp_auth.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M jingle/notifier/base/weak_xmpp_client.h View 1 chunk +3 lines, -3 lines 0 comments Download
M jingle/notifier/base/weak_xmpp_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M jingle/notifier/base/weak_xmpp_client_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M jingle/notifier/base/xmpp_connection.h View 1 chunk +1 line, -1 line 0 comments Download
M jingle/notifier/base/xmpp_connection_unittest.cc View 6 chunks +8 lines, -8 lines 0 comments Download
M jingle/notifier/communicator/connection_settings.h View 3 chunks +3 lines, -3 lines 0 comments Download
M jingle/notifier/communicator/connection_settings.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M jingle/notifier/communicator/connection_settings_unittest.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M jingle/notifier/communicator/login.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M jingle/notifier/communicator/login_settings.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M jingle/notifier/listener/push_notifications_listen_task.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M jingle/notifier/listener/push_notifications_subscribe_task.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/client/plugin/chromoting_instance.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M remoting/client/plugin/pepper_network_manager.h View 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/client/plugin/pepper_network_manager.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M remoting/client/plugin/pepper_packet_socket_factory.h View 1 chunk +10 lines, -10 lines 0 comments Download
M remoting/client/plugin/pepper_packet_socket_factory.cc View 12 chunks +33 lines, -33 lines 0 comments Download
M remoting/client/plugin/pepper_port_allocator.h View 1 chunk +4 lines, -4 lines 0 comments Download
M remoting/client/plugin/pepper_port_allocator.cc View 6 chunks +8 lines, -8 lines 0 comments Download
M remoting/client/plugin/pepper_util.h View 2 chunks +4 lines, -4 lines 0 comments Download
M remoting/client/plugin/pepper_util.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M remoting/host/chromium_port_allocator_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/chromium_port_allocator_factory.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M remoting/protocol/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/protocol/chromium_port_allocator.h View 1 chunk +4 lines, -4 lines 0 comments Download
M remoting/protocol/chromium_port_allocator.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M remoting/protocol/chromium_socket_factory.h View 1 chunk +10 lines, -10 lines 0 comments Download
M remoting/protocol/chromium_socket_factory.cc View 11 chunks +42 lines, -42 lines 0 comments Download
M remoting/protocol/chromium_socket_factory_unittest.cc View 3 chunks +23 lines, -23 lines 0 comments Download
M remoting/protocol/jingle_messages.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/jingle_session_manager.h View 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/protocol/jingle_session_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/libjingle_transport_factory.h View 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/protocol/libjingle_transport_factory.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M remoting/protocol/message_decoder.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/message_reader_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/message_serialization.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/signaling/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/signaling/jingle_info_request.h View 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/signaling/jingle_info_request.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M remoting/signaling/xmpp_signal_strategy.h View 2 chunks +4 lines, -4 lines 0 comments Download
M remoting/signaling/xmpp_signal_strategy.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/libjingle/README.chromium View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/libjingle/libjingle.gyp View 1 2 3 4 5 6 7 9 chunks +29 lines, -25 lines 0 comments Download
M third_party/libjingle/libjingle_common.gypi View 2 chunks +0 lines, -204 lines 0 comments Download
M third_party/libjingle/libjingle_nacl.gyp View 1 2 4 chunks +190 lines, -0 lines 0 comments Download
M third_party/libjingle/overrides/init_webrtc.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/libjingle/overrides/init_webrtc.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/libjingle/overrides/initialize_module.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
D third_party/libjingle/overrides/talk/base/basictypes.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -102 lines 0 comments Download
D third_party/libjingle/overrides/talk/base/constructormagic.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -14 lines 0 comments Download
D third_party/libjingle/overrides/talk/base/logging.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -215 lines 0 comments Download
D third_party/libjingle/overrides/talk/base/logging.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -311 lines 0 comments Download
D third_party/libjingle/overrides/talk/base/win32socketinit.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -22 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
hellner1
As reported here https://code.google.com/p/webrtc/issues/detail?id=3379 libjingle is being migrated piece by piece to webrtc. The first ...
6 years, 4 months ago (2014-07-30 22:58:16 UTC) #1
jochen (gone - plz use gerrit)
lgtm
6 years, 4 months ago (2014-07-31 14:57:47 UTC) #2
jiayl
https://codereview.chromium.org/429113002/diff/100001/jingle/notifier/DEPS File jingle/notifier/DEPS (right): https://codereview.chromium.org/429113002/diff/100001/jingle/notifier/DEPS#newcode3 jingle/notifier/DEPS:3: "+talk/base", shouldn't talk/base be removed?
6 years, 4 months ago (2014-07-31 18:30:10 UTC) #3
hellner1
On 2014/07/31 18:30:10, jiayl wrote: > https://codereview.chromium.org/429113002/diff/100001/jingle/notifier/DEPS > File jingle/notifier/DEPS (right): > > https://codereview.chromium.org/429113002/diff/100001/jingle/notifier/DEPS#newcode3 > ...
6 years, 4 months ago (2014-07-31 18:54:21 UTC) #4
Ronghua Wu (Left Chromium)
libjingle folder lgtm
6 years, 4 months ago (2014-07-31 21:09:04 UTC) #5
hellner1
Reviewers: +wez for chromoting +hclam for jingle
6 years, 4 months ago (2014-07-31 21:11:05 UTC) #6
Wez
https://codereview.chromium.org/429113002/diff/120001/remoting/client/plugin/chromoting_instance.cc File remoting/client/plugin/chromoting_instance.cc (right): https://codereview.chromium.org/429113002/diff/120001/remoting/client/plugin/chromoting_instance.cc#newcode12 remoting/client/plugin/chromoting_instance.cc:12: #include <nacl_io/nacl_io.h> Did you mean to move this? Does ...
6 years, 4 months ago (2014-07-31 21:22:53 UTC) #7
Wez
remoting/ LGTM
6 years, 4 months ago (2014-07-31 21:26:05 UTC) #8
hellner1
https://codereview.chromium.org/429113002/diff/120001/remoting/client/plugin/chromoting_instance.cc File remoting/client/plugin/chromoting_instance.cc (right): https://codereview.chromium.org/429113002/diff/120001/remoting/client/plugin/chromoting_instance.cc#newcode12 remoting/client/plugin/chromoting_instance.cc:12: #include <nacl_io/nacl_io.h> On 2014/07/31 21:22:53, Wez wrote: > Did ...
6 years, 4 months ago (2014-07-31 21:36:27 UTC) #9
Alpha Left Google
lgtm
6 years, 4 months ago (2014-07-31 21:36:47 UTC) #10
hellner1
Reviewers: +palmer: content/common/p2p_messages.h +darin: */DEPS
6 years, 4 months ago (2014-07-31 21:49:46 UTC) #11
hellner1
Reviewers: +palmer: content/common/p2p_messages.h +darin: */DEPS
6 years, 4 months ago (2014-07-31 21:50:36 UTC) #12
palmer
Rubberstamp LGTM.
6 years, 4 months ago (2014-07-31 21:53:08 UTC) #13
Nico
On 2014/07/31 21:50:36, hellner1 wrote: > Reviewers: > +palmer: content/common/p2p_messages.h > +darin: */DEPS Global DEPS ...
6 years, 4 months ago (2014-08-01 00:17:05 UTC) #14
hellner1
On 2014/08/01 00:17:05, Nico (away) wrote: > On 2014/07/31 21:50:36, hellner1 wrote: > > Reviewers: ...
6 years, 4 months ago (2014-08-04 20:26:35 UTC) #15
Nico
On 2014/08/04 20:26:35, hellner1 wrote: > On 2014/08/01 00:17:05, Nico (away) wrote: > > On ...
6 years, 4 months ago (2014-08-04 21:23:39 UTC) #16
hellner1
On 2014/08/04 21:23:39, Nico (away) wrote: > On 2014/08/04 20:26:35, hellner1 wrote: > > On ...
6 years, 4 months ago (2014-08-04 21:29:10 UTC) #17
hellner1
6 years, 4 months ago (2014-08-22 18:49:27 UTC) #18

Powered by Google App Engine
This is Rietveld 408576698