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

Unified Diff: DEPS

Issue 1877673002: Move legacyCreateTypeface to SkFontStyle. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase, update Skia change. 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
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': '.',

Powered by Google App Engine
This is Rietveld 408576698