| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 7912e313314062e4e8fc11448aef3dd97c346e51..d8377ea83320bcadc9282e5e5638db7a6f6dfd5c 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -985,7 +985,7 @@
|
| ],
|
| 'dependencies': [
|
| '../ui/compositor/compositor.gyp:compositor',
|
| - '../third_party/libvpx/libvpx.gyp:libvpx',
|
| + '../third_party/libvpx_new/libvpx.gyp:libvpx_new',
|
| ],
|
| }],
|
| ['OS=="android"', {
|
| @@ -1189,7 +1189,7 @@
|
| }],
|
| ['OS != "android" and OS != "ios"', {
|
| 'dependencies': [
|
| - '../third_party/libvpx/libvpx.gyp:libvpx',
|
| + '../third_party/libvpx_new/libvpx.gyp:libvpx_new',
|
| ],
|
| }],
|
| ['use_aura!=1 and OS!="android"', {
|
|
|