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

Side by Side Diff: README.chromium

Issue 1159323004: Add BUILD.gn for third_party/freetype (Closed) Base URL: https://chromium.googlesource.com/chromium/src/third_party/freetype.git@master
Patch Set: Remove 'build' include, mention in README. Created 5 years, 6 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 | « BUILD.gn ('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: 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.
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | freetype.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698