Index: storage/common/BUILD.gn |
diff --git a/storage/common/BUILD.gn b/storage/common/BUILD.gn |
index 00679727aabd8a076d017a66572791dc2cf20f23..2c55bb9eac92e50a63701c1314c91124b9de32cc 100644 |
--- a/storage/common/BUILD.gn |
+++ b/storage/common/BUILD.gn |
@@ -26,10 +26,10 @@ component("common") { |
"quota/quota_types.h", |
] |
+ # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
+ configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
+ |
defines = [ "STORAGE_COMMON_IMPLEMENTATION" ] |
- if (is_win) { |
- cflags = [ "/wd4267" ] # TODO(jschuh): fix size_t to int truncations. |
- } |
deps = [ |
"//base", |