From 625c3b6c209307f304514495dd3487562da851ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20H=C3=B6glund?= Date: Fri, 5 Jan 2018 11:58:54 +0100 Subject: [PATCH] Add missing file to p2p. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: None Change-Id: Ic0c183fb63ba2fdcd07044b7063e96928150884b Reviewed-on: https://webrtc-review.googlesource.com/37681 Reviewed-by: Mirko Bonadei Commit-Queue: Patrik Höglund Cr-Commit-Position: refs/heads/master@{#21511} --- p2p/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/p2p/BUILD.gn b/p2p/BUILD.gn index 53fe57c6e4..f9c75cf2d8 100644 --- a/p2p/BUILD.gn +++ b/p2p/BUILD.gn @@ -65,6 +65,7 @@ rtc_static_library("rtc_p2p") { "base/tcpport.cc", "base/tcpport.h", "base/transport.h", + "base/transportchannelimpl.h", "base/transportdescription.cc", "base/transportdescription.h", "base/transportdescriptionfactory.cc",