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

Unified Diff: README.chromium

Issue 1159323004: Add BUILD.gn for third_party/freetype (Closed) Base URL: https://chromium.googlesource.com/chromium/src/third_party/freetype.git@master
Patch Set: Add BUILD.gn to README.chromium. Created 5 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.gn ('k') | freetype.gyp » ('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 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.
« no previous file with comments | « BUILD.gn ('k') | freetype.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698