Index: DEPS |
diff --git a/DEPS b/DEPS |
index 724f12b6de9e9aac46f1c75bd0622fffa33de6b7..482dba2ac27e854cff9d33df50d3bd5f4ed1340f 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', '100001', |
+ '--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': '.', |