| Index: third_party/fontconfig/BUILD.gn
|
| diff --git a/third_party/fontconfig/BUILD.gn b/third_party/fontconfig/BUILD.gn
|
| index d77d84da297862549299f9bf51262d23a646ade8..cf6cfadbac4d9dae0da3b34333007fb7d5c6159c 100644
|
| --- a/third_party/fontconfig/BUILD.gn
|
| +++ b/third_party/fontconfig/BUILD.gn
|
| @@ -52,15 +52,13 @@ component("fontconfig") {
|
| ]
|
|
|
| deps = [
|
| + "//build/linux:freetype2",
|
| "//third_party/libxml",
|
| "//third_party/zlib",
|
| ]
|
|
|
| configs -= [ "//build/config/compiler:chromium_code" ]
|
| - configs += [
|
| - "//build/config/compiler:no_chromium_code",
|
| - "//build/config/linux:freetype2",
|
| - ]
|
| + configs += [ "//build/config/compiler:no_chromium_code" ]
|
|
|
| public_configs = [ ":fontconfig_config" ]
|
|
|
|
|