| Index: base/base.gyp
|
| diff --git a/base/base.gyp b/base/base.gyp
|
| index 325210f4af2f702adee32e37b90cd746e21f66a3..8907b423a901cc18a17ec79a0621b6fa465545a4 100644
|
| --- a/base/base.gyp
|
| +++ b/base/base.gyp
|
| @@ -376,24 +376,6 @@
|
| ],
|
| },
|
| {
|
| - # TODO(pasko): Remove this target when crbug.com/424562 is fixed.
|
| - # GN: //base:protect_file_posix
|
| - 'target_name': 'protect_file_posix',
|
| - 'conditions': [
|
| - ['os_posix == 1', {
|
| - 'type': 'static_library',
|
| - 'dependencies': [
|
| - 'base',
|
| - ],
|
| - 'sources': [
|
| - 'files/protect_file_posix.cc',
|
| - ],
|
| - }, {
|
| - 'type': 'none',
|
| - }],
|
| - ],
|
| - },
|
| - {
|
| 'target_name': 'base_prefs_test_support',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
|
|