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

Side by Side Diff: README.chromium

Issue 1111803003: Locally apply upstream patch to fix crbug.com/394373 (Closed) Base URL: https://chromium.googlesource.com/chromium/src/third_party/freetype.git@master
Patch Set: Rebase Created 5 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
« no previous file with comments | « OWNERS ('k') | src/autofit/aflatin.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 We added the gyp file to build it. 16 - Added the gyp file to build it.
17 - Applied http://git.savannah.gnu.org/cgit/freetype/freetype2.git/diff/?id=a374c 9cfe7bb26045a82a8229bf419565fb004f9
18 to fix http://crbug.com/394373.
17 19
18 Here is the detail steps 20 Here is the detail steps
19 1. Under this directory, start a branch 21 1. Under this directory, start a branch
20 2. git fetch https://android.googlesource.com/platform/external/freetype/ 22 2. git fetch https://android.googlesource.com/platform/external/freetype/
21 3. git log FETCH_HEAD 23 3. git log FETCH_HEAD
22 4. Cherry-pick required revisions from FETCH_HEAD 24 4. Cherry-pick required revisions from FETCH_HEAD
23 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.
OLDNEW
« no previous file with comments | « OWNERS ('k') | src/autofit/aflatin.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698