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

Side by Side Diff: third_party/fontconfig/README.chromium

Issue 133903005: Add fontconfig to linux DEPS for embedded builds (reland) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: restore include/src Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « third_party/fontconfig/OWNERS ('k') | third_party/fontconfig/fontconfig.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Name: fontconfig
2 URL: http://www.freedesktop.org/wiki/Software/fontconfig/
3 Version: 2.11.0
4 License: MIT
5 License File: src/COPYING
6 Security Critical: yes
7
8 Description:
9 Fontconfig is a library for configuring and customizing font access.
10
11 Modifications:
12 - None
13
14 To import a new snapshot of fontconfig:
15 - Checkout the latest release tag: git checkout 2.11.0
16 - Change the DEPS entry to the newly checked out commit.
17 - Update generated files:
18 ./autogen.sh --enable-libxml2 && make
19 rsync -R $(git ls-files --others '*.h' '*/*.h') ../include
20 - Update this README to reflect the new version number.
OLDNEW
« no previous file with comments | « third_party/fontconfig/OWNERS ('k') | third_party/fontconfig/fontconfig.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698