Chromium Code Reviews| 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", |