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

Unified Diff: DEPS

Issue 2786433004: Support for OpenType Font Variations on Windows (Closed)
Patch Set: Created 3 years, 9 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 | skia/BUILD.gn » ('j') | 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 493281e6430340b8b55ef2c7e3c65f8aa896f992..59faa7a6ba3bebf686854d84dc5d11c156c85454 100644
--- a/DEPS
+++ b/DEPS
@@ -315,6 +315,9 @@ deps = {
deps_os = {
'win': {
+ 'src/third_party/freetype/src':
+ Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var('freetype_revision'),
+
'src/third_party/cygwin':
Var('chromium_git') + '/chromium/deps/cygwin.git' + '@' + 'c89e446b273697fadf3a10ff1007a97c0b7de6df',
@@ -1137,6 +1140,20 @@ hooks = [
'src/third_party/gvr-android-sdk/test-apks/update.py',
],
},
+ {
+ 'name': 'fetch_custom_patch',
+ 'pattern': '.',
+ 'action': [ 'git', '-C', 'src/third_party/pdfium/',
+ 'fetch', 'https://pdfium.googlesource.com/pdfium', 'refs/changes/71/2971/3',
+ ],
+ },
+ {
+ 'name': 'apply_custom_patch',
+ 'pattern': '.',
+ 'action': ['git', '-C', 'src/third_party/pdfium/',
+ 'cherry-pick', 'FETCH_HEAD',
+ ],
+ },
]
recursedeps = [
« no previous file with comments | « no previous file | skia/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698