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