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

Unified Diff: build/config/win/BUILD.gn

Issue 126073005: GN: Autodetect Visual Studio versions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
Index: build/config/win/BUILD.gn
diff --git a/build/config/win/BUILD.gn b/build/config/win/BUILD.gn
index 8bedbf581ccb097a0a15769b356cfa87261971d6..a4aaa255f1eb3d3f8461e918ba3abc2e948c99bd 100644
--- a/build/config/win/BUILD.gn
+++ b/build/config/win/BUILD.gn
@@ -2,13 +2,13 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//build/config/win/visual_studio_version.gni")
+
declare_args() {
# 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"
-
- # Full path to the Visual Studio installation, not including a backslash
- # at the end.
- visual_studio_path = "C:\Program Files (x86)\Microsoft Visual Studio 10.0"
}
# Compiler setup for the Windows SDK. Applied to all targets.
« no previous file with comments | « no previous file | build/config/win/get_visual_studio_path.py » ('j') | build/config/win/get_visual_studio_path.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698