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

Unified Diff: third_party/freetype/README.chromium

Issue 2868793004: Revert of Statically link own version of FreeType on Linux (Closed)
Patch Set: Created 3 years, 7 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 | « build/linux/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/freetype/README.chromium
diff --git a/third_party/freetype/README.chromium b/third_party/freetype/README.chromium
index e31971679a209524c2ea275ab88e540935ce9311..971087d2f885f1711e13a458b35828d19c7e9245 100644
--- a/third_party/freetype/README.chromium
+++ b/third_party/freetype/README.chromium
@@ -9,9 +9,9 @@
License Android Compatible: yes
Description:
-This package tracks upstream FreeType. It is shipped as part of Chrome on all
-platforms. FreeType is needed on Windows and Mac for PDFium as well for enabling
-font format support for OpenType Variations on older OS versions.
+This package tracks upstream FreeType, but the build files and configuration
+are based on the Android source tree. This package is only used for Android
+and Chromecast. For other platforms the system FreeType library is used.
How to update:
1. Find the desired commit in
@@ -19,9 +19,10 @@
If such a commit does not yet exist, branch from the appropriate point with
a branch name like "chromium/android/VER-X-X-X-updates" depending on the
FreeType tag being branched and commit changes there.
-2. Update BUILD.gn to reflect any changes.
+2. Update BUILD.gn to reflect any changes. This build should be kept
+ in sync with the Android.mk for FreeType in Android as possible.
3. Merge the new src/include/freetype/config/ftoption.h into
- include/freetype-custom-config/ftoption.h .
+ include/freetype-android-config/ftoption.h .
4. Update this file.
-5. Commit build changes while rolling Chromium's freetype DEPS to the
+5. Commit build changes while rolling Chromium's freetype-android DEPS to the
new commit.
« no previous file with comments | « build/linux/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698