Skip to content

Commit a0c2f3d

Browse files
MarshallOfSoundnornagon
authored andcommitted
chore: re-enable bundled font config, we should fix the sysroot
1 parent 06dbc7f commit a0c2f3d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

build/args/all.gn

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,3 @@ proprietary_codecs = true
1111
ffmpeg_branding = "Chrome"
1212

1313
is_cfi = false
14-
15-
# Use OS fontconfig
16-
use_bundled_fontconfig = false

buildflags/buildflags.gni

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ declare_args() {
2121
enable_fake_location_provider = !is_official_build
2222

2323
# Enable flash plugin support.
24-
enable_pepper_flash = false
24+
enable_pepper_flash = true
2525
}

0 commit comments

Comments
 (0)