Fixed source file path in webrtc_call.gypi

We need this fix since webrtc_call.gypi is included inside webrtc/webrtc.gyp. Fix for https://codereview.webrtc.org/2470913004/

BUG=webrtc:6412
NOTRY=True

Review-Url: https://codereview.webrtc.org/2474883003
Cr-Commit-Position: refs/heads/master@{#14908}
This commit is contained in:
charujain 2016-11-03 05:19:49 -07:00 committed by Commit bot
parent bf6a45b442
commit 2dbaec7949

View File

@ -19,8 +19,8 @@
'call/call.cc',
'call/flexfec_receive_stream.cc',
'call/flexfec_receive_stream.h',
'../video/transport_adapter.cc',
'../video/transport_adapter.h',
'video/transport_adapter.cc',
'video/transport_adapter.h',
],
},
}