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

Unified Diff: third_party/harfbuzz/contrib/tables/README

Issue 384503008: Delete third_party/harfbuzz (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove public header Created 6 years, 5 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
Index: third_party/harfbuzz/contrib/tables/README
diff --git a/third_party/harfbuzz/contrib/tables/README b/third_party/harfbuzz/contrib/tables/README
deleted file mode 100644
index 605d1c097e217075a126b083a188b470d7041102..0000000000000000000000000000000000000000
--- a/third_party/harfbuzz/contrib/tables/README
+++ /dev/null
@@ -1,17 +0,0 @@
-This directory contains Python script to parse several of the Unicode tables
-that are downloadable from the web and generate C header files from them.
-
-These are the locations of the files which are parsed. You should download these
-files and put them in this directory.
-
-http://www.unicode.org/Public/5.1.0/ucd/extracted/DerivedGeneralCategory.txt
-http://www.unicode.org/Public/5.1.0/ucd/extracted/DerivedCombiningClass.txt
-http://www.unicode.org/Public/UNIDATA/auxiliary/GraphemeBreakProperty.txt
-http://www.unicode.org/Public/5.1.0/ucd/Scripts.txt
-
-Then you can run the following python scripts to generate the header files:
-
-python category-parse.py DerivedGeneralCategory.txt category-properties.h
-python combining-class-parse.py DerivedCombiningClass.txt combining-properties.h
-python grapheme-break-parse.py GraphemeBreakProperty.txt grapheme-break-properties.h
-python scripts-parse.py Scripts.txt script-properties.h
« no previous file with comments | « third_party/harfbuzz/contrib/tables/GraphemeBreakProperty.txt ('k') | third_party/harfbuzz/contrib/tables/Scripts.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698