| Index: base/BUILD.gn
|
| diff --git a/base/BUILD.gn b/base/BUILD.gn
|
| index 959d4629a80a707a9c3609de9f05318d93c66473..2cce16c99efe087fbc0737bb6575fb8ff0658ca5 100644
|
| --- a/base/BUILD.gn
|
| +++ b/base/BUILD.gn
|
| @@ -1108,6 +1108,13 @@ source_set("message_loop_tests") {
|
| ]
|
| }
|
|
|
| +# TODO(pasko): Remove this target when crbug.com/424562 is fixed.
|
| +source_set("protect_file_posix") {
|
| + sources = [
|
| + "files/protect_file_posix.cc",
|
| + ]
|
| +}
|
| +
|
| test("base_unittests") {
|
| sources = [
|
| "android/application_status_listener_unittest.cc",
|
|
|