Commit b7aa9697 authored by Sven Zheng's avatar Sven Zheng Committed by Commit Bot

Fix linux-lacros-builder-rel compile error

Bug: 1104291
Change-Id: I9e549304eefc2b511fc1b95a22e8fe9a6c099ced
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337105
Commit-Queue: Sven Zheng <svenzheng@chromium.org>
Reviewed-by: default avatarYuke Liao <liaoyuke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#794820}
parent cbff8398
This diff is collapsed.
This diff is collapsed.
...@@ -957,6 +957,17 @@ ...@@ -957,6 +957,17 @@
'gtest_tests': 'linux_chromeos_gtests', 'gtest_tests': 'linux_chromeos_gtests',
}, },
}, },
'linux-lacros-tester-rel': {
'additional_compile_targets': [
'chrome',
'chrome_sandbox',
'linux_symbols',
'symupload'
],
'test_suites': {
'gtest_tests': 'linux_lacros_gtests',
},
},
}, },
}, },
{ {
...@@ -2291,17 +2302,6 @@ ...@@ -2291,17 +2302,6 @@
'gtest_tests': 'linux_lacros_gtests', 'gtest_tests': 'linux_lacros_gtests',
}, },
}, },
'linux-lacros-tester-rel': {
'additional_compile_targets': [
'chrome',
'chrome_sandbox',
'linux_symbols',
'symupload'
],
'test_suites': {
'gtest_tests': 'linux_lacros_gtests',
},
},
'linux-perfetto-rel': { 'linux-perfetto-rel': {
'additional_compile_targets': [ 'chrome' ], 'additional_compile_targets': [ 'chrome' ],
'mixins': [ 'mixins': [
......
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