| Index: base/BUILD.gn
|
| diff --git a/base/BUILD.gn b/base/BUILD.gn
|
| index 0841c6e9a974b8819ae1f41c35222db69f8c21bc..feb23078aa5511e81c0491200057a1d62987a5b1 100644
|
| --- a/base/BUILD.gn
|
| +++ b/base/BUILD.gn
|
| @@ -1303,6 +1303,7 @@ test("base_unittests") {
|
| "environment_unittest.cc",
|
| "file_version_info_unittest.cc",
|
| "files/dir_reader_posix_unittest.cc",
|
| + "files/file_locking_unittest.cc",
|
| "files/file_path_unittest.cc",
|
| "files/file_path_watcher_unittest.cc",
|
| "files/file_proxy_unittest.cc",
|
| @@ -1537,6 +1538,7 @@ test("base_unittests") {
|
|
|
| if (is_ios) {
|
| sources -= [
|
| + "files/file_locking_unittest.cc",
|
| "files/file_path_watcher_unittest.cc",
|
| "memory/discardable_shared_memory_unittest.cc",
|
| "memory/shared_memory_unittest.cc",
|
|
|