Commit 58f84d05 authored by Fabrice de Gans-Riberi's avatar Fabrice de Gans-Riberi Committed by Commit Bot

Remove unused section in build file.

Bug: 812974
Change-Id: If3b39236ddc753f8ef3f8caab4b8c2a5b12497fd
Reviewed-on: https://chromium-review.googlesource.com/988799
Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org>
Commit-Queue: Sergey Ulanov <sergeyu@chromium.org>
Reviewed-by: default avatarSergey Ulanov <sergeyu@chromium.org>
Reviewed-by: default avatarTommi <tommi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#548273}
parent 2725fa42
......@@ -117,13 +117,6 @@ rtc_static_library("rtc_xmpp") {
if (is_nacl) {
deps += [ "//native_client_sdk/src/libraries/nacl_io" ]
}
if (is_posix && is_debug) {
# The Chromium configs defines this for all posix _except_ for ios & mac.
# We want it there as well, e.g. because ASSERT and friends trigger off of
# it.
defines += [ "_DEBUG" ]
}
}
config("libjingle_xmpp_unittests_config") {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment