diff options
-rw-r--r-- | DEPS | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -272,11 +272,24 @@ hooks = [ '--arch=x64'], }, { + # Case-insensitivity for the Win SDK. Must run before win_toolchain below. + 'name': 'ciopfs_linux', + 'pattern': '.', + 'condition': 'checkout_win and host_os == "linux"', + 'action': [ 'python', + 'pdfium/third_party/depot_tools/download_from_google_storage.py', + '--no_resume', + '--no_auth', + '--bucket', 'chromium-browser-clang/ciopfs', + '-s', 'pdfium/build/ciopfs.sha1', + ] + }, + { # Update the Windows toolchain if necessary. 'name': 'win_toolchain', 'pattern': '.', 'condition': 'checkout_win', - 'action': ['vpython', 'pdfium/build/vs_toolchain.py', 'update', '--force'], + 'action': ['python', 'pdfium/build/vs_toolchain.py', 'update', '--force'], }, { # Update the Mac toolchain if necessary. |