| Index: base/base.gyp
|
| diff --git a/base/base.gyp b/base/base.gyp
|
| index ad4dd226792855d23efd8a8a50685235b3c4858f..e31cf185ab8c54cace334cb1653a87b7d39fb403 100644
|
| --- a/base/base.gyp
|
| +++ b/base/base.gyp
|
| @@ -377,6 +377,18 @@
|
| ],
|
| },
|
| {
|
| + # TODO(pasko): Remove this target when crbug.com/424562 is fixed.
|
| + # GN: //base:protect_file_posix
|
| + 'target_name': 'protect_file_posix',
|
| + 'type': 'static_library',
|
| + 'dependencies': [
|
| + 'base',
|
| + ],
|
| + 'sources': [
|
| + 'files/protect_file_posix.cc',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'base_prefs_test_support',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
|
|