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

Unified Diff: webrtc/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
« no previous file with comments | « no previous file | webrtc/api/peerconnection_unittest.cc » ('j') | no next file with comments »
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 805eaf0d847e3480c55039a46ba3c8fdeb7c8350..676ea8c460cb3fed2d834aa4e5ef2c7cdcd8e690 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -30,7 +30,6 @@ config("common_inherited_config") {
defines = [
# TODO(kjellander): Cleanup unused ones and move defines closer to
# the source when webrtc:4256 is completed.
- "FEATURE_ENABLE_SSL",
"FEATURE_ENABLE_VOICEMAIL",
"EXPAT_RELATIVE_PATH",
"GTEST_RELATIVE_PATH",
@@ -132,12 +131,10 @@ config("common_config") {
# targets, there's no point including the defines in that config here.
# TODO(kjellander): Cleanup unused ones and move defines closer to the
# source when webrtc:4256 is completed.
- "HAVE_OPENSSL_SSL_H",
kjellander_webrtc 2017/01/20 07:33:52 This define is still mentioned in https://cs.chrom
Taylor Brandstetter 2017/01/20 18:26:15 It looks like localchanges.patch is dead, and just
"HAVE_SRTP",
"HAVE_WEBRTC_VIDEO",
"HAVE_WEBRTC_VOICE",
"LOGGING_INSIDE_WEBRTC",
- "SSL_USE_OPENSSL",
kjellander_webrtc 2017/01/20 07:33:52 Same as for HAVE_OPENSSL_SSL_H above.
"USE_WEBRTC_DEV_BRANCH",
]
} else {
« no previous file with comments | « no previous file | webrtc/api/peerconnection_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698