| Index: third_party/freetype/BUILD.gn
|
| diff --git a/third_party/freetype/BUILD.gn b/third_party/freetype/BUILD.gn
|
| index facf28f4aade644081be69f0c3a8bc95af0bb575..90426491bbbebec5e2a75454730e599f80583259 100644
|
| --- a/third_party/freetype/BUILD.gn
|
| +++ b/third_party/freetype/BUILD.gn
|
| @@ -111,10 +111,12 @@ component("freetype") {
|
| public_configs = [ ":freetype_config" ]
|
| configs -= [ "//build/config/compiler:chromium_code" ]
|
| configs += [ "//build/config/compiler:no_chromium_code" ]
|
| + configs += [ "//third_party/harfbuzz-ng:harfbuzz-ng-ft-deferred-linkage" ]
|
|
|
| configs += [ ":freetype-warnings" ]
|
|
|
| deps = [
|
| + "//third_party/harfbuzz-ng:harfbuzz-ng",
|
| "//third_party/libpng",
|
| "//third_party/zlib",
|
| ]
|
|
|