Commit 7687c011 authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

Make the internal SimpleChrome builder compile 'chrome' and not 'all'.

Bug: 936957
Change-Id: Id6ab4c33c299aeecf03894124f1d15c2d95d7d4e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1504257Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#637865}
parent ba603bfc
{
"AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {},
"AAAAA2 See generate_buildbot_json.py to make changes": {}
"AAAAA2 See generate_buildbot_json.py to make changes": {},
"chromeos-amd64-generic-google-rel": {
"additional_compile_targets": [
"chrome"
]
}
}
......@@ -933,6 +933,8 @@ class BBJSONGenerator(object):
# chromium, due to https://crbug.com/878915
'win-dbg',
'win32-dbg',
# Defined in internal configs.
'chromeos-amd64-generic-google-rel',
]
def check_input_file_consistency(self, verbose=False):
......
......@@ -625,6 +625,11 @@
{
'name': 'chromium.chrome',
'machines': {
'chromeos-amd64-generic-google-rel': {
'additional_compile_targets': [
'chrome',
],
},
},
},
{
......
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