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

Unified Diff: DEPS

Issue 843643003: Only run install-debian.wheezy.sysroot.py once during runhooks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sysroot_download
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 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.
« 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