Chromium Code Reviews| Index: libvpx.gyp | 
| =================================================================== | 
| --- libvpx.gyp (revision 269083) | 
| +++ libvpx.gyp (working copy) | 
| @@ -29,7 +29,7 @@ | 
| ], | 
| }], | 
| ['target_arch=="arm64"', { | 
| - 'target_arch_full': 'generic', | 
| + 'target_arch_full': 'arm64', | 
| }], | 
| ], | 
| }], | 
| @@ -132,7 +132,7 @@ | 
| ], | 
| }], | 
| ['target_arch=="arm64"', { | 
| - 'includes': [ 'libvpx_srcs_generic.gypi', ], | 
| + 'includes': [ 'libvpx_srcs_arm64.gypi', ], | 
| }], | 
| ['target_arch=="x64"', { | 
| 'conditions': [ |