Index: DEPS |
diff --git a/DEPS b/DEPS |
index 4d5507428e2792b6e952b29a78ffc310d6e04937..e9c50143f64fd6e7457de567dee9d9766a79e477 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -185,6 +185,12 @@ hooks = [ |
'action': ['python', 'pdfium/build/vs_toolchain.py', 'update'], |
}, |
{ |
+ # Update the Mac toolchain if necessary. |
+ 'name': 'mac_toolchain', |
+ 'pattern': '.', |
+ 'action': ['python', 'pdfium/build/mac_toolchain.py'], |
+ }, |
+ { |
# Pull sanitizer-instrumented third-party libraries if requested via |
# GYP_DEFINES. |
'name': 'instrumented_libraries', |