diff options
Diffstat (limited to 'base/BUILD.gn')
-rw-r--r-- | base/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/BUILD.gn b/base/BUILD.gn index 28f4d50..6223378 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 = [ |