chore: re-enable bundled font config, we should fix the sysroot

This commit is contained in:
Samuel Attard 2018-10-04 17:31:45 +10:00 committed by Jeremy Apthorp
parent 06dbc7f613
commit a0c2f3dc28
2 changed files with 1 additions and 4 deletions

View file

@ -11,6 +11,3 @@ proprietary_codecs = true
ffmpeg_branding = "Chrome"
is_cfi = false
# Use OS fontconfig
use_bundled_fontconfig = false

View file

@ -21,5 +21,5 @@ declare_args() {
enable_fake_location_provider = !is_official_build
# Enable flash plugin support.
enable_pepper_flash = false
enable_pepper_flash = true
}