| Index: third_party/BUILD.gn
|
| diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn
|
| index 27b602379f885dc211d63c6033071a15357eb70a..a6c9520aba078990743963042d08b27518443ce3 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,7 @@ static_library("bigint") {
|
| ]
|
| }
|
|
|
| -source_set("freetype") {
|
| +source_set("fx_freetype") {
|
| configs -= [ "//build/config/compiler:chromium_code" ]
|
| configs += [
|
| "//build/config/compiler:no_chromium_code",
|
|
|