| 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.
|
|
|