Chromium Code Reviews| 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', |