Index: base/BUILD.gn |
diff --git a/base/BUILD.gn b/base/BUILD.gn |
index 33084946a5bc58538e6639b8833524c4cce5eb33..b4fbd2490962b5c2366ccb9a61983f52739f6d9c 100644 |
--- a/base/BUILD.gn |
+++ b/base/BUILD.gn |
@@ -894,7 +894,7 @@ component("i18n") { |
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
} |
-if (is_linux && !is_chromeos) { |
+if (is_win || (is_linux && !is_chromeos)) { |
# TODO(GYP): Figure out which of these work and are needed on other platforms. |
test("base_perftests") { |
sources = [ |