| Index: content/renderer/BUILD.gn
|
| diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
|
| index 9e58afd6dabd0e0060a86266876c7d7c49713be1..3e64933b7d8c6c84d2d0c4bd8cf3cad26b8302ae 100644
|
| --- a/content/renderer/BUILD.gn
|
| +++ b/content/renderer/BUILD.gn
|
| @@ -160,7 +160,7 @@ source_set("renderer") {
|
| "//third_party/libjingle:libjingle_webrtc",
|
| "//third_party/libjingle:libpeerconnection",
|
| "//third_party/libjingle:libstunprober",
|
| - "//third_party/libvpx_new",
|
| + "//third_party/libvpx",
|
| "//third_party/webrtc/base:rtc_base",
|
| "//third_party/webrtc/common_video",
|
| "//third_party/webrtc/modules/audio_device",
|
| @@ -184,7 +184,7 @@ source_set("renderer") {
|
| "//ppapi/host",
|
| "//ppapi/proxy",
|
| "//ppapi/shared_impl",
|
| - "//third_party/libvpx_new",
|
| + "//third_party/libvpx",
|
| "//third_party/opus",
|
| ]
|
| }
|
|
|