Index: chrome/common/BUILD.gn |
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn |
index b2b1e022537b81c300ef6769ae7ec16fb39ca2b2..14b280e02ae72fd8e6dfccc46f58684fa8ae61d8 100644 |
--- a/chrome/common/BUILD.gn |
+++ b/chrome/common/BUILD.gn |
@@ -312,6 +312,8 @@ source_set("test_support") { |
] |
} |
+ configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
+ |
if (enable_extensions) { |
sources += [ |
"extensions/extension_test_util.cc", |