Chromium Code Reviews| Index: webrtc/api/BUILD.gn |
| diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn |
| index 9d893e0c01fdce5765d1289702fc2cc4b1d8de8f..af49219e469c73328efcab6548b977ab8336cc8f 100644 |
| --- a/webrtc/api/BUILD.gn |
| +++ b/webrtc/api/BUILD.gn |
| @@ -88,7 +88,7 @@ rtc_static_library("libjingle_peerconnection_api") { |
| # TODO(ossu): Remove once downstream projects have updated. |
| rtc_source_set("libjingle_peerconnection") { |
| - deps = [ |
| + public_deps = [ |
| "../pc:libjingle_peerconnection", |
| ] |
| } |