Index: content/browser/BUILD.gn |
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn |
index 1b664a147ae95416d8d4509f6cfe93a809c6b44c..279d8eada70070c8715346569f73af7cb8445f59 100644 |
--- a/content/browser/BUILD.gn |
+++ b/content/browser/BUILD.gn |
@@ -1585,10 +1585,10 @@ source_set("browser") { |
] |
} |
- if (!is_win) { |
+ if (is_posix) { |
sources += [ |
- "file_descriptor_info_impl.cc", |
- "file_descriptor_info_impl.h", |
+ "posix_file_descriptor_info_impl.cc", |
+ "posix_file_descriptor_info_impl.h", |
] |
} |