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

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

Issue 204663004: Use depot_tools toolchain, remove now unneeded code, fix not including path to win sdk tools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update comment Created 6 years, 9 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 | « build/config/compiler/BUILD.gn ('k') | build/config/win/get_msvc_config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « build/config/compiler/BUILD.gn ('k') | build/config/win/get_msvc_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698