| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index f85e0a56bbfdfd9f05477913bf014c99dedf6d23..7766eeebd7bbadadff0b2db592bf93f710d1dfdb 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -607,6 +607,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
|
|
|