mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-28 07:48:14 +08:00
5e43f1ed0a
This protocol is replaced with fuchsia.net.name.Lookup. Bug: 1231266 Change-Id: I77c90ad8df03fa14c2a00aa819a7dd7b764c5fd6 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/3136173 Reviewed-by: Francois Rousseau <frousseau@google.com> Commit-Queue: Francois Rousseau <frousseau@google.com>
28 lines
739 B
Plaintext
28 lines
739 B
Plaintext
{
|
|
"facets": {
|
|
"fuchsia.test": {
|
|
"injected-services": {
|
|
"fuchsia.net.name.Lookup": "fuchsia-pkg://fuchsia.com/dns-resolver#meta/dns-resolver.cmx",
|
|
"fuchsia.posix.socket.Provider": "fuchsia-pkg://fuchsia.com/netstack#meta/netstack.cmx"
|
|
}
|
|
}
|
|
},
|
|
"include": [
|
|
"syslog/client.shard.cmx"
|
|
],
|
|
"program": {
|
|
"binary": "bin/crashpad_tests"
|
|
},
|
|
"sandbox": {
|
|
"features": [
|
|
"deprecated-ambient-replace-as-executable",
|
|
"isolated-temp"
|
|
],
|
|
"services": [
|
|
"fuchsia.net.name.Lookup",
|
|
"fuchsia.posix.socket.Provider",
|
|
"fuchsia.process.Launcher"
|
|
]
|
|
}
|
|
}
|