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

Unified Diff: build/config/win/visual_studio_version.gni

Issue 288343008: fix line endings on visual_studio_version.gni (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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: build/config/win/visual_studio_version.gni
diff --git a/build/config/win/visual_studio_version.gni b/build/config/win/visual_studio_version.gni
index cda36b02b6e112bd8d106644cb020e4dd66c31ee..c549766a0606f86099b75d03eb82ce4c4d414fb8 100644
--- a/build/config/win/visual_studio_version.gni
+++ b/build/config/win/visual_studio_version.gni
@@ -1,22 +1,22 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-declare_args() {
- # Path to Visual Studio. If empty, the default is used which is to use the
- # automatic toolchain in depot_tools.
- visual_studio_path = ""
-
- # Full path to the Windows SDK, not including a backslash at the end.
- # This value is the default location, override if you have a different
- # installation location.
- windows_sdk_path = "C:\Program Files (x86)\Windows Kits\8.0"
-}
-
-if (visual_studio_path == "") {
- toolchain_data =
- exec_script("../../vs_toolchain.py", [ "get_toolchain_dir" ], "value")
- visual_studio_path = toolchain_data[0]
- windows_sdk_path = toolchain_data[1]
-}
-
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+declare_args() {
+ # Path to Visual Studio. If empty, the default is used which is to use the
+ # automatic toolchain in depot_tools.
+ visual_studio_path = ""
+
+ # Full path to the Windows SDK, not including a backslash at the end.
+ # This value is the default location, override if you have a different
+ # installation location.
+ windows_sdk_path = "C:\Program Files (x86)\Windows Kits\8.0"
+}
+
+if (visual_studio_path == "") {
+ toolchain_data =
+ exec_script("../../vs_toolchain.py", [ "get_toolchain_dir" ], "value")
+ visual_studio_path = toolchain_data[0]
+ windows_sdk_path = toolchain_data[1]
+}
+
« 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