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

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: 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-arm-sysroot.py » ('j') | build/install-arm-sysroot.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index b47da0459091c7a9658cef75f5df953872cca80e..5a4594b3840644fe436755766ae45ba130236983 100644
--- a/DEPS
+++ b/DEPS
@@ -610,6 +610,14 @@ 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/install-arm-sysroot.py", "--linux-only" ],
tony 2012/12/07 01:01:42 Is this for nacl? Should we just merge this script
Sam Clegg 2012/12/07 18:29:37 No, this is for cross building chrome for arm/linu
+ },
+ {
# 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-arm-sysroot.py » ('j') | build/install-arm-sysroot.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698