0

Fix ToTChromeOS(dbg) gn config

Remove Lacros config. These builders should never build Lacros.

Bug: 383572689
Change-Id: Ibc90cd04c2c0fd9bc45b20df449a8cd1eaa26f24
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6087952
Commit-Queue: Sven Zheng <svenzheng@chromium.org>
Reviewed-by: Kuan Huang <kuanhuang@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1395521}
This commit is contained in:
Sven Zheng
2024-12-12 11:15:17 -08:00
committed by Chromium LUCI CQ
parent 49ada0a929
commit 75dfb09f9d
4 changed files with 3 additions and 16 deletions
infra/config
generated
builders
ci
ToTChromeOS (dbg)
ToTChromeOS
gn_args
subprojects

@ -1,6 +1,5 @@
{
"gn_args": {
"chromeos_is_browser_only": true,
"is_clang": true,
"is_debug": true,
"llvm_force_head_revision": true,

@ -1,6 +1,5 @@
{
"gn_args": {
"chromeos_is_browser_only": true,
"dcheck_always_on": false,
"is_clang": true,
"is_debug": false,

@ -816,18 +816,7 @@ gn_args.config(
)
gn_args.config(
name = "lacros",
args = {
"target_os": "chromeos",
"chromeos_is_browser_only": True,
},
)
gn_args.config(
name = "lacros_on_linux",
args = {
"chromeos_is_browser_only": True,
},
name = "chromeos_on_linux",
configs = [
"chromeos",
],

@ -731,7 +731,7 @@ ci.builder(
),
gn_args = gn_args.config(
configs = [
"lacros_on_linux",
"chromeos_on_linux",
"release",
"clang_tot",
"x64",
@ -770,7 +770,7 @@ ci.builder(
),
gn_args = gn_args.config(
configs = [
"lacros_on_linux",
"chromeos_on_linux",
"debug",
"clang_tot",
"x64",