Index: net/BUILD.gn |
diff --git a/net/BUILD.gn b/net/BUILD.gn |
index 2eaf601fcff30bd1bb8f5bd546daa67d71ad3fac..831a5fc349478d7ff934d3b48c8a7e33a4458a54 100644 |
--- a/net/BUILD.gn |
+++ b/net/BUILD.gn |
@@ -40,10 +40,10 @@ enable_websockets = !is_ios |
use_v8_in_net = false # TODO(brettw)!is_ios |
enable_built_in_dns = !is_ios |
-declare_args() { |
- # Disables support for file URLs. File URL support requires use of icu. |
- disable_file_support = false |
-} |
+declare_args() { |
+ # Disables support for file URLs. File URL support requires use of icu. |
+ disable_file_support = false |
+} |
enable_ftp_support = !is_ios |