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:
parent
bf6a45b442
commit
2dbaec7949
@ -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',
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user