mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-29 00:32:35 +08:00
cbec52f327
See: https://bugs.fuchsia.dev/p/fuchsia/issues/detail?id=78683 Bug: fuchsia:78683 Change-Id: Ibf6d79d9fdb38122faa3a079f291a9017913f168 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2959009 Reviewed-by: Francois Rousseau <frousseau@google.com> Commit-Queue: Francois Rousseau <frousseau@google.com>
28 lines
759 B
Plaintext
28 lines
759 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": "bin/crashpad_tests"
|
|
},
|
|
"sandbox": {
|
|
"features": [
|
|
"deprecated-ambient-replace-as-executable",
|
|
"isolated-temp"
|
|
],
|
|
"services": [
|
|
"fuchsia.net.NameLookup",
|
|
"fuchsia.posix.socket.Provider",
|
|
"fuchsia.process.Launcher"
|
|
]
|
|
}
|
|
}
|