Index: content/test/BUILD.gn |
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
index d1855cb78d6ebdefb5e89a01adbe1da01186529c..db5acdbcf4a99df91551c58b7319bce340bc16c2 100644 |
--- a/content/test/BUILD.gn |
+++ b/content/test/BUILD.gn |
@@ -1599,8 +1599,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) { |