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

Unified Diff: DEPS

Issue 843683003: Revert of Only run install-debian.wheezy.sysroot.py once during runhooks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.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 9fd594cb9a9843442c08712668f3b52bb63918ce..02264cd5a670428b7f1c8bdc4623fa487b0838b7 100644
--- a/DEPS
+++ b/DEPS
@@ -575,7 +575,28 @@
'action': [
'python',
'src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py',
- '--linux-only'],
+ '--linux-only',
+ '--arch=amd64'],
+ },
+ {
+ # Same as above, but for 32-bit Linux.
+ 'name': 'sysroot',
+ 'pattern': '.',
+ 'action': [
+ 'python',
+ 'src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py',
+ '--linux-only',
+ '--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.
« no previous file with comments | « no previous file | chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698