Index: content/shell/BUILD.gn |
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn |
index 1ee13ab28df51b695a212cd101007694503f6ce3..a6c9654ead3021cb8b447288e18c6bc5b2c73ee1 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" ] |
} |