diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-08 07:51:02 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-08 07:51:02 +0000 |
commit | f46bf8a33883c9ea0373571114ef995c0987ad23 (patch) | |
tree | efe7cc1dcdb64f18416c6b6d97cec997e619721c /DEPS | |
parent | ce5b51500b0c01ae16568eba8865d77aad8bd5c2 (diff) | |
download | chromium_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-- | DEPS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |