| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 027f56a9f40ef6299d78517234bac807638abd1f..5e398e74a543fb33a6095f60298e313b7d1df244 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -1612,10 +1612,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",
|
| ]
|
| }
|
|
|
|
|