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

Unified Diff: DEPS

Issue 11468014: Download arm sysroot as part of gclient hooks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nits Created 8 years 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 | build/install-build-deps.sh » ('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 05477c8de3fb2371754d6c2775c5bd4efef091c5..764fdea9d33311429eb4c911299dee4b76415336 100644
--- a/DEPS
+++ b/DEPS
@@ -623,6 +623,15 @@ hooks = [
],
},
{
+ # Download arm sysroot image to src/arm-sysroot. This image updates
+ # at about the same rate that the chrome build deps change.
+ # This script is a no-op except for linux users who have
+ # target_arch=arm in thier GYP_DEFINES.
+ "pattern": ".",
+ "action": ["python", "src/build/linux/install-arm-sysroot.py",
+ "--linux-only"],
+ },
+ {
# Pull clang on mac. If nothing changed, or on non-mac platforms, this takes
# zero seconds to run. If something changed, it downloads a prebuilt clang,
# which takes ~20s, but clang speeds up builds by more than 20s.
« no previous file with comments | « no previous file | build/install-build-deps.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698