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

Side by Side Diff: README.chromium

Issue 89753003: Update freetype to latest version of ASOP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src/third_party/freetype.git@master
Patch Set: Created 7 years 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 | « Android.mk ('k') | freetype.gyp » ('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: 8afe960626dbf326354b836fd4d63e05b6974195 3 Version: 899c67b6cfcd2010784fbf08c5415af16c526e0c
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 15
16 Local Modifications: 16 Local Modifications:
17 We added the gyp file to build it. 17 We added the gyp file to build it.
18 18
19 Here is the detail steps 19 Here is the detail steps
20 1. Checkout Android version of freetype 20 1. Checkout Android version of freetype
21 21
22 $ git clone https://android.googlesource.com/platform/external/freetype/ 22 $ git clone https://android.googlesource.com/platform/external/freetype/
23 # Use the following command to checkout this version, or omit it to checkout 23 # Use the following command to checkout this version, or omit it to checkout
24 # the latest version. 24 # the latest version.
25 $ git reset --hard 8afe960626dbf326354b836fd4d63e05b6974195 25 $ git reset --hard <version-listed-above>
26 26
27 2. Copy the related files from 27 2. Copy all files from
28 <android_tree>/external/freetype/ 28 <android_tree>/external/freetype/
29
30 3. Update freetype.gyp to reflect any changes made in Android.mk.
OLDNEW
« no previous file with comments | « Android.mk ('k') | freetype.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698