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

Unified Diff: remoting/protocol/BUILD.gn

Issue 1510343002: Add WebrtcConnectionToClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webrtc_thread
Patch Set: Created 5 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 | remoting/protocol/ice_connection_to_client.h » ('j') | no next file with comments »
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 bb083d75c578d3be3bce48553fc5fe4d8affb383..54224e84f188225852f6b1bffe5eeddc9654796e 100644
--- a/remoting/protocol/BUILD.gn
+++ b/remoting/protocol/BUILD.gn
@@ -46,8 +46,10 @@ source_set("protocol") {
]
} else {
sources -= [
+ "webrtc_connection_to_client.cc",
"webrtc_transport.cc",
"webrtc_video_capturer_adapter.cc",
+ "webrtc_video_stream.cc",
]
}
}
@@ -116,6 +118,7 @@ source_set("unit_tests") {
"third_party_authenticator_unittest.cc",
"v2_authenticator_unittest.cc",
"video_frame_pump_unittest.cc",
+ "webrtc_connection_to_client_unittest.cc",
"webrtc_transport_unittest.cc",
]
« no previous file with comments | « no previous file | remoting/protocol/ice_connection_to_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698