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

Unified Diff: README.chromium

Issue 23555005: Update freetype to the latest version of Android external/freetype (Closed) Base URL: https://chromium.googlesource.com/chromium/src/third_party/freetype.git@master
Patch Set: Created 7 years, 4 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 | « no previous file | include/freetype/config/ftconfig.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
diff --git a/README.chromium b/README.chromium
index 6574229ee2afb43b8bd0abc2b85d01bd71b50f2b..b09ca5428af029d403438df0d97c7858759fc2f6 100644
--- a/README.chromium
+++ b/README.chromium
@@ -1,6 +1,6 @@
Name: Freetype
-URL: http://source.android.com
-Version: 0c30ba1342318e73197db7dd52dcca4b6d4bf06d
+URL: https://android.googlesource.com/platform/external/freetype/
+Version: 8afe960626dbf326354b836fd4d63e05b6974195
License: Custom license "inspired by the BSD, Artistic, and IJG (Independent
JPEG Group) licenses"
License File: NOTICE
@@ -17,15 +17,12 @@ Local Modifications:
We added the gyp file to build it.
Here is the detail steps
-1. Checkout Android source code
+1. Checkout Android version of freetype
-$ repo init -u https://android.googlesource.com/platform/manifest
-$ repo sync
-$ cd external/freetype
-$ git reset --hard 0c30ba1342318e73197db7dd52dcca4b6d4bf06d
+$ git clone https://android.googlesource.com/platform/external/freetype/
+# Use the following command to checkout this version, or omit it to checkout
+# the latest version.
+$ git reset --hard 8afe960626dbf326354b836fd4d63e05b6974195
2. Copy the related files from
<android_tree>/external/freetype/
-
-More information can be found in
-http://source.android.com/source/downloading.html
« no previous file with comments | « no previous file | include/freetype/config/ftconfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698