Index: DEPS |
diff --git a/DEPS b/DEPS |
index df0ade56205fd31443e974aa58aec594a313456f..d6266cb11276a7065f9bfba1256187e740b9404f 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -370,6 +370,12 @@ hooks = [ |
'pattern': '.', |
'action': ['python', 'src/build/vs_toolchain.py', 'update'], |
}, |
+ { |
+ # Update the Mac toolchain if necessary. |
+ 'name': 'mac_toolchain', |
+ 'pattern': '.', |
+ 'action': ['python', 'src/build/mac_toolchain.py'], |
+ }, |
# Pull binutils for linux, enabled debug fission for faster linking / |
# debugging when used with clang on Ubuntu Precise. |
# https://code.google.com/p/chromium/issues/detail?id=352046 |