| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 0cc7f6ac13164b391aea418dbcf227bdb5be7d6c..c77c638079f563af12a458b159dad6f9a8850309 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -1591,10 +1591,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",
|
| ]
|
| }
|
|
|
|
|