Removing EXPAT_RELATIVE_PATH and rtc_relative_path.

I think this was previously used in libjingle but it is not
used in WebRTC.

BUG=webrtc:8082

Review-Url: https://codereview.webrtc.org/2999703002
Cr-Commit-Position: refs/heads/master@{#19523}
This commit is contained in:
mbonadei 2017-08-25 08:14:04 -07:00 committed by Commit Bot
parent 5a0c4ed219
commit cb2bbce4e1
2 changed files with 0 additions and 8 deletions

View File

@ -43,7 +43,6 @@ config("common_inherited_config") {
# TODO(kjellander): Cleanup unused ones and move defines closer to
# the source when webrtc:4256 is completed.
"FEATURE_ENABLE_VOICEMAIL",
"EXPAT_RELATIVE_PATH",
"GTEST_RELATIVE_PATH",
"WEBRTC_CHROMIUM_BUILD",
]
@ -125,10 +124,6 @@ config("common_config") {
defines += [ "WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" ]
}
if (rtc_relative_path) {
defines += [ "EXPAT_RELATIVE_PATH" ]
}
if (!rtc_libvpx_build_vp9) {
defines += [ "RTC_DISABLE_VP9" ]
}

View File

@ -43,9 +43,6 @@ declare_args() {
# Enable this to let the Opus audio codec change complexity on the fly.
rtc_opus_variable_complexity = false
# Disable to use absolute header paths for some libraries.
rtc_relative_path = true
# Used to specify an external Jsoncpp include path when not compiling the
# library that comes with WebRTC (i.e. rtc_build_json == 0).
rtc_jsoncpp_root = "//third_party/jsoncpp/source/include"