Chromium Code Reviews| 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. |