Index: build/config/win/BUILD.gn |
diff --git a/build/config/win/BUILD.gn b/build/config/win/BUILD.gn |
index 39a05013f1533d24b94a2552b29f0cfc6c706ba4..3175b163bb70d093df607f6cd3200e278b9f50dc 100644 |
--- a/build/config/win/BUILD.gn |
+++ b/build/config/win/BUILD.gn |
@@ -4,13 +4,6 @@ |
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" |
-} |
- |
# Compiler setup for the Windows SDK. Applied to all targets. |
config("sdk") { |
# The include path is the stuff returned by the script. |