summaryrefslogtreecommitdiff
path: root/README.chromium
diff options
context:
space:
mode:
authorTao Bai <michaelbai@chromium.org>2011-11-14 11:57:31 -0800
committerTao Bai <michaelbai@chromium.org>2011-11-14 17:51:37 -0800
commita008c17c20abffdccdf4d29569623dd813c3b070 (patch)
tree1b4f180306ea87a6858de8e653d7f98175d6c0c4 /README.chromium
parent0c30ba1342318e73197db7dd52dcca4b6d4bf06d (diff)
downloadfreetype-a008c17c20abffdccdf4d29569623dd813c3b070.tar.gz
Add freetype.gyp to build freetype
Diffstat (limited to 'README.chromium')
-rw-r--r--README.chromium28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.chromium b/README.chromium
new file mode 100644
index 0000000..7da7f49
--- /dev/null
+++ b/README.chromium
@@ -0,0 +1,28 @@
+Name: Freetype
+URL: http://source.android.com
+Version: 0c30ba1342318e73197db7dd52dcca4b6d4bf06d
+License: BSD
+Security Critical: no
+
+Description:
+This package was copied from Android source tree and just used for Android.
+For other platforms, the freetype is normally found outside the Chromium tree;
+e.g. on Mac it's in /usr/include
+
+
+Local Modifications:
+We added the gyp file to build it.
+
+Here is the detail steps
+1. Checkout Android source code
+
+$ repo init -u https://android.googlesource.com/platform/manifest
+$ repo sync
+$ cd external/freetype
+$ git reset --hard 0c30ba1342318e73197db7dd52dcca4b6d4bf06d
+
+2. Copy the related files from
+ <android_tree>/external/freetype/
+
+More information can be found in
+http://source.android.com/source/downloading.html