Index: README.chromium |
diff --git a/README.chromium b/README.chromium |
index 77382e35f0890ad88e721a4dbf0fe91bf93f031f..307d8b865043f5c2bff0b4eacc67a58aa06237b7 100644 |
--- a/README.chromium |
+++ b/README.chromium |
@@ -13,7 +13,7 @@ For other platforms, the freetype is normally found outside the Chromium tree; |
e.g. on Mac it's in /usr/include |
Local Modifications: |
-- Added the gyp file to build it. |
+- Added the freetype.gyp and BUILD.gn files to build it. |
- Applied http://git.savannah.gnu.org/cgit/freetype/freetype2.git/diff/?id=a374c9cfe7bb26045a82a8229bf419565fb004f9 |
to fix http://crbug.com/394373. |
@@ -22,4 +22,4 @@ Here is the detail steps |
2. git fetch https://android.googlesource.com/platform/external/freetype/ |
3. git log FETCH_HEAD |
4. Cherry-pick required revisions from FETCH_HEAD |
-5. Update freetype.gyp to reflect any changes made in Android.mk. |
+5. Update freetype.gyp and BUILD.gn to reflect any changes made in Android.mk. |