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

Unified Diff: webrtc/BUILD.gn

Issue 2629353004: Added gn target for rtc_event_log2rtp_dump. (Closed)
Patch Set: Created 3 years, 11 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/logging/BUILD.gn » ('j') | webrtc/logging/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index 6a02fbcdd66a434779560e69184fd3c5056522d4..d44e861fc1f06ea27fb474032713540269e0b690 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -376,7 +376,10 @@ if (rtc_include_tests) {
]
if (rtc_enable_protobuf) {
- deps += [ "logging:rtc_event_log_tests" ]
+ deps += [
+ "logging:rtc_event_log2rtp_dump",
+ "logging:rtc_event_log_tests",
+ ]
}
if (is_android) {
« no previous file with comments | « no previous file | webrtc/logging/BUILD.gn » ('j') | webrtc/logging/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698