Index: base/BUILD.gn |
diff --git a/base/BUILD.gn b/base/BUILD.gn |
index 2fc232d6c41cec5fd4a1d020d72afe26ae185f0d..959d4629a80a707a9c3609de9f05318d93c66473 100644 |
--- a/base/BUILD.gn |
+++ b/base/BUILD.gn |
@@ -1403,6 +1403,11 @@ test("base_unittests") { |
sources += [ "debug/proc_maps_linux_unittest.cc" ] |
set_sources_assignment_filter(sources_assignment_filter) |
} |
+ |
+ if (is_win) { |
+ # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
+ cflags = [ "/wd4267" ] |
+ } |
} |
if (is_android) { |