| Index: third_party/BUILD.gn
|
| diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn
|
| index 37e30ce06d5c0b95b6cf28b5334a922022fc8585..b1c8e262fc6f0ea0af119b1841b4e5603f90921e 100644
|
| --- a/third_party/BUILD.gn
|
| +++ b/third_party/BUILD.gn
|
| @@ -5,7 +5,7 @@
|
| group("third_party") {
|
| deps = [
|
| ":bigint",
|
| - ":freetype",
|
| + ":fx_freetype",
|
| ":pdfium_base",
|
| ]
|
| }
|
| @@ -30,7 +30,9 @@ source_set("bigint") {
|
| ]
|
| }
|
|
|
| -source_set("freetype") {
|
| +# Tests may link against this even if the production library doesn't,
|
| +# so it needs to be separate from it.
|
| +static_library("fx_freetype") {
|
| configs -= [ "//build/config/compiler:chromium_code" ]
|
| configs += [
|
| "//build/config/compiler:no_chromium_code",
|
|
|