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

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

Issue 1367323002: Pull sfntly from GitHub instead of code.google.com. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « third_party/sfntly/BUILD.gn ('k') | third_party/sfntly/sfntly.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: sfntly 1 Name: sfntly
2 URL: http://code.google.com/p/sfntly/ 2 URL: https://github.com/googlei18n/sfntly
3 Version: unknown 3 Version: 130f832eddf98467e6578b548cb74ce17d04a26d
4 Revision: 111
5 Security Critical: yes 4 Security Critical: yes
iannucci 2015/09/26 01:19:15 what ISN'T?
6 License: Apache 2.0 5 License: Apache 2.0
7 License File: COPYING.txt 6 License File: COPYING.txt
8 7
9 Description: 8 Description:
10 sfntly is a C++ library for using, editing, and creating sfnt container based 9 sfntly is a C++ library for using, editing, and creating sfnt container based
11 fonts (e.g. OpenType, TrueType). We use it to subset the embedded font in the 10 fonts (e.g. OpenType, TrueType). We use it to subset the embedded font in the
12 PDF generated in print preview so that the result PDF documents are 11 PDF generated in print preview so that the result PDF documents are
13 significantly smaller and loaded faster. 12 significantly smaller and loaded faster.
14 13
15 Local files (not taken from upstream):
16 README.chromium
17 src/subsetter/*
18
19 COPYING.txt is the license file copied from upstream. 14 COPYING.txt is the license file copied from upstream.
20 A sfntly.gyp file has been added for building with Chromium.
OLDNEW
« no previous file with comments | « third_party/sfntly/BUILD.gn ('k') | third_party/sfntly/sfntly.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698