Chromium Code Reviews| Index: media/BUILD.gn |
| diff --git a/media/BUILD.gn b/media/BUILD.gn |
| index 67337eb958d8ca0cce65d09fb79619d6850aaffa..214f9ad154addd927a57fcc9de85fb21593e1d81 100644 |
| --- a/media/BUILD.gn |
| +++ b/media/BUILD.gn |
| @@ -310,7 +310,7 @@ component("media") { |
| "filters/vpx_video_decoder.cc", |
| "filters/vpx_video_decoder.h", |
| ] |
| - deps += [ "//third_party/libvpx_new" ] |
| + deps += [ "//third_party/libvpx" ] |
| } |
| if (is_android) { |