Componentize //chrome/browser/ui/omnibox
[chromium-blink-merge.git] / third_party / freetype-android / README.chromium
blob72d405af41c69462bf0a6c0ae661b045b85c28f1
1 Name: FreeType
2 URL: http://www.freetype.org/
3 Version: VER-2-6
4 Revision: e186230678ee8e4ea4ac4797ece8125761e3225a
5 License: Custom license "inspired by the BSD, Artistic, and IJG (Independent
6          JPEG Group) licenses"
7 License File: src/docs/FTL.TXT
8 Security Critical: yes
9 License Android Compatible: yes
11 Description:
12 This package tracks upstream FreeType, but the build files and configuration
13 are based on the Android source tree. This package is only used for Android.
14 For other platforms the system FreeType library is used.
16 How to update:
17 1. Find the desired commit in
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
20    a branch name like "chromium/android/VER-X-X-X-updates" depending on the
21    FreeType tag being branched and commit changes there.
22 2. Update freetype.gyp and BUILD.gn to reflect any changes. These should be kept
23    in sync with the Android.mk for FreeType in Android as possible.
24 3. Update this file.
25 4. Commit build changes while rolling Chromium's freetype-android DEPS to the
26    new commit.