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

Unified Diff: DEPS

Issue 1141003002: Move linux sysroots from chrome/installer/linux to build/linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « .gitignore ('k') | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 645137dbf1338f854ce30bd791ebf777409f0ae9..5b259bb803d4904eb3b1c445c9b5847087c0d40e 100644
--- a/DEPS
+++ b/DEPS
@@ -529,16 +529,14 @@ hooks = [
'action': ['python', 'src/build/download_sdk_extras.py'],
},
{
- # Downloads the Debian Wheezy sysroot to chrome/installer/linux if needed.
+ # Downloads the Debian stable sysroot to build/linux/ if needed.
Lei Zhang 2015/06/23 19:05:07 Wheezy is currently old-stable, BTW.
# This sysroot updates at about the same rate that the chrome build deps
# change. This script is a no-op except for linux users who are doing
- # official chrome builds.
+ # official chrome builds or ARM cross builds.
'name': 'sysroot',
'pattern': '.',
- 'action': [
- 'python',
- 'src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py',
- '--running-as-hook'],
+ 'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py',
+ '--running-as-hook'],
},
{
# Update the Windows toolchain if necessary.
« no previous file with comments | « .gitignore ('k') | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698