| Index: services/files/c/BUILD.gn
|
| diff --git a/services/files/c/BUILD.gn b/services/files/c/BUILD.gn
|
| index b3768cd7b468bd923e01da2647c52aac0b5e4bb5..11e446aefbd6e5ad5d1954ec0e8de8b427bbcd00 100644
|
| --- a/services/files/c/BUILD.gn
|
| +++ b/services/files/c/BUILD.gn
|
| @@ -20,6 +20,7 @@ if (is_linux) {
|
| "lib/mojio_fcntl.cc",
|
| "lib/mojio_sys_stat.cc",
|
| "lib/mojio_unistd.cc",
|
| + "lib/real_errno_impl.cc",
|
| "lib/real_errno_impl.h",
|
| "lib/singletons.cc",
|
| "lib/singletons.h",
|
| @@ -53,9 +54,12 @@ if (is_linux) {
|
| "tests/errno_impl_unittest.cc",
|
| "tests/fd_table_unittest.cc",
|
| "tests/file_fd_impl_unittest.cc",
|
| + "tests/mock_errno_impl.cc",
|
| "tests/mock_errno_impl.h",
|
| + "tests/mojio_impl_test_base.cc",
|
| "tests/mojio_impl_test_base.h",
|
| "tests/mojio_sys_stat_unittest.cc",
|
| + "tests/mojio_test_base.cc",
|
| "tests/mojio_test_base.h",
|
| "tests/mojio_unistd_unittest.cc",
|
| "tests/real_errno_impl_unittest.cc",
|
|
|