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

Unified Diff: webrtc/webrtc.gni

Issue 2720663003: Support GCM ciphers even if ENABLE_EXTERNAL_AUTH is defined. (Closed)
Patch Set: 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
« webrtc/pc/srtpfilter_unittest.cc ('K') | « webrtc/pc/srtpfilter_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/webrtc.gni
diff --git a/webrtc/webrtc.gni b/webrtc/webrtc.gni
index 96975fae9a4227568632a0fc50932d487cd134ac..0a9d42575d1b93bb31a422fee5ad5feb698008b5 100644
--- a/webrtc/webrtc.gni
+++ b/webrtc/webrtc.gni
@@ -48,10 +48,6 @@ 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
« webrtc/pc/srtpfilter_unittest.cc ('K') | « webrtc/pc/srtpfilter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698