Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(391)

Unified Diff: DEPS

Issue 1922773002: Do not download Linux sysroots. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: rebase Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 3f7a165ee057d4b0c9ff151e9900e33df1abeef7..37c9ac552cf955a9db8d738993a853e3af61317e 100644
--- a/DEPS
+++ b/DEPS
@@ -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',
« no previous file with comments | « no previous file | README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698