Declare api:libjingle_peerconnection_api dependency on media:media_base
Deletes one of the two // nogncheck comments in peerconnection_interface.h. Bug: webrtc:8733 Change-Id: I7cda4957206c4c5f36261517718b526734bad68a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/150798 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Benjamin Wright <benwright@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29247}
This commit is contained in:
@ -103,10 +103,10 @@
|
||||
#include "api/transport/network_control.h"
|
||||
#include "api/turn_customizer.h"
|
||||
#include "media/base/media_config.h"
|
||||
#include "media/base/media_engine.h"
|
||||
// TODO(bugs.webrtc.org/7447): We plan to provide a way to let applications
|
||||
// inject a PacketSocketFactory and/or NetworkManager, and not expose
|
||||
// PortAllocator in the PeerConnection api.
|
||||
#include "media/base/media_engine.h" // nogncheck
|
||||
#include "p2p/base/port_allocator.h" // nogncheck
|
||||
#include "rtc_base/network.h"
|
||||
#include "rtc_base/rtc_certificate.h"
|
||||
|
||||
Reference in New Issue
Block a user