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

Unified Diff: third_party/libjingle_xmpp/BUILD.gn

Issue 2648063002: Remove unneeded #defines from libjingle_xmpp. (Closed)
Patch Set: Also remove "FEATURE_ENABLE_VOICEMAIL" 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..f359263abf195df079ea4b5cecd1f90bdd7eced3 100644
--- a/third_party/libjingle_xmpp/BUILD.gn
+++ b/third_party/libjingle_xmpp/BUILD.gn
@@ -47,13 +47,6 @@ config("rtc_xmpp_warnings_config") {
}
}
-config("rtc_xmpp_inherited_config") {
- defines = [
- "FEATURE_ENABLE_SSL",
- "FEATURE_ENABLE_VOICEMAIL",
- ]
-}
-
rtc_static_library("rtc_xmpp") {
cflags = []
sources = [
@@ -84,7 +77,7 @@ rtc_static_library("rtc_xmpp") {
"xmpp/xmpptask.h",
]
- defines = [ "FEATURE_ENABLE_SSL" ]
+ defines = []
deps = [
":rtc_xmllite",
@@ -95,8 +88,6 @@ rtc_static_library("rtc_xmpp") {
]
configs += [ ":rtc_xmpp_warnings_config" ]
- public_configs = [ ":rtc_xmpp_inherited_config" ]
-
if (is_nacl) {
deps += [ "//native_client_sdk/src/libraries/nacl_io" ]
}
« 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