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

Unified Diff: DEPS

Issue 2780133002: Support for OpenType Font Variations on Windows (Closed)
Patch Set: Rebased PDFium change 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 ada53a828acb50862f0d6ce9ab20779cf1469ad4..1c04c9522e8aa1af2807cf67985e2fdaeac95998 100644
--- a/DEPS
+++ b/DEPS
@@ -64,7 +64,8 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling PDFium
# and whatever else without interference from each other.
- 'pdfium_revision': '21362ee6370e6ef0f5a8275af5afde3f127887c9',
+ # PDFium shared FreeType linkage
+ 'pdfium_revision': '186e7787629b07cd9253d43db92e10cbcf3ca1dc',
bungeman-skia 2017/03/29 20:17:04 Instead of this one can cherry pick in hooks as sh
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling openmax_dl
# and whatever else without interference from each other.
@@ -315,6 +316,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',
« 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