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

Side by Side Diff: third_party/freetype/README.chromium

Issue 2885503004: Roll FreeType to 2.8 (Closed)
Patch Set: Rebaselines for outline changes, probably due to slight hinting changes in FT Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 Name: FreeType 1 Name: FreeType
2 URL: http://www.freetype.org/ 2 URL: http://www.freetype.org/
3 Version: VER-2-7-1-updates 3 Version: VER-2-8
4 Revision: 5a3490e054bda8a318ebde482c7fb30213cab3d9 4 Revision: a12a34451a99cbbcad55d466940fd445171927fd
5 License: Custom license "inspired by the BSD, Artistic, and IJG (Independent 5 License: Custom license "inspired by the BSD, Artistic, and IJG (Independent
6 JPEG Group) licenses" 6 JPEG Group) licenses"
7 License File: src/docs/FTL.TXT 7 License File: src/docs/FTL.TXT
8 Security Critical: yes 8 Security Critical: yes
9 License Android Compatible: yes 9 License Android Compatible: yes
10 10
11 Description: 11 Description:
12 This package tracks upstream FreeType. It is shipped as part of Chrome on all 12 This package tracks upstream FreeType. It is shipped as part of Chrome on all
13 platforms. FreeType is needed on Windows and Mac for PDFium as well for enabling 13 platforms. FreeType is needed on Windows and Mac for PDFium as well for enabling
14 font format support for OpenType Variations on older OS versions. 14 font format support for OpenType Variations on older OS versions.
15 15
16 How to update: 16 How to update:
17 1. Find the desired commit in 17 1. Find the desired commit in
18 https://chromium.googlesource.com/chromium/src/third_party/freetype2/ . 18 https://chromium.googlesource.com/chromium/src/third_party/freetype2/ .
19 If such a commit does not yet exist, branch from the appropriate point with 19 If such a commit does not yet exist, branch from the appropriate point with
20 a branch name like "chromium/android/VER-X-X-X-updates" depending on the 20 a branch name like "chromium/android/VER-X-X-X-updates" depending on the
21 FreeType tag being branched and commit changes there. 21 FreeType tag being branched and commit changes there.
22 2. Update BUILD.gn to reflect any changes. 22 2. Update BUILD.gn to reflect any changes.
23 3. Merge the new src/include/freetype/config/ftoption.h into 23 3. Merge the new src/include/freetype/config/ftoption.h into
24 include/freetype-custom-config/ftoption.h . 24 include/freetype-custom-config/ftoption.h .
25 4. Update this file. 25 4. Update this file.
26 5. Commit build changes while rolling Chromium's freetype DEPS to the 26 5. Commit build changes while rolling Chromium's freetype DEPS to the
27 new commit. 27 new commit.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698