Chromium Code Reviews| Index: content/shell/BUILD.gn |
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn |
| index a6c9654ead3021cb8b447288e18c6bc5b2c73ee1..5e4fb6e09f229e27d577208d26cc49a240a344a3 100644 |
| --- a/content/shell/BUILD.gn |
| +++ b/content/shell/BUILD.gn |
| @@ -255,7 +255,7 @@ static_library("content_shell_lib") { |
| } |
| if (is_linux) { |
| - configs += [ "//build/config/linux:fontconfig" ] |
| + deps += [ "//build/linux:fontconfig" ] |
| } |
| if (use_x11) { |