| Index: webrtc/examples/BUILD.gn
|
| diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn
|
| index 8d1dcbb3a123ad2282410237e0efa59112d6b3cf..8a87acaf24137bfb79755bf08bf7ed04f315b4b3 100644
|
| --- a/webrtc/examples/BUILD.gn
|
| +++ b/webrtc/examples/BUILD.gn
|
| @@ -513,7 +513,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",
|
| ]
|
|
|