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

Unified Diff: webrtc/p2p/BUILD.gn

Issue 2640513002: Relanding: Removing #defines previously used for building without BoringSSL/OpenSSL. (Closed)
Patch Set: 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
Index: webrtc/p2p/BUILD.gn
diff --git a/webrtc/p2p/BUILD.gn b/webrtc/p2p/BUILD.gn
index 649e9cfd21397efefc63f7823b47ab911ce473a0..dc2bffb084ef7a3215abfbe03f0e55f39dfc64fb 100644
--- a/webrtc/p2p/BUILD.gn
+++ b/webrtc/p2p/BUILD.gn
@@ -82,7 +82,7 @@ rtc_static_library("rtc_p2p") {
"client/socketmonitor.h",
]
- defines = [ "FEATURE_ENABLE_SSL" ]
+ defines = []
deps = [
"../base:rtc_base",

Powered by Google App Engine
This is Rietveld 408576698