Chromium Code Reviews| Index: ui/ui.gyp |
| diff --git a/ui/ui.gyp b/ui/ui.gyp |
| index 6c9437d8a2e21834825b75153064641442640678..0f1e392ceb3ae3aec99dad42e5697e8bea3c9847 100644 |
| --- a/ui/ui.gyp |
| +++ b/ui/ui.gyp |
| @@ -714,6 +714,10 @@ |
| '../', |
| '../third_party/wtl/include', |
| ], |
| + # TODO(jschuh): C4267: http://crbug.com/167187 size_t -> int |
| + # C4324 is structure was padded due to __declspec(align()), which is |
| + # uninteresting. |
| + 'msvs_disabled_warnings': [ 4267, 4324 ], |
| 'msvs_settings': { |
| 'VCLinkerTool': { |
| 'DelayLoadDLLs': [ |