Index: net/BUILD.gn |
diff --git a/net/BUILD.gn b/net/BUILD.gn |
index 7a274ab87ccb679f2ae757b852382abe823cf84b..33ed8c52ceea75c2296dc8a62fc0d98bccafb4c4 100644 |
--- a/net/BUILD.gn |
+++ b/net/BUILD.gn |
@@ -46,7 +46,7 @@ declare_args() { |
# WebSockets and socket stream code are not used on iOS and are optional in |
# cronet. |
enable_websockets = !is_ios |
- disable_ftp_support = is_ios |
+ disable_ftp_support = is_ios || is_chromecast |
# Enable Kerberos authentication. It is disabled by default on ChromeOS, iOS, |
# Chromecast, at least for now. This feature needs configuration (krb5.conf |