diff options
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -169,4 +169,10 @@ hooks = [ '--if-needed' ], }, + { + # Update the Windows toolchain if necessary. + 'name': 'win_toolchain', + 'pattern': '.', + 'action': ['python', 'pdfium/build_gyp/vs_toolchain.py', 'update'], + }, ] |