Index: chrome/common/net/BUILD.gn |
diff --git a/chrome/common/net/BUILD.gn b/chrome/common/net/BUILD.gn |
index 0794d869524b7ce988196309ea0979c14886cb16..b69512ca9d6505ce59904288b74a116c853a4b54 100644 |
--- a/chrome/common/net/BUILD.gn |
+++ b/chrome/common/net/BUILD.gn |
@@ -57,7 +57,5 @@ static_library("net") { |
deps += [ "//third_party/boringssl" ] |
} |
- if (is_win) { |
- cflags = [ "/wd4267" ] |
- } |
+ configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
} |