summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-08 07:51:02 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-08 07:51:02 +0000
commitf46bf8a33883c9ea0373571114ef995c0987ad23 (patch)
treeefe7cc1dcdb64f18416c6b6d97cec997e619721c /DEPS
parentce5b51500b0c01ae16568eba8865d77aad8bd5c2 (diff)
downloadchromium_src-f46bf8a33883c9ea0373571114ef995c0987ad23.zip
chromium_src-f46bf8a33883c9ea0373571114ef995c0987ad23.tar.gz
chromium_src-f46bf8a33883c9ea0373571114ef995c0987ad23.tar.bz2
Convert build/linux/install-debian.wheezy.sysroot.wrapper.sh to python for Windows compatibility.
BUG=224487 TBR=dbeam Review URL: https://codereview.chromium.org/15059002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198859 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS3
1 files changed, 2 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 9fe9b7f..291962e 100644
--- a/DEPS
+++ b/DEPS
@@ -649,7 +649,8 @@ hooks = [
# build deps change. This script is a no-op except for linux users who have
# src-internal access and are doing official chrome builds.
"pattern": ".",
- "action": ["src/build/linux/install-debian.wheezy.sysroot.wrapper.sh"],
+ "action": ["python",
+ "src/build/linux/install-debian.wheezy.sysroot.wrapper.py"],
},
{
# Pull clang on mac. If nothing changed, or on non-mac platforms, this takes