| Index: webrtc/examples/BUILD.gn
|
| diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn
|
| index e6b73f017d2def3ee4fec0ff3d73e0591b121782..b3b0d44cf7eb1094666a5be1f49f0565cea64d86 100644
|
| --- a/webrtc/examples/BUILD.gn
|
| +++ b/webrtc/examples/BUILD.gn
|
| @@ -485,7 +485,7 @@ if (is_linux || is_win) {
|
| }
|
| deps = [
|
| "//third_party/libyuv",
|
| - "//webrtc/api:libjingle_peerconnection",
|
| + "//webrtc/pc:libjingle_peerconnection",
|
| "//webrtc/system_wrappers:field_trial_default",
|
| "//webrtc/system_wrappers:metrics_default",
|
| ]
|
|
|