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

Unified Diff: webrtc/call/BUILD.gn

Issue 2988853002: Only one implementation of MockRtpPacketSink once (Closed)
Patch Set: Created 3 years, 5 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/call/rtp_demuxer_unittest.cc » ('j') | webrtc/call/rtp_packet_sink_interface_mock.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/BUILD.gn
diff --git a/webrtc/call/BUILD.gn b/webrtc/call/BUILD.gn
index c40b557d4cda89b7ff9a53e4fc727d32962002b9..2078f0ff353f71058a53352d5582c28b6bd959e2 100644
--- a/webrtc/call/BUILD.gn
+++ b/webrtc/call/BUILD.gn
@@ -39,6 +39,7 @@ rtc_source_set("rtp_interfaces") {
sources = [
"rtcp_packet_sink_interface.h",
"rtp_packet_sink_interface.h",
+ "rtp_packet_sink_interface_mock.h",
danilchap 2017/07/26 08:38:13 use own test target for mocks - rtp_interfaces sho
eladalon 2017/07/26 09:01:05 Done.
"rtp_stream_receiver_controller_interface.h",
"rtp_transport_controller_send_interface.h",
]
« no previous file with comments | « no previous file | webrtc/call/rtp_demuxer_unittest.cc » ('j') | webrtc/call/rtp_packet_sink_interface_mock.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698