| Index: base/BUILD.gn
|
| diff --git a/base/BUILD.gn b/base/BUILD.gn
|
| index 7750eeecbedaf40248c10719368999e92386dc5f..4831bd3ca18d363cd235db0b39495218e1aa8297 100644
|
| --- a/base/BUILD.gn
|
| +++ b/base/BUILD.gn
|
| @@ -1042,17 +1042,6 @@ 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",
|
| - ]
|
| -
|
| - deps = [
|
| - "//base",
|
| - ]
|
| -}
|
| -
|
| if (is_win) {
|
| # Target to manually rebuild pe_image_test.dll which is checked into
|
| # base/test/data/pe_image.
|
|
|