Chromium Code Reviews| Index: libvpx.gyp |
| =================================================================== |
| --- libvpx.gyp (revision 149334) |
| +++ libvpx.gyp (working copy) |
| @@ -83,6 +83,12 @@ |
| # from asm files. This flag disables UseLibraryDependencyInputs to |
| # avoid this problem. |
| 'msvs_2010_disable_uldi_when_referenced': 1, |
| + 'msvs_settings': { |
| + 'VCCLCompilerTool': { |
| + # TODO(scottmg): Enable this: http://crbug.com/140121 |
| + 'WarnAsError': 'false', |
| + }, |
| + }, |
| 'conditions': [ |
| [ 'target_arch=="ia32"', { |
| 'includes': [ |