Commit 59c10fe1 authored by kylechar's avatar kylechar Committed by Commit bot

Specify use_ozone=false for X11 CrOS trybots.

By default use_ozone=false if target_os="chromeos". This causes
use_11=true and the X11 Chrome OS configuration to get built. Make
trybots that have implicit GN arg use_ozone=false specify it explicitly.

This will allow the default value for use_ozone to get changed without
changing the current trybot configurations.

BUG=671355

Review-Url: https://codereview.chromium.org/2854923002
Cr-Commit-Position: refs/heads/master@{#469316}
parent 13da7bbd
...@@ -933,7 +933,7 @@ ...@@ -933,7 +933,7 @@
], ],
'asan_lsan_chromeos_release_trybot': [ 'asan_lsan_chromeos_release_trybot': [
'asan', 'lsan', 'chromeos', 'release_trybot', 'asan', 'lsan', 'chromeos', 'x11_cros', 'release_trybot',
], ],
'asan_lsan_edge_debug_bot': [ 'asan_lsan_edge_debug_bot': [
...@@ -1005,19 +1005,19 @@ ...@@ -1005,19 +1005,19 @@
], ],
'chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot': [ 'chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot': [
'chromeos', 'asan', 'lsan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 'chromeos', 'x11_cros', 'asan', 'lsan', 'edge', 'fuzzer', 'v8_heap', 'release_bot',
], ],
'chromeos_msan_release_bot': [ 'chromeos_msan_release_bot': [
'chromeos', 'msan', 'release_bot', 'chromeos', 'x11_cros', 'msan', 'release_bot',
], ],
'chromeos_with_codecs_debug_bot': [ 'chromeos_with_codecs_debug_bot': [
'chromeos_with_codecs', 'debug_bot', 'chromeos_with_codecs', 'x11_cros', 'debug_bot',
], ],
'chromeos_with_codecs_debug_trybot': [ 'chromeos_with_codecs_debug_trybot': [
'chromeos_with_codecs', 'debug_trybot', 'chromeos_with_codecs', 'x11_cros', 'debug_trybot',
], ],
'chromeos_with_codecs_ozone_release_bot': [ 'chromeos_with_codecs_ozone_release_bot': [
...@@ -1029,11 +1029,11 @@ ...@@ -1029,11 +1029,11 @@
], ],
'chromeos_with_codecs_release_bot': [ 'chromeos_with_codecs_release_bot': [
'chromeos_with_codecs', 'release_bot', 'chromeos_with_codecs', 'x11_cros', 'release_bot',
], ],
'chromeos_with_codecs_release_trybot': [ 'chromeos_with_codecs_release_trybot': [
'chromeos_with_codecs', 'release_trybot', 'chromeos_with_codecs', 'x11_cros', 'release_trybot',
], ],
'clang_debug_trybot_x86': [ 'clang_debug_trybot_x86': [
...@@ -1187,7 +1187,7 @@ ...@@ -1187,7 +1187,7 @@
], ],
'gpu_fyi_tests_chromeos_release_trybot': [ 'gpu_fyi_tests_chromeos_release_trybot': [
'gpu_fyi_tests', 'release_trybot', 'chromeos', 'gpu_fyi_tests', 'release_trybot', 'chromeos', 'x11_cros',
], ],
'gpu_fyi_tests_debug_trybot': [ 'gpu_fyi_tests_debug_trybot': [
...@@ -1306,7 +1306,7 @@ ...@@ -1306,7 +1306,7 @@
], ],
'official_goma_chromeos': [ 'official_goma_chromeos': [
'official', 'goma', 'chromeos', 'official', 'goma', 'chromeos', 'x11_cros',
], ],
'official_goma_thin_lto_use_lld': [ 'official_goma_thin_lto_use_lld': [
...@@ -1756,6 +1756,11 @@ ...@@ -1756,6 +1756,11 @@
'gn_args': 'symbol_level=0', 'gn_args': 'symbol_level=0',
}, },
'x11_cros': {
# When use_ozone=false then use_x11=true.
'gn_args': 'use_ozone=false',
},
'official': { 'official': {
'mixins': ['official_optimize'], 'mixins': ['official_optimize'],
'gn_args': 'is_chrome_branded=true', 'gn_args': 'is_chrome_branded=true',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment