mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 23:01:05 +08:00
097395dfca
Bug: fuchsia:25092 Change-Id: I553245cea7b4db7e414320bfed02e79531cbc4c9 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/1961139 Commit-Queue: Scott Graham <scottmg@chromium.org> Reviewed-by: Scott Graham <scottmg@chromium.org>
25 lines
558 B
Plaintext
25 lines
558 B
Plaintext
{
|
|
"facets": {
|
|
"fuchsia.test": {
|
|
"system-services": [
|
|
"fuchsia.net.NameLookup",
|
|
"fuchsia.posix.socket.Provider"
|
|
]
|
|
}
|
|
},
|
|
"program": {
|
|
"binary": "test/crashpad_tests"
|
|
},
|
|
"sandbox": {
|
|
"features": [
|
|
"isolated-temp",
|
|
"deprecated-ambient-replace-as-executable"
|
|
],
|
|
"services": [
|
|
"fuchsia.net.NameLookup",
|
|
"fuchsia.posix.socket.Provider",
|
|
"fuchsia.process.Launcher"
|
|
]
|
|
}
|
|
}
|