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