Commit 8348aa49 authored by Yuke Liao's avatar Yuke Liao Committed by Commit Bot

[lacros] Stop isolating prebuilt ash-chrome

Stop isolating prebuilt ash-chrome because builders have switched to
build ash-chrome from tot.

Bug: 1129223, 1145628
Change-Id: I3d6894e9359473b415ea40d5511541aed89c5b15
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2519833
Commit-Queue: Yuke Liao <liaoyuke@chromium.org>
Reviewed-by: default avatarDirk Pranke <dpranke@google.com>
Cr-Commit-Position: refs/heads/master@{#824109}
parent 51b22290
......@@ -433,13 +433,7 @@ template("test") {
]
if (_use_ash_chrome) {
if (also_build_ash_chrome) {
executable_args += [ "--ash-chrome-path=ash_clang_x64/chrome" ]
} else {
# TODO(crbug.com/1129223): Remove in ~1week after
# http://crrev.com/c/2487696 lands and is not reverted.
executable_args += [ "--ash-chrome-version=for_bots" ]
}
executable_args += [ "--ash-chrome-path=ash_clang_x64/chrome" ]
}
if (is_asan) {
......@@ -459,9 +453,6 @@ template("test") {
"//build/lacros/test_runner.py",
"//.vpython",
]
if (_use_ash_chrome) {
data += [ "//build/lacros/prebuilt_ash_chrome/for_bots" ]
}
}
executable(target_name) {
......
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