| 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" ]
|
| }
|
|
|