Index: content/test/BUILD.gn |
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
index e2b37c9162cf45de349d53b6cd0d43c6467e17c2..3dce50503bc8a84da076b845af75d812d33c6295 100644 |
--- a/content/test/BUILD.gn |
+++ b/content/test/BUILD.gn |
@@ -1612,8 +1612,8 @@ test("content_unittests") { |
"//third_party/mesa:osmesa", |
] |
- if (!is_win) { |
- sources += [ "../browser/file_descriptor_info_impl_unittest.cc" ] |
+ if (is_posix) { |
+ sources += [ "../browser/posix_file_descriptor_info_impl_unittest.cc" ] |
} |
if (enable_plugins) { |