aboutsummaryrefslogtreecommitdiff
path: root/p2p/BUILD.gn
diff options
context:
space:
mode:
authorJonas Oreland <jonaso@webrtc.org>2019-11-22 07:53:22 +0100
committerCommit Bot <commit-bot@chromium.org>2019-11-22 19:45:32 +0000
commit2f74d5f7931d7ba0d77ebac0690196331d325f32 (patch)
treed5e06fab8f11358814c113cdb998955b7f227729 /p2p/BUILD.gn
parentbefa435375d92ced4baf159ba704f5e3ff98a665 (diff)
downloadwebrtc-2f74d5f7931d7ba0d77ebac0690196331d325f32.tar.gz
Make IceController injectable
This patch is a follow up on - https://webrtc-review.googlesource.com/c/src/+/158820 - https://webrtc-review.googlesource.com/c/src/+/158205 And makes the IceController injectable into P2PTransportChannel. This is useful so that one can only modify the behaviour of the the controller and still use the rest of the functionality of P2PTransportChannel. Bug: chromium:1024965 Change-Id: I36a1bc5cb4a60da46935ce8e4ce43e3bbbfeaf6d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/160188 Reviewed-by: Qingsi Wang <qingsi@webrtc.org> Commit-Queue: Jonas Oreland <jonaso@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29882}
Diffstat (limited to 'p2p/BUILD.gn')
-rw-r--r--p2p/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/p2p/BUILD.gn b/p2p/BUILD.gn
index 312ade59ee..01bc47d567 100644
--- a/p2p/BUILD.gn
+++ b/p2p/BUILD.gn
@@ -38,6 +38,7 @@ rtc_library("rtc_p2p") {
"base/dtls_transport_factory.h",
"base/dtls_transport_internal.cc",
"base/dtls_transport_internal.h",
+ "base/ice_controller_factory_interface.h",
"base/ice_controller_interface.cc",
"base/ice_controller_interface.h",
"base/ice_credentials_iterator.cc",