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

Unified Diff: DEPS

Issue 15143004: Merge 198859 "Convert build/linux/install-debian.wheezy.sysroot...." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1500/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-debian.wheezy.sysroot.wrapper.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
===================================================================
--- DEPS (revision 199841)
+++ DEPS (working copy)
@@ -649,7 +649,8 @@
# 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
« no previous file with comments | « no previous file | build/linux/install-debian.wheezy.sysroot.wrapper.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698