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

Unified Diff: third_party/libjingle_xmpp/BUILD.gn

Issue 2648063002: Remove unneeded #defines from libjingle_xmpp. (Closed)
Patch Set: Restoring unintentionally deleted copyright line 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 | « jingle/glue/chrome_async_socket.h ('k') | third_party/libjingle_xmpp/xmpp/asyncsocket.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle_xmpp/BUILD.gn
diff --git a/third_party/libjingle_xmpp/BUILD.gn b/third_party/libjingle_xmpp/BUILD.gn
index 6b01b4fa0c45ec33f886b6e243b057dd6f23a94b..673becae8ab989acbbaa7d2a54105cb27aa08aa9 100644
--- a/third_party/libjingle_xmpp/BUILD.gn
+++ b/third_party/libjingle_xmpp/BUILD.gn
@@ -49,7 +49,6 @@ config("rtc_xmpp_warnings_config") {
config("rtc_xmpp_inherited_config") {
defines = [
- "FEATURE_ENABLE_SSL",
"FEATURE_ENABLE_VOICEMAIL",
Sergey Ulanov 2017/01/21 04:18:13 this one can be removed as well
Taylor_Brandstetter 2017/01/21 04:26:29 Done.
]
}
@@ -84,7 +83,7 @@ rtc_static_library("rtc_xmpp") {
"xmpp/xmpptask.h",
]
- defines = [ "FEATURE_ENABLE_SSL" ]
+ defines = []
deps = [
":rtc_xmllite",
« no previous file with comments | « jingle/glue/chrome_async_socket.h ('k') | third_party/libjingle_xmpp/xmpp/asyncsocket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698