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

Unified Diff: webrtc/base/BUILD.gn

Issue 2640513002: Relanding: Removing #defines previously used for building without BoringSSL/OpenSSL. (Closed)
Patch Set: Rebase 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
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/base/helpers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index 16b010015d53de91c8d419e76c682786675c59f1..248ef13f5feea8cd40dcb0635294f67a1a2c11cc 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -35,21 +35,10 @@ config("rtc_base_approved_all_dependent_config") {
}
}
-config("rtc_base_config") {
- defines = [ "FEATURE_ENABLE_SSL" ]
-}
-
config("rtc_base_chromium_config") {
defines = [ "NO_MAIN_THREAD_WRAPPING" ]
}
-config("openssl_config") {
- defines = [
- "SSL_USE_OPENSSL",
- "HAVE_OPENSSL_SSL_H",
- ]
-}
-
config("rtc_base_all_dependent_config") {
if (is_ios) {
libs = [
@@ -370,16 +359,7 @@ rtc_static_library("rtc_base") {
public_deps = [
":rtc_base_approved",
]
-
- configs += [
- ":openssl_config",
- ":rtc_base_config",
- ]
-
- public_configs = [
- ":openssl_config",
- ":rtc_base_config",
- ]
+ public_configs = []
all_dependent_configs = [ ":rtc_base_all_dependent_config" ]
@@ -537,7 +517,6 @@ rtc_static_library("rtc_base") {
"proxyserver.h",
"rollingaccumulator.h",
"scopedptrcollection.h",
- "sslconfig.h",
"sslroots.h",
"testbase64.h",
"testclient.cc",
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/base/helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698