diff options
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 5b03dd3..c7a967a 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -622,6 +622,11 @@ ], }, ], + ['OS=="win"', { + # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. + 'msvs_disabled_warnings': [4267, ], + }, + ], ], }, { |