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 d79c12bbbbcef46057e6be67da92b5654d528709..6313f9410bfcd4a915975bf650b413ef5a5deaf1 100755 |
| --- a/build/linux/sysroot_scripts/install-sysroot.py |
| +++ b/build/linux/sysroot_scripts/install-sysroot.py |
| @@ -139,7 +139,7 @@ def InstallDefaultSysroots(host_arch): |
| # TODO(thomasanderson): Remove this once the Jessie sysroot is used |
| # by default. |
| gyp_defines = gyp_chromium.GetGypVars(gyp_chromium.GetSupplementalFiles()) |
| - if gyp_defines.get('use_ozone') == '1': |
| + if gyp_defines.get('use_xkbcommon') == '1': |
|
Tom (Use chromium acct)
2017/02/03 00:36:12
This will not have the desired effect. use_xkbcom
tonikitoo
2017/02/03 04:29:27
Done.
|
| InstallSysroot('Jessie', 'amd64') |