Chromium Code Reviews| Index: content/shell/BUILD.gn |
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn |
| index 13239bea0b5dc26ab96a25fdf14402e4eb462fa3..7bfb81beca032ea410730f06038cdb18f9431940 100644 |
| --- a/content/shell/BUILD.gn |
| +++ b/content/shell/BUILD.gn |
| @@ -369,7 +369,7 @@ static_library("content_shell_lib") { |
| } |
| if (is_linux) { |
| - deps += [ "//third_party/freetype2" ] |
| + deps += [ "//third_party/freetype-android:freetype" ] |
| } |
| if (!enable_plugins) { |