commit | 4904f12d33fd8b21202135672f6f994d7ee48033 | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Tue Feb 26 16:55:21 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Feb 26 16:55:21 2019 |
tree | 6d128995c76fd20729cece363bf987bf5a01f4ee | |
parent | 1c9bf15544c9556cb7d23875b861421ab8370ea7 [diff] |
Use the bundled fontconfig for ui/gfx_unittests The target gfx_unittests used the system's fontconfig which stopped working on Ubuntu 16.04 without sysroot when the tests started using FcConfigParseAndLoadFromMemory which is a newly (2017) added fontconfig function. The test should have used third_party/fontconfig all the time but the test didn't have the necessary deps in the build system for that to happen. Follow-up to https://chromium-review.googlesource.com/c/1019978 Change-Id: Ie0dab4632aff454b6c33405d3076c87e226b7e18 Reviewed-on: https://chromium-review.googlesource.com/c/1489237 Commit-Queue: Daniel Bratell <bratell@opera.com> Commit-Queue: Nico Weber <thakis@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Auto-Submit: Daniel Bratell <bratell@opera.com> Reviewed-by: Nico Weber <thakis@chromium.org> Reviewed-by: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#635569}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .