aboutsummaryrefslogtreecommitdiff
path: root/p2p/BUILD.gn
diff options
context:
space:
mode:
authorJonas Oreland <jonaso@webrtc.org>2019-05-29 09:30:55 +0200
committerCommit Bot <commit-bot@chromium.org>2019-05-29 11:27:47 +0000
commite8e7d7b0bc1073fbab9b7440fb173240e9794a35 (patch)
treee02492a25af46628d481f5ed221d6d999f008df3 /p2p/BUILD.gn
parent28f0eb2dde03296e205175fea078bb085959c0ce (diff)
downloadwebrtc-e8e7d7b0bc1073fbab9b7440fb173240e9794a35.tar.gz
Move Connection into it's own .h/.cc file.
This patch is a NOP and moves - class Connection - class ConnectionInfo - class ProxyConnection from port.{h/cc} to a new file called connection.{h/cc} BUG=webrtc:10647 Change-Id: I89322d3421d272657e24a46b28ab6679fcdc9450 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/137509 Commit-Queue: Jonas Oreland <jonaso@webrtc.org> Reviewed-by: Qingsi Wang <qingsi@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28101}
Diffstat (limited to 'p2p/BUILD.gn')
-rw-r--r--p2p/BUILD.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/p2p/BUILD.gn b/p2p/BUILD.gn
index c389e81052..a07afefc79 100644
--- a/p2p/BUILD.gn
+++ b/p2p/BUILD.gn
@@ -25,6 +25,10 @@ rtc_static_library("rtc_p2p") {
"base/basic_packet_socket_factory.cc",
"base/basic_packet_socket_factory.h",
"base/candidate_pair_interface.h",
+ "base/connection.cc",
+ "base/connection.h",
+ "base/connection_info.cc",
+ "base/connection_info.h",
"base/datagram_dtls_adaptor.cc",
"base/datagram_dtls_adaptor.h",
"base/dtls_transport.cc",