Removing definition of FEATURE_ENABLE_VOICEMAIL.
Bug: None Change-Id: Ie64c70bb42f676ca350e99a2c76122851aae6144 Reviewed-on: https://webrtc-review.googlesource.com/54421 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22087}
This commit is contained in:
parent
111a0d17d7
commit
7435462940
1
BUILD.gn
1
BUILD.gn
@ -107,7 +107,6 @@ config("common_inherited_config") {
|
||||
defines += [
|
||||
# TODO(kjellander): Cleanup unused ones and move defines closer to
|
||||
# the source when webrtc:4256 is completed.
|
||||
"FEATURE_ENABLE_VOICEMAIL",
|
||||
"GTEST_RELATIVE_PATH",
|
||||
"WEBRTC_CHROMIUM_BUILD",
|
||||
]
|
||||
|
||||
@ -15,10 +15,6 @@ group("p2p") {
|
||||
]
|
||||
}
|
||||
|
||||
config("rtc_p2p_inherited_config") {
|
||||
defines = [ "FEATURE_ENABLE_VOICEMAIL" ]
|
||||
}
|
||||
|
||||
rtc_static_library("rtc_p2p") {
|
||||
visibility = [ "*" ]
|
||||
sources = [
|
||||
@ -96,8 +92,6 @@ rtc_static_library("rtc_p2p") {
|
||||
"../system_wrappers:field_trial_api",
|
||||
]
|
||||
|
||||
public_configs = [ ":rtc_p2p_inherited_config" ]
|
||||
|
||||
if (build_with_chromium) {
|
||||
if (is_nacl) {
|
||||
deps += [ "//native_client_sdk/src/libraries/nacl_io" ]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user