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

Unified Diff: DEPS

Issue 1877673002: Move legacyCreateTypeface to SkFontStyle. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Skia patch to fix Mac. 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 | components/font_service/font_service_app.h » ('j') | skia/ext/skia_utils_base.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 724f12b6de9e9aac46f1c75bd0622fffa33de6b7..ba4d6ac830b794ecd799b645ab840f00390e08c1 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', '160001',
+ '--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': '.',
« no previous file with comments | « no previous file | components/font_service/font_service_app.h » ('j') | skia/ext/skia_utils_base.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698