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

Unified Diff: webrtc/p2p/BUILD.gn

Issue 3004503002: Renamed dtlstransportchannel.h/.cc/_unittest.cc. (Closed)
Patch Set: Rename dtlstransportchannel.h/.cc/_unittest.cc. Created 3 years, 4 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/dtlstransport.h » ('j') | no next file with comments »
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 16b8762791c2de0d29160c8d306a0640f07872ed..588f6bd1a33064ebd12f5384cb84e831317dd6c4 100644
--- a/webrtc/p2p/BUILD.gn
+++ b/webrtc/p2p/BUILD.gn
@@ -27,8 +27,8 @@ rtc_static_library("rtc_p2p") {
"base/basicpacketsocketfactory.h",
"base/candidate.h",
"base/common.h",
- "base/dtlstransportchannel.cc",
- "base/dtlstransportchannel.h",
+ "base/dtlstransport.cc",
+ "base/dtlstransport.h",
"base/dtlstransportinternal.h",
"base/icetransportinternal.h",
"base/jseptransport.cc",
@@ -174,7 +174,7 @@ if (rtc_include_tests) {
}
sources = [
"base/asyncstuntcpsocket_unittest.cc",
- "base/dtlstransportchannel_unittest.cc",
+ "base/dtlstransport_unittest.cc",
"base/jseptransport_unittest.cc",
"base/p2ptransportchannel_unittest.cc",
"base/packetlossestimator_unittest.cc",
« no previous file with comments | « no previous file | webrtc/p2p/base/dtlstransport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698