Index: content/browser/BUILD.gn |
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn |
index d43831d23a84d5b5ffe5de181d905bc77ddf2744..33fa8713d0870616e98fec562b0d11ffbb09cbf8 100644 |
--- a/content/browser/BUILD.gn |
+++ b/content/browser/BUILD.gn |
@@ -1581,10 +1581,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", |
] |
} |