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

Unified Diff: build/linux/sysroot_scripts/install-sysroot.py

Issue 2596653002: Remove support for Ubuntu/Precise sysroot (Closed)
Patch Set: . Created 3 years, 8 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 | « build/install-build-deps-android.sh ('k') | build/linux/sysroot_scripts/packagelist.precise.amd64 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/sysroot_scripts/install-sysroot.py
diff --git a/build/linux/sysroot_scripts/install-sysroot.py b/build/linux/sysroot_scripts/install-sysroot.py
index c8e88ee0a8ab2b4edf35ec6201e57caae8d9da65..90b70689d54c0b5d2fa1fc7957c23bb11d469bf5 100755
--- a/build/linux/sysroot_scripts/install-sysroot.py
+++ b/build/linux/sysroot_scripts/install-sysroot.py
@@ -122,12 +122,6 @@ def InstallDefaultSysroots(host_arch):
if host_arch == 'amd64':
InstallDefaultSysrootForArch('i386')
- # Desktop Chromium OS builds require the precise sysroot.
- # TODO(thomasanderson): only download this when the GN arg target_os
- # == 'chromeos', when the functionality to perform the check becomes
- # available.
- InstallSysroot('Precise', 'amd64')
-
# If we can detect a non-standard target_arch such as ARM or MIPS,
# then install the sysroot too. Don't attempt to install arm64
# since this is currently and android-only architecture.
« no previous file with comments | « build/install-build-deps-android.sh ('k') | build/linux/sysroot_scripts/packagelist.precise.amd64 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698