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

Unified Diff: logging/BUILD.gn

Issue 2997973002: Split LogRtpHeader and LogRtcpPacket into separate versions for incoming and outgoing packets.
Patch Set: Split VerifyRtpEvent into one incoming and one outgoing version. Created 3 years, 3 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 | « call/call.cc ('k') | logging/rtc_event_log/mock/mock_rtc_event_log.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logging/BUILD.gn
diff --git a/logging/BUILD.gn b/logging/BUILD.gn
index dc5f8adee4c44903e5345d0dc90783ad847e99a2..eb4cec277cbf1bfbc282f60f669a99b9b88a79dd 100644
--- a/logging/BUILD.gn
+++ b/logging/BUILD.gn
@@ -31,6 +31,7 @@ rtc_source_set("rtc_event_log_api") {
]
deps = [
"..:webrtc_common",
+ "../api:array_view",
"../api:libjingle_peerconnection_api",
"../call:video_stream_api",
"../rtc_base:rtc_base_approved",
« no previous file with comments | « call/call.cc ('k') | logging/rtc_event_log/mock/mock_rtc_event_log.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698