Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(938)

Unified Diff: net/BUILD.gn

Issue 2102903003: Clean up GN args for chromecast (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/config/features.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « build/config/features.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698