fix GN build break on native_client

TBR=guidou@webrtc.org
BUG=

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

Cr-Commit-Position: refs/heads/master@{#11196}
This commit is contained in:
Guo-wei Shieh
2016-01-09 13:12:04 -08:00
parent 6109fc13aa
commit db21f633a2

View File

@ -612,6 +612,7 @@ static_library("rtc_base") {
if (is_nacl) {
deps += [ "//native_client_sdk/src/libraries/nacl_io" ]
defines += [ "timezone=_timezone" ]
sources -= [ "ifaddrs_converter.cc" ]
}
}