Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 32d5cfa

Browse files
author
Ben Wagner
committed
Publicly depend on fontmgrs.
When a fontmgr is included in the Skia build any headers it provides (like through public) are also public Skia headers. Change-Id: Ibf18819a956e626a925f83a4f8ebab90978ff9a9 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/295818 Commit-Queue: Ben Wagner <bungeman@google.com> Reviewed-by: Mike Klein <mtklein@google.com>
1 parent 082232b commit 32d5cfa

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

BUILD.gn

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -918,6 +918,16 @@ component("skia") {
918918
configs += skia_library_configs
919919

920920
public_deps = [
921+
":fontmgr_FontConfigInterface",
922+
":fontmgr_android",
923+
":fontmgr_custom_directory",
924+
":fontmgr_custom_embedded",
925+
":fontmgr_custom_empty",
926+
":fontmgr_fontconfig",
927+
":fontmgr_fuchsia",
928+
":fontmgr_mac_ct",
929+
":fontmgr_win",
930+
":fontmgr_win_gdi",
921931
":gpu",
922932
":pdf",
923933
":skcms",
@@ -931,17 +941,7 @@ component("skia") {
931941
":avx",
932942
":compile_processors",
933943
":crc32",
934-
":fontmgr_FontConfigInterface",
935-
":fontmgr_android",
936-
":fontmgr_custom_directory",
937-
":fontmgr_custom_embedded",
938-
":fontmgr_custom_empty",
939944
":fontmgr_factory",
940-
":fontmgr_fontconfig",
941-
":fontmgr_fuchsia",
942-
":fontmgr_mac_ct",
943-
":fontmgr_win",
944-
":fontmgr_win_gdi",
945945
":gif",
946946
":heif",
947947
":hsw",

0 commit comments

Comments
 (0)