Chromium Code Reviews| Index: build/crashpad.gypi |
| diff --git a/build/crashpad.gypi b/build/crashpad.gypi |
| index 0dad63ca136f312eebecfad4cf2179c905ce5326..027c7b68e0cb5719fe3b8c50b7402d9260980ce5 100644 |
| --- a/build/crashpad.gypi |
| +++ b/build/crashpad.gypi |
| @@ -20,4 +20,10 @@ |
| # build, this variable has no effect. |
| 'chromium_code': 1, |
| }, |
| + 'target_defaults': { |
| + 'msvs_disabled_warnings': [ |
| + 4201, # nonstandard extension used : nameless struct/union. |
| + 4324, # structure was padded due to __declspec(align()). |
| + ], |
| + }, |
| } |