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

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

Issue 2676643004: linux headless trybots keep failing to run gn (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
« no previous file with comments | « build/config/sysroot.gni ('k') | tools/mb/mb_config.pyl » ('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 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')
« no previous file with comments | « build/config/sysroot.gni ('k') | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698