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

Unified Diff: webrtc/p2p/BUILD.gn

Issue 2577183004: Add an abstract class for IceTransport (Closed)
Patch Set: Remove protected methods. Created 4 years 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/icetransportinternal.h » ('j') | webrtc/p2p/base/icetransportinternal.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 63cdb86666c5e62fa3d384f500b6b4f7071530d5..fd883e162fa759f5f7516ccca392b6fd82ee291c 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/icetransportinternal.h",
"base/jseptransport.cc",
"base/jseptransport.h",
"base/p2pconstants.cc",
« no previous file with comments | « no previous file | webrtc/p2p/base/icetransportinternal.h » ('j') | webrtc/p2p/base/icetransportinternal.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698