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

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

Issue 2645523003: Build ozone/linux_os with jessie sysroot when use_ozone=true (Closed)
Patch Set: Created 3 years, 11 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
« build/config/sysroot.gni ('K') | « build/config/sysroot.gni ('k') | no next file » | 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 b15a341e0d773760da62711060950268a94e6f12..a6da84d7890e9499d1e8ecbbe0b79b03d7b9d6be 100755
--- a/build/linux/sysroot_scripts/install-sysroot.py
+++ b/build/linux/sysroot_scripts/install-sysroot.py
@@ -126,6 +126,7 @@ def InstallDefaultSysroots(host_arch):
# == 'chromeos', when the functionality to perform the check becomes
# available.
InstallSysroot('Precise', 'amd64')
+ InstallSysroot('Jessie', 'amd64')
Tom (Use chromium acct) 2017/01/18 19:02:18 remove this
tonikitoo 2017/01/20 20:26:21 Done.
# Finally, if we can detect a non-standard target_arch such as ARM or
# MIPS, then install the sysroot too.
« build/config/sysroot.gni ('K') | « build/config/sysroot.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698