| Index: third_party/boringssl/BUILD.gn
|
| diff --git a/third_party/boringssl/BUILD.gn b/third_party/boringssl/BUILD.gn
|
| index 5dffa6506149907c0473f8f82932d8571129776e..0ee12f94969bc02085670287f7532a280c02a6ad 100644
|
| --- a/third_party/boringssl/BUILD.gn
|
| +++ b/third_party/boringssl/BUILD.gn
|
| @@ -61,6 +61,12 @@ component("boringssl") {
|
| "src/crypto",
|
| ]
|
|
|
| + if (is_win) {
|
| + # TODO(davidben): Fix size_t truncations in BoringSSL.
|
| + # https://crbug.com/429039
|
| + cflags += [ "/wd4267"]
|
| + }
|
| +
|
| if (cpu_arch == "x64") {
|
| if (is_mac) {
|
| sources += gypi_values.boringssl_mac_x86_64_sources
|
|
|