summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/fontconfig/README.chromium
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/fontconfig/README.chromium')
-rw-r--r--chromium/third_party/fontconfig/README.chromium20
1 files changed, 20 insertions, 0 deletions
diff --git a/chromium/third_party/fontconfig/README.chromium b/chromium/third_party/fontconfig/README.chromium
new file mode 100644
index 00000000000..05fe02dc3ff
--- /dev/null
+++ b/chromium/third_party/fontconfig/README.chromium
@@ -0,0 +1,20 @@
+Name: fontconfig
+URL: http://www.freedesktop.org/wiki/Software/fontconfig/
+Version: 2.11.0
+License: MIT
+License File: src/COPYING
+Security Critical: yes
+
+Description:
+Fontconfig is a library for configuring and customizing font access.
+
+Modifications:
+- None
+
+To import a new snapshot of fontconfig:
+- Checkout the latest release tag: git checkout 2.11.0
+- Change the DEPS entry to the newly checked out commit.
+- Update generated files:
+ ./autogen.sh --enable-libxml2 && make
+ rsync -R $(git ls-files --others '*.h' '*/*.h') ../include
+- Update this README to reflect the new version number.