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

Unified Diff: webrtc/build/webrtc.gni

Issue 2608673002: Add rtc_enable_external_auth variable for setting ENABLE_EXTERNAL_AUTH (Closed)
Patch Set: Created 4 years 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 | « webrtc/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/webrtc.gni
diff --git a/webrtc/build/webrtc.gni b/webrtc/build/webrtc.gni
index 1f97724380994f422c68c6c55d0aa3bb101d6ef7..ce598715766df14aeee12ded981f3fccf2415d9f 100644
--- a/webrtc/build/webrtc.gni
+++ b/webrtc/build/webrtc.gni
@@ -40,6 +40,10 @@ declare_args() {
# Disable the code for the intelligibility enhancer by default.
rtc_enable_intelligibility_enhancer = false
+ # Enable when an external authentication mechanism is used for performing
+ # packet authentication for RTP packets instead of libsrtp.
+ rtc_enable_external_auth = build_with_chromium
+
# Selects whether debug dumps for the audio processing module
# should be generated.
apm_debug_dump = false
« no previous file with comments | « webrtc/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698