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