Index: gpu/gles2_conform_support/gles2_conform_test.gyp |
diff --git a/gpu/gles2_conform_support/gles2_conform_test.gyp b/gpu/gles2_conform_support/gles2_conform_test.gyp |
index 4cbb35b3daaf6415b308dababebcced7851498c8..1f23efa3c3cd0fc507cb27f9f972ad1225f02d40 100644 |
--- a/gpu/gles2_conform_support/gles2_conform_test.gyp |
+++ b/gpu/gles2_conform_support/gles2_conform_test.gyp |
@@ -137,12 +137,9 @@ |
4018, # signed/unsigned mismatch |
4101, # unreferenced local variable |
4715, # not all control paths return a value |
+ 4267, # size_t/unsigned int conversion |
], |
- 'msvs_settings': { |
- 'VCCLCompilerTool': { |
- 'AdditionalOptions': ['/UNOMINMAX'], |
- }, |
- }, |
+ 'defines!': [ 'NOMINMAX' ], |
}], |
['OS=="mac"', { |
'defines': [ |