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

Unified Diff: webrtc/BUILD.gn

Issue 2629353004: Added gn target for rtc_event_log2rtp_dump. (Closed)
Patch Set: Review feedback. 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",
terelius 2017/02/06 13:25:27 rtc_unittests is a test binary, but rtc_event_log2
kjellander_webrtc 2017/02/07 06:59:09 No, and I guess it's not very clear for tools that
ivoc 2017/02/07 13:55:52 Done, I did put it in an rtc_enable_protobuf block
+ "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