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

Unified Diff: webrtc/BUILD.gn

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
« no previous file with comments | « no previous file | webrtc/p2p/base/fakeicetransport.h » ('j') | webrtc/p2p/base/fakeicetransport.h » ('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 c0c41eb10f09a8449fa777a491fdfec7187506bc..3dafd49373ac33be77d7e03a27db945f78481879 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -121,10 +121,6 @@ config("common_config") {
defines += [ "HAVE_SCTP" ]
}
- if (rtc_enable_external_auth) {
- defines += [ "ENABLE_EXTERNAL_AUTH" ]
- }
-
if (build_with_chromium) {
defines += [
# NOTICE: Since common_inherited_config is used in public_configs for our
« no previous file with comments | « no previous file | webrtc/p2p/base/fakeicetransport.h » ('j') | webrtc/p2p/base/fakeicetransport.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698