| Index: third_party/BUILD.gn
|
| diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn
|
| index 1564a97bc5eb462b6cad3cf656c349f423e77466..766b6762c375b7f515d73ce741cf38eba84ec216 100644
|
| --- a/third_party/BUILD.gn
|
| +++ b/third_party/BUILD.gn
|
| @@ -13,7 +13,7 @@ group("third_party") {
|
| }
|
|
|
| config("pdfium_third_party_config") {
|
| - configs = ["..:pdfium_common_config"]
|
| + configs = [ "..:pdfium_common_config" ]
|
| }
|
|
|
| source_set("bigint") {
|
| @@ -88,6 +88,13 @@ static_library("fx_freetype") {
|
| "freetype/src/truetype/truetype.c",
|
| "freetype/src/type1/type1.c",
|
| ]
|
| + if (pdf_use_skia) {
|
| + sources += [
|
| + "freetype/src/base/ftfntfmt.c",
|
| + "freetype/src/base/ftfstype.c",
|
| + "freetype/src/base/fttype1.c",
|
| + ]
|
| + }
|
| }
|
|
|
| if (!pdf_use_skia) {
|
|
|