Index: DEPS |
diff --git a/DEPS b/DEPS |
index 68140923a0cff7417c4c64f011b4804962a208bb..58c0ddf86bd6ed68de58583a2e31a6c0329267ba 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -143,9 +143,9 @@ hooks = [ |
}, |
{ |
# Update the Windows toolchain if necessary. |
- "name": "win_toolchain", |
- "pattern": ".", |
- "action": ["python", "native_client/build/vs_toolchain.py", "update"], |
+ 'name': 'win_toolchain', |
+ 'pattern': '.', |
+ 'action': ['python', 'build/vs_toolchain.py', 'update'], |
}, |
# Pull binutils for linux, enabled debug fission for faster linking / |
# debugging when used with clang on Ubuntu Precise. |