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

Unified Diff: third_party/freetype2/README.chromium

Issue 612523005: Roll FreeType to 2.4.8 plus Ubuntu Precise patches. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/freetype2/BUILD.gn ('k') | third_party/freetype2/freetype2.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/freetype2/README.chromium
diff --git a/third_party/freetype2/README.chromium b/third_party/freetype2/README.chromium
index 95a2fa272bf85c7a2b0a5563bb8ce8512d75004d..9442685dedae1704cbf6b2e7956d13fc9a4827f1 100644
--- a/third_party/freetype2/README.chromium
+++ b/third_party/freetype2/README.chromium
@@ -1,15 +1,27 @@
Name: freetype2
URL: git://git.sv.nongnu.org/freetype/freetype2.git
-Version: 2.3.11
+Version: 2.4.8-1ubuntu2.1
Security Critical: no
License: BSD
License File: NOT_SHIPPED
Description:
-This mirrors the version of Freetype2 that was distributed with Ubuntu Lucid
-(Version 2.3.11, git hash d699c2994ecc178c4ed05ac2086061b2034c2178, as seen
-in https://launchpad.net/ubuntu/lucid/+source/freetype ).
+This mirrors the version of Freetype2 that was distributed with Ubuntu Precise
+(Version 2.4.8, git hash 9d7f0957fbd10fdbabf9815e37857a910ad4f4ac, plus
+applicable debian/patches-freetype as seen in
+https://launchpad.net/ubuntu/lucid/+source/freetype ). On Ubuntu Precise
+this code should be the same as the result of
+
+apt-get source freetype && cd freetype-2.4.8/ && ./debian/rules patch
+
+The build files should approximate the output of
+
+make -Bn | rev | cut -d ' ' -f 1 | rev | grep "\.c$" | sort
+
+Currently the cache, validators, patent checker (no longer used), and bzip2
+are excluded.
+
We link this library into DumpRenderTree so that we can run the layout tests
on later versions of Ubuntu and still get the same font rendering so that
we don't have to support two sets of pixel test baselines.
« no previous file with comments | « third_party/freetype2/BUILD.gn ('k') | third_party/freetype2/freetype2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698