| Index: third_party/boringssl/update_gypi_and_asm.py
|
| diff --git a/third_party/boringssl/update_gypi_and_asm.py b/third_party/boringssl/update_gypi_and_asm.py
|
| index 41196a51392fbb2297ebd278cb735b7885f66909..58eb6f03aea4a2c46027063124cf70df5d104a9b 100644
|
| --- a/third_party/boringssl/update_gypi_and_asm.py
|
| +++ b/third_party/boringssl/update_gypi_and_asm.py
|
| @@ -220,6 +220,9 @@ def main():
|
| 'sources': [
|
| '%s',
|
| ],
|
| + # TODO(davidben): Fix size_t truncations in BoringSSL.
|
| + # https://crbug.com/429039
|
| + 'msvs_disabled_warnings': [ 4267, ],
|
| },\n""" % (test_name, test))
|
| test_names.append(test_name)
|
|
|
|
|