OLD | NEW |
---|---|
1 Name: Freetype | 1 Name: Freetype |
2 URL: https://android.googlesource.com/platform/external/freetype/ | 2 URL: https://android.googlesource.com/platform/external/freetype/ |
3 Version: 9c745321260bb728ab1cd1c8fd5f075854b2ad49 | 3 Version: 9c745321260bb728ab1cd1c8fd5f075854b2ad49 |
4 License: Custom license "inspired by the BSD, Artistic, and IJG (Independent | 4 License: Custom license "inspired by the BSD, Artistic, and IJG (Independent |
5 JPEG Group) licenses" | 5 JPEG Group) licenses" |
6 License File: NOTICE | 6 License File: NOTICE |
7 Security Critical: no | 7 Security Critical: no |
8 License Android Compatible: yes | 8 License Android Compatible: yes |
9 | 9 |
10 Description: | 10 Description: |
11 This package was copied from Android source tree and just used for Android. | 11 This package was copied from Android source tree and just used for Android. |
12 For other platforms, the freetype is normally found outside the Chromium tree; | 12 For other platforms, the freetype is normally found outside the Chromium tree; |
13 e.g. on Mac it's in /usr/include | 13 e.g. on Mac it's in /usr/include |
14 | 14 |
15 Local Modifications: | 15 Local Modifications: |
16 - Added the gyp file to build it. | 16 - Added the freetype.gyp and BUILD.gn files to build it. |
17 - Applied http://git.savannah.gnu.org/cgit/freetype/freetype2.git/diff/?id=a374c 9cfe7bb26045a82a8229bf419565fb004f9 | 17 - Applied http://git.savannah.gnu.org/cgit/freetype/freetype2.git/diff/?id=a374c 9cfe7bb26045a82a8229bf419565fb004f9 |
18 to fix http://crbug.com/394373. | 18 to fix http://crbug.com/394373. |
19 | 19 |
20 Here is the detail steps | 20 Here is the detail steps |
21 1. Under this directory, start a branch | 21 1. Under this directory, start a branch |
22 2. git fetch https://android.googlesource.com/platform/external/freetype/ | 22 2. git fetch https://android.googlesource.com/platform/external/freetype/ |
23 3. git log FETCH_HEAD | 23 3. git log FETCH_HEAD |
24 4. Cherry-pick required revisions from FETCH_HEAD | 24 4. Cherry-pick required revisions from FETCH_HEAD |
25 5. Update freetype.gyp to reflect any changes made in Android.mk. | 25 5. Update freetype.gyp to reflect any changes made in Android.mk. |
Xianzhu
2015/06/02 20:22:15
Also update this sentence.
bungeman-chromium
2015/06/02 21:25:15
Done.
| |
OLD | NEW |