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

Unified Diff: DEPS

Issue 14647004: Small cleanup in build/linux/install-arm-sysroot.py. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 7 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 | build/linux/install-arm-sysroot.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
===================================================================
--- DEPS (revision 198351)
+++ DEPS (working copy)
@@ -635,10 +635,10 @@
],
},
{
- # 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"],
« no previous file with comments | « no previous file | build/linux/install-arm-sysroot.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698