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

Unified Diff: net/BUILD.gn

Issue 317783003: Fix line endings in net/BUILD.gn (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | 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 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698