Chromium Code Reviews| Index: chrome/chrome.gyp |
| =================================================================== |
| --- chrome/chrome.gyp (revision 180171) |
| +++ chrome/chrome.gyp (working copy) |
| @@ -236,6 +236,8 @@ |
| ], |
| }], |
| ], |
| + # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| + 'msvs_disabled_warnings': [ 4267, ], |
| }, |
| { |
| 'target_name': 'plugin', |
| @@ -285,6 +287,8 @@ |
| ], |
| }], |
| ], |
| + # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| + 'msvs_disabled_warnings': [ 4267, ], |
| }, |
| { |
| 'target_name': 'service', |