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

@@ -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
}