Chromium Code Reviews| Index: chrome/chrome_installer_util.gypi |
| =================================================================== |
| --- chrome/chrome_installer_util.gypi (revision 180213) |
| +++ chrome/chrome_installer_util.gypi (working copy) |
| @@ -164,6 +164,8 @@ |
| 'dependencies': ['<(DEPTH)/content/content.gyp:content_common'], |
| }], |
| ], |
| + # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| + 'msvs_disabled_warnings': [ 4267, ], |
| }, |
| ], |
| }], |