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. |