Commit c4ef0de8 authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

Move all compile-targets of chromium.chrome bots src-side.

They're currently configured on the recipe-side. Moving them here as
cleanup.

Removing them from recipes in https://chromium-review.googlesource.com/c/chromium/tools/build/+/1542045

Bug: 932269
Change-Id: Ibc3ae8d432e45239cd04b207ecbb99d13b4f92cb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1542367Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#645406}
parent f39337d7
......@@ -5,5 +5,30 @@
"additional_compile_targets": [
"chrome"
]
},
"linux-chromeos-google-rel": {
"additional_compile_targets": [
"chrome",
"chrome_sandbox",
"linux_symbols",
"symupload"
]
},
"linux-google-rel": {
"additional_compile_targets": [
"chrome",
"chrome/installer/linux"
]
},
"mac-google-rel": {
"additional_compile_targets": [
"chrome"
]
},
"win-google-rel": {
"additional_compile_targets": [
"chrome",
"chrome_official_builder"
]
}
}
......@@ -630,6 +630,10 @@
"--test-path=../../third_party/blink/web_tests/external/wpt/webdriver/tests/",
],
},
"chrome/installer/linux": {
"label": "//chrome/installer/linux:linux",
"type": "additional_compile_target",
},
"chromedriver_replay_unittests": {
"label": "//chrome/test/chromedriver:chromedriver_replay_unittests",
"script": "//chrome/test/chromedriver/log_replay/client_replay_unittest.py",
......
......@@ -623,6 +623,31 @@
'chrome',
],
},
'linux-chromeos-google-rel': {
'additional_compile_targets': [
'chrome',
'chrome_sandbox',
'linux_symbols',
'symupload'
],
},
'linux-google-rel': {
'additional_compile_targets': [
'chrome',
'chrome/installer/linux',
],
},
'mac-google-rel': {
'additional_compile_targets': [
'chrome',
],
},
'win-google-rel': {
'additional_compile_targets': [
'chrome',
'chrome_official_builder',
],
},
},
},
{
......
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