diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-10 02:32:19 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-10 02:32:19 +0000 |
commit | 8d224864ab1bd9cdd2f02cf930ff7b06f8e264e2 (patch) | |
tree | da3e04a258f41bdf9db20d593b8180fab5817951 /DEPS | |
parent | 0a4e5aa5594b7a2e6d056fd9f81bc658a76a21ab (diff) | |
download | chromium_src-8d224864ab1bd9cdd2f02cf930ff7b06f8e264e2.zip chromium_src-8d224864ab1bd9cdd2f02cf930ff7b06f8e264e2.tar.gz chromium_src-8d224864ab1bd9cdd2f02cf930ff7b06f8e264e2.tar.bz2 |
Small cleanup in build/linux/install-arm-sysroot.py and fix a typo in DEPS.
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/14647004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199337 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -640,10 +640,10 @@ hooks = [ ], }, { - # Download arm sysroot image to src/arm-sysroot. This image updates + # Downloads an ARM sysroot image to src/arm-sysroot. This image updates # at about the same rate that the chrome build deps change. # This script is a no-op except for linux users who have - # target_arch=arm in thier GYP_DEFINES. + # target_arch=arm in their GYP_DEFINES. "pattern": ".", "action": ["python", "src/build/linux/install-arm-sysroot.py", "--linux-only"], |