Chromium Code Reviews| Index: content/shell/BUILD.gn |
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn |
| index c07b215604842919edfaacc5ecf355402ef30bbb..ffcd2491822d2a2a60a8cad2b84cfcd9cdb35628 100644 |
| --- a/content/shell/BUILD.gn |
| +++ b/content/shell/BUILD.gn |
| @@ -313,7 +313,7 @@ static_library("content_shell_lib") { |
| ] |
| } |
| - if (is_linux && !is_chromecast) { |
| + if (is_linux) { |
| deps += [ "//third_party/freetype2" ] |
| } |