summaryrefslogtreecommitdiffstats
path: root/chrome/installer
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-04 18:20:08 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-04 18:20:08 +0000
commit08eb4c7b2d85c9b669d9864bc28d419fdd5198c1 (patch)
tree551a3e1e697ae5b6e5f9cb44bca16b7a59497b25 /chrome/installer
parenta49be260eb3f083176f40d842ca50b5bdb2aa017 (diff)
downloadchromium_src-08eb4c7b2d85c9b669d9864bc28d419fdd5198c1.zip
chromium_src-08eb4c7b2d85c9b669d9864bc28d419fdd5198c1.tar.gz
chromium_src-08eb4c7b2d85c9b669d9864bc28d419fdd5198c1.tar.bz2
Linux: Update sysroot script to pull new tarballs with libpcap.
BUG=312380 NOTRY=true TBR=mmoss@chromium.org Review URL: https://codereview.chromium.org/57773003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232739 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer')
-rwxr-xr-xchrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py b/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py
index 089fd66..0f3d74f 100755
--- a/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py
+++ b/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py
@@ -27,7 +27,7 @@ import sys
SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
URL_PREFIX = 'https://commondatastorage.googleapis.com'
URL_PATH = 'chrome-linux-sysroot/toolchain'
-REVISION = 36982
+REVISION = 232685
TARBALL_AMD64 = 'debian_wheezy_amd64_sysroot.tgz'
TARBALL_I386 = 'debian_wheezy_i386_sysroot.tgz'
SYSROOT_DIR_AMD64 = 'debian_wheezy_amd64-sysroot'