Fix for Mac GN BUILD.

It can't find //webrtc/base:rtc_base, which is weird, the fix is to use
a relative path.

This should fix the following error:

ERROR at //third_party/webrtc/sound/BUILD.gn:38:5: Can't load input
file.
    "//webrtc/base:rtc_base",
    ^-----------------------

NOTRY=true
BUG=webrtc:4160
TBR=kjellander@webrtc.org

Review URL: https://codereview.webrtc.org/1419953003

Cr-Commit-Position: refs/heads/master@{#10407}
This commit is contained in:
tfarina 2015-10-26 05:47:37 -07:00 committed by Commit bot
parent e9eca8f5ae
commit 2d3747de9b

View File

@ -35,7 +35,7 @@ static_library("rtc_sound") {
}
deps = [
"//webrtc/base:rtc_base",
"../base:rtc_base",
]
if (is_linux) {