| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 981928842da140b5fec5d3ebf114ea8c8ba0a5d3..24b07463d8781e8c830dc1f728e731521fc2d9c5 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -574,28 +574,7 @@ hooks = [
|
| 'action': [
|
| 'python',
|
| 'src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py',
|
| - '--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'],
|
| + '--linux-only'],
|
| },
|
| {
|
| # Update the Windows toolchain if necessary.
|
|
|