diff options
author | thestig <thestig@chromium.org> | 2016-09-01 07:11:45 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-01 07:11:46 -0700 |
commit | 543651f9d8d8cb9ec45dce5fe3d06c2e6013de7d (patch) | |
tree | 9819b26d29799c252db22a1406025135c51c2265 /DEPS | |
parent | 22b64c361bf4630cdfe2b783d5b1e582f4842711 (diff) | |
download | pdfium-543651f9d8d8cb9ec45dce5fe3d06c2e6013de7d.tar.xz |
Do not download Linux sysroots.
Review-Url: https://codereview.chromium.org/1922773002
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -127,18 +127,6 @@ hooks = [ '-s', 'pdfium/buildtools/linux64/gn.sha1', ], }, - { - # Downloads the current stable linux sysroot to build/linux/ if needed. - # This sysroot updates at about the same rate that the chrome build deps - # change. This script is a no-op except for linux users who are doing - # official chrome builds or cross compiling. - 'name': 'sysroot', - 'pattern': '.', - 'action': ['python', - 'pdfium/build/linux/sysroot_scripts/install-sysroot.py', - '--running-as-hook' - ], - }, # Pull clang-format binaries using checked-in hashes. { 'name': 'clang_format_win', |