| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index f3fe1d9daa8688598820623613bed89bdef9df5d..00558e8f22df924d1055bc935f17e55a04f007fd 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
|
|
|