Chromium Code Reviews| Index: skia/BUILD.gn |
| diff --git a/skia/BUILD.gn b/skia/BUILD.gn |
| index 4ddce5e0642a6318cacaf7b4ff6c656424330a17..8d7aa7fd671763ac96d53c462f31ed447ff8f6dd 100644 |
| --- a/skia/BUILD.gn |
| +++ b/skia/BUILD.gn |
| @@ -522,8 +522,10 @@ component("skia") { |
| configs += [ |
| "//build/config/linux:fontconfig", |
| "//build/config/linux:freetype2", |
| - "//build/config/linux:pangocairo", |
| ] |
| + if (use_pango) { |
| + configs += [ "//build/config/linux:pangocairo" ] |
| + } |
| deps += [ "//third_party/icu:icuuc" ] |
| } |