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

Unified Diff: trunk/src/DEPS

Issue 14781008: Revert 198637 "Use a sysroot for Chrome Linux official builds." (Closed) Base URL: svn://svn.chromium.org/chrome/
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 | trunk/src/build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/DEPS
===================================================================
--- trunk/src/DEPS (revision 198642)
+++ trunk/src/DEPS (working copy)
@@ -54,10 +54,6 @@
# the commit queue can handle CLs rolling openssl
# and whatever else without interference from each other.
"ios_webkit_revision": "147503",
-
- # Destination for Debian sysroots for Official builds.
- "linux_sysroot_dir":
- "src/chrome/installer/linux/internal/sysroot_scripts/",
}
deps = {
@@ -648,50 +644,6 @@
"--linux-only"],
},
{
- # Downloads the Debian Wheezy amd64 sysroot to
- # chrome/installer/linux/internal/debian_wheezy_amd64-sysroot.
- # 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 have the following in
- # their GYP_DEFINES:
- #
- # * branding=Chrome
- # * buildtype=Official
- # * target_arch=x64
- #
- # and not:
- #
- # * chromeos=1
- #
- "pattern": ".",
- "action": ["python",
- Var("linux_sysroot_dir") + "install-debian.wheezy.sysroot.py",
- "--arch=amd64",
- "--linux-only"],
- },
- {
- # Downloads the Debian Wheezy i386 sysroot to
- # chrome/installer/linux/internal/debian_wheezy_i386-sysroot.
- # 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 have the following in
- # their GYP_DEFINES:
- #
- # * branding=Chrome
- # * buildtype=Official
- # * target_arch=ia32
- #
- # and not:
- #
- # * chromeos=1
- #
- "pattern": ".",
- "action": ["python",
- Var("linux_sysroot_dir") + "install-debian.wheezy.sysroot.py",
- "--arch=i386",
- "--linux-only"],
- },
- {
# Pull clang on mac. If nothing changed, or on non-mac platforms, this takes
# zero seconds to run. If something changed, it downloads a prebuilt clang,
# which takes ~20s, but clang speeds up builds by more than 20s.
« no previous file with comments | « no previous file | trunk/src/build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698