Commit 9651a1b6 authored by Yuke Liao's avatar Yuke Liao Committed by Commit Bot

[lacros] Enable also_build_ash_chrome on linux-lacros-rel

This CL enables also_build_ash_chrome gn arg on linux-lacros-rel to
support building both lacros chrome and ash-chrome inside the same
checkout.

Bug: 1129223
Change-Id: Ic549cd1c00ca2830314b4e8fd8e7fb700dc59b25
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2487696Reviewed-by: default avatarErik Staab <estaab@chromium.org>
Reviewed-by: default avatarDirk Pranke <dpranke@google.com>
Commit-Queue: Yuke Liao <liaoyuke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#819130}
parent 0ec9085b
......@@ -2075,7 +2075,7 @@
],
'lacros_on_linux_release_trybot': [
'lacros_on_linux', 'release_trybot',
'lacros_on_linux', 'release_trybot', 'also_build_ash_chrome',
],
'libfuzzer_asan_debug_bot': [
......@@ -2860,6 +2860,10 @@
'gn_args': 'use_ozone=true ozone_platform_wayland=true ozone_platform="wayland" use_gtk=false chromeos_is_browser_only=true'
},
'also_build_ash_chrome': {
'gn_args': 'also_build_ash_chrome=true',
},
'libfuzzer': { 'gn_args': 'use_libfuzzer=true' },
'lsan': {
......
......@@ -128,6 +128,7 @@
},
"linux-lacros-rel": {
"gn_args": {
"also_build_ash_chrome": true,
"chromeos_is_browser_only": true,
"dcheck_always_on": true,
"is_component_build": false,
......
......@@ -409,6 +409,7 @@
},
"linux-lacros-fyi-rel": {
"gn_args": {
"also_build_ash_chrome": true,
"chromeos_is_browser_only": true,
"dcheck_always_on": true,
"is_component_build": false,
......
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