| Index: content/content_tests.gypi | 
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi | 
| index 49ee18660e0f53fccdcb481fe9347c5fe68b5014..96e38390f169b3a06d670bf08e996e44a7916ae6 100644 | 
| --- a/content/content_tests.gypi | 
| +++ b/content/content_tests.gypi | 
| @@ -983,7 +983,7 @@ | 
| ], | 
| 'dependencies': [ | 
| '../ui/compositor/compositor.gyp:compositor', | 
| -            '../third_party/libvpx/libvpx.gyp:libvpx', | 
| +            '../third_party/libvpx_new/libvpx.gyp:libvpx_new', | 
| ], | 
| }], | 
| ['OS=="android"', { | 
| @@ -1187,7 +1187,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"', { | 
|  |