| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 724f12b6de9e9aac46f1c75bd0622fffa33de6b7..3f8cf05b6230aed162a96d38162c13535d0956bc 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -854,6 +854,22 @@ hooks = [
|
| 'action': ['python', 'src/third_party/instrumented_libraries/scripts/download_binaries.py'],
|
| },
|
| {
|
| + 'name': 'apply_custom_patch',
|
| + 'pattern': '.',
|
| + 'action': ['apply_issue',
|
| + '--root_dir', 'src/third_party/skia',
|
| + '--issue', '1873923002',
|
| + '--patchset', '120001',
|
| + '--server', 'https://codereview.chromium.org',
|
| + '--force',
|
| + '--ignore_deps',
|
| + '-v',
|
| + '-v',
|
| + '--no-auth',
|
| + '--blacklist', 'DEPS'
|
| + ],
|
| + },
|
| + {
|
| # A change to a .gyp, .gypi, or to GYP itself should run the generator.
|
| 'name': 'gyp',
|
| 'pattern': '.',
|
|
|