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

Unified Diff: DEPS

Issue 2533813002: [build] Use MSVS 2015 by default. (Closed)
Patch Set: Add todos Created 4 years 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 | gni/isolate.gni » ('j') | gypfiles/win/msvs_dependencies.isolate » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 161015d661a8d1d26563b661e2f4ecf6a9e10885..ce00e9fa3935bd975e0d729b516ed539c37018f4 100644
--- a/DEPS
+++ b/DEPS
@@ -263,7 +263,7 @@ hooks = [
# Update the Windows toolchain if necessary.
'name': 'win_toolchain',
'pattern': '.',
- 'action': ['python', 'v8/gypfiles/vs_toolchain.py', 'update'],
Michael Achenbach 2016/11/30 19:23:19 Will remove this file in a follow up if this stick
+ 'action': ['python', 'v8/build/vs_toolchain.py', 'update'],
},
# Pull binutils for linux, enabled debug fission for faster linking /
# debugging when used with clang on Ubuntu Precise.
« no previous file with comments | « no previous file | gni/isolate.gni » ('j') | gypfiles/win/msvs_dependencies.isolate » ('J')

Powered by Google App Engine
This is Rietveld 408576698