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