mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-29 00:32:35 +08:00
ed132d5ec2
Change-Id: Icfbf45df76dc6471df9a088f7205b206f4c8488c Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2560888 Reviewed-by: Scott Graham <scottmg@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org>
28 lines
758 B
Plaintext
28 lines
758 B
Plaintext
{
|
|
"facets": {
|
|
"fuchsia.test": {
|
|
"injected-services": {
|
|
"fuchsia.net.NameLookup": "fuchsia-pkg://fuchsia.com/dns-resolver#meta/dns-resolver.cmx",
|
|
"fuchsia.posix.socket.Provider": "fuchsia-pkg://fuchsia.com/netstack#meta/netstack.cmx"
|
|
}
|
|
}
|
|
},
|
|
"include": [
|
|
"sdk/lib/diagnostics/syslog/client.shard.cmx"
|
|
],
|
|
"program": {
|
|
"binary": "test/crashpad_tests"
|
|
},
|
|
"sandbox": {
|
|
"features": [
|
|
"deprecated-ambient-replace-as-executable",
|
|
"isolated-temp"
|
|
],
|
|
"services": [
|
|
"fuchsia.net.NameLookup",
|
|
"fuchsia.posix.socket.Provider",
|
|
"fuchsia.process.Launcher"
|
|
]
|
|
}
|
|
}
|