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

Unified Diff: DEPS

Issue 664383004: Merge ARM sysroot install script with existing x86/amd64 one. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « .gitignore ('k') | android_webview/tools/webview_licenses.py » ('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 11baed606616193004150e16729f029a4c4941de..4fe76cd3a52aa6e94801412e40a42873af5ceb2f 100644
--- a/DEPS
+++ b/DEPS
@@ -547,16 +547,6 @@ hooks = [
],
},
{
- # Downloads an 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 their GYP_DEFINES.
- 'name': 'sysroot',
- 'pattern': '.',
- 'action': ['python', 'src/build/linux/install-arm-sysroot.py',
- '--linux-only'],
- },
- {
# Downloads the Debian Wheezy sysroot to chrome/installer/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
@@ -580,6 +570,16 @@ hooks = [
'--arch=i386'],
},
{
+ # Same as above, but for ARM Linux.
+ 'name': 'sysroot',
+ 'pattern': '.',
+ 'action': [
+ 'python',
+ 'src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py',
+ '--linux-only',
+ '--arch=arm'],
+ },
+ {
# Update the Windows toolchain if necessary.
'name': 'win_toolchain',
'pattern': '.',
« no previous file with comments | « .gitignore ('k') | android_webview/tools/webview_licenses.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698