summaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS6
1 files changed, 6 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 4d5507428e..e9c50143f6 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',