Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
chromium 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
include 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
LICENSE 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README.chromium 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
fontconfig.gni 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

README.chromium

Name: fontconfig
URL: http://www.freedesktop.org/wiki/Software/fontconfig/
Version: 452be8125f0e2a18a7dfef469e05d19374d36307
CPEPrefix: cpe:/a:fontconfig_project:fontconfig:2.13.91
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 revision:
git fetch origin master
git checkout origin/master
- Change the DEPS entry to the newly checked out commit.
- Update generated files:
./autogen.sh --enable-libxml2 --disable-docs && make
rsync -R $(git ls-files --others '*.h' '*/*.h') ../include
- Update this README to reflect the new version number.