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

Unified Diff: webrtc/p2p/BUILD.gn

Issue 2606123002: Remove the dependency of TransportChannel and TransportChannelImpl. (Closed)
Patch Set: Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/p2p/base/dtlstransportchannel.h » ('j') | webrtc/p2p/base/dtlstransportchannel.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/p2p/BUILD.gn
diff --git a/webrtc/p2p/BUILD.gn b/webrtc/p2p/BUILD.gn
index fd883e162fa759f5f7516ccca392b6fd82ee291c..c2dc28220f3340be6470b88bf33f5aea1ee0f0ba 100644
--- a/webrtc/p2p/BUILD.gn
+++ b/webrtc/p2p/BUILD.gn
@@ -29,6 +29,7 @@ rtc_static_library("rtc_p2p") {
"base/common.h",
"base/dtlstransportchannel.cc",
"base/dtlstransportchannel.h",
+ "base/dtlstransportinternal.h",
"base/icetransportinternal.h",
"base/jseptransport.cc",
"base/jseptransport.h",
« no previous file with comments | « no previous file | webrtc/p2p/base/dtlstransportchannel.h » ('j') | webrtc/p2p/base/dtlstransportchannel.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698