Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: DEPS

Issue 1866773002: Test CTFonts for equality, not just name and style. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use apply patch since git cl patch doesn't seem to work. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 3de58a49db93fcbdb1dda530211eb38442e07a2d..f34c79eeb5673c8257d31ea0e1f5681f12c683a3 100644
--- a/DEPS
+++ b/DEPS
@@ -847,6 +847,22 @@ hooks = [
],
},
{
+ 'name': 'apply_custom_patch',
+ 'pattern': '.',
+ 'action': ['apply_issue',
+ '--root_dir', 'src/third_party/skia',
+ '--issue', '1860993004',
+ '--patchset', '40001',
+ '--server', 'https://codereview.chromium.org',
+ '--force',
+ '--ignore_deps',
+ '-v',
+ '-v',
+ '--no-auth',
+ '--blacklist', 'DEPS'
+ ],
+ },
+ {
# Pull sanitizer-instrumented third-party libraries if requested via
# GYP_DEFINES.
'name': 'instrumented_libraries',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698