| Index: webrtc/ortc/BUILD.gn
|
| diff --git a/webrtc/ortc/BUILD.gn b/webrtc/ortc/BUILD.gn
|
| index 199ee625c066f5b4b98241537a5526e650cfae6e..485771c9a412c7df473d01a244450b5a0ab4cdec 100644
|
| --- a/webrtc/ortc/BUILD.gn
|
| +++ b/webrtc/ortc/BUILD.gn
|
| @@ -33,6 +33,7 @@ rtc_static_library("ortc") {
|
| # PeerConnection code shares, so that ortc can depend on that instead of
|
| # libjingle_peerconnection.
|
| deps = [
|
| + "../api:optional",
|
| "../api/audio_codecs:builtin_audio_decoder_factory",
|
| "../api/audio_codecs:builtin_audio_encoder_factory",
|
| "../call:call_interfaces",
|
|
|