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

Unified Diff: webrtc/BUILD.gn

Issue 2629353004: Added gn target for rtc_event_log2rtp_dump. (Closed)
Patch Set: Added system_wrappers:field_trial_default to deps Created 3 years, 10 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') | no next file with comments »
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 5f91fa8e2243877ed603b2fe0115b55079fe8c6e..67e6aba8e341776d35437e5131ab63a1275d3d4e 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -322,6 +322,9 @@ if (!build_with_chromium) {
"voice_engine:voe_auto_test",
]
}
+ if (rtc_enable_protobuf) {
+ deps += [ "logging:rtc_event_log2rtp_dump" ]
+ }
}
}
}
« no previous file with comments | « no previous file | webrtc/logging/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698