Index: DEPS |
diff --git a/DEPS b/DEPS |
index 02264cd5a670428b7f1c8bdc4623fa487b0838b7..9fd594cb9a9843442c08712668f3b52bb63918ce 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -575,28 +575,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. |