| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index c29e053cdd14d1dbd2cb8e25f875dbbac5a7e616..55e264e2f586beeaacb749fe5848df05d7faf7ad 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -159,7 +159,7 @@ source_set("test_support") {
|
|
|
| if (use_aura || is_mac) {
|
| deps += [
|
| - "//third_party/libvpx_new",
|
| + "//third_party/libvpx",
|
| "//ui/compositor",
|
| ]
|
|
|
| @@ -760,7 +760,7 @@ test("content_unittests") {
|
| defines += [ "APPCACHE_USE_SIMPLE_CACHE" ]
|
| }
|
| if (!is_android && !is_ios) {
|
| - deps += [ "//third_party/libvpx_new" ]
|
| + deps += [ "//third_party/libvpx" ]
|
| }
|
|
|
| if (use_aura) {
|
|
|