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

Side by Side Diff: README.chromium

Issue 23555005: Update freetype to the latest version of Android external/freetype (Closed) Base URL: https://chromium.googlesource.com/chromium/src/third_party/freetype.git@master
Patch Set: Created 7 years, 3 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 | « no previous file | include/freetype/config/ftconfig.h » ('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: http://source.android.com 2 URL: https://android.googlesource.com/platform/external/freetype/
3 Version: 0c30ba1342318e73197db7dd52dcca4b6d4bf06d 3 Version: 8afe960626dbf326354b836fd4d63e05b6974195
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 source code 20 1. Checkout Android version of freetype
21 21
22 $ repo init -u https://android.googlesource.com/platform/manifest 22 $ git clone https://android.googlesource.com/platform/external/freetype/
23 $ repo sync 23 # Use the following command to checkout this version, or omit it to checkout
24 $ cd external/freetype 24 # the latest version.
25 $ git reset --hard 0c30ba1342318e73197db7dd52dcca4b6d4bf06d 25 $ git reset --hard 8afe960626dbf326354b836fd4d63e05b6974195
26 26
27 2. Copy the related files from 27 2. Copy the related files from
28 <android_tree>/external/freetype/ 28 <android_tree>/external/freetype/
29
30 More information can be found in
31 http://source.android.com/source/downloading.html
OLDNEW
« no previous file with comments | « no previous file | include/freetype/config/ftconfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698