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

Unified Diff: remoting/protocol/BUILD.gn

Issue 1427003009: Implement WebrtcTransport (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@transport_session.h
Patch Set: Created 5 years, 1 month 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 | remoting/protocol/jingle_session.h » ('j') | remoting/protocol/webrtc_transport.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/BUILD.gn
diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
index f5d79ca57b59e1f0bce76b30830ab6958ce1e9ed..8d071521afd13f6ee1a13dc3ae31602ba5a189d7 100644
--- a/remoting/protocol/BUILD.gn
+++ b/remoting/protocol/BUILD.gn
@@ -34,6 +34,7 @@ source_set("protocol") {
"chromium_port_allocator.cc",
"chromium_port_allocator_factory.cc",
"chromium_socket_factory.cc",
+ "webrtc_transport.cc",
]
}
}
@@ -95,6 +96,7 @@ source_set("unit_tests") {
"ssl_hmac_channel_authenticator_unittest.cc",
"third_party_authenticator_unittest.cc",
"v2_authenticator_unittest.cc",
+ "webrtc_transport_unittest.cc",
]
deps = [
« no previous file with comments | « no previous file | remoting/protocol/jingle_session.h » ('j') | remoting/protocol/webrtc_transport.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698