Remove dead dependencies on xmllite and xmpp.

media/ and p2p/ doesn't actually depend on these anymore.

BUG=webrtc:5539
NOTRY=True

Review-Url: https://codereview.webrtc.org/2447533003
Cr-Commit-Position: refs/heads/master@{#14761}
This commit is contained in:
kjellander 2016-10-25 01:27:12 -07:00 committed by Commit bot
parent dbf6705895
commit af1ae310ef
2 changed files with 0 additions and 3 deletions

View File

@ -178,8 +178,6 @@ rtc_static_library("rtc_media") {
"../api:call_api",
"../base:rtc_base_approved",
"../call",
"../libjingle/xmllite",
"../libjingle/xmpp",
"../modules/video_coding",
"../p2p",
"../system_wrappers",

View File

@ -83,7 +83,6 @@ rtc_static_library("rtc_p2p") {
deps = [
"../base:rtc_base",
"../libjingle/xmllite",
]
if (rtc_build_expat) {