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

Unified Diff: build/config/sysroot.gni

Issue 2676643004: linux headless trybots keep failing to run gn (Closed)
Patch Set: addressed thomasanderson's feedback Created 3 years, 10 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 | « no previous file | tools/mb/mb_config.pyl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/sysroot.gni
diff --git a/build/config/sysroot.gni b/build/config/sysroot.gni
index 80228e82391488b81e55d400c7550194aac8bc72..f2118103c7f9a083171f9756fab0e35282987356 100644
--- a/build/config/sysroot.gni
+++ b/build/config/sysroot.gni
@@ -63,7 +63,8 @@ if (is_linux && target_sysroot_dir != "") {
import("//build_overrides/build.gni")
if (build_with_chromium) {
import("//ui/ozone/ozone.gni")
- if (use_ozone && !is_chromecast) {
+ import("//ui/base/ui_features.gni")
+ if (use_ozone && use_xkbcommon) {
sysroot = "//build/linux/debian_jessie_amd64-sysroot"
}
}
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698