mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:26:06 +00:00
These services will replace fuchsia.net.SocketProvider. Bug: chromium:979080 Change-Id: I8399910e43665f73df40e94ede267c5097997ae7 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/1680062 Reviewed-by: Scott Graham <scottmg@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org>
27 lines
644 B
Plaintext
27 lines
644 B
Plaintext
{
|
|
"facets": {
|
|
"fuchsia.test": {
|
|
"system-services": [
|
|
"fuchsia.posix.socket.Provider",
|
|
"fuchsia.net.NameLookup",
|
|
"fuchsia.net.SocketProvider"
|
|
]
|
|
}
|
|
},
|
|
"program": {
|
|
"binary": "test/crashpad_tests"
|
|
},
|
|
"sandbox": {
|
|
"features": [
|
|
"system-temp",
|
|
"deprecated-ambient-replace-as-executable"
|
|
],
|
|
"services": [
|
|
"fuchsia.posix.socket.Provider",
|
|
"fuchsia.net.NameLookup",
|
|
"fuchsia.net.SocketProvider",
|
|
"fuchsia.process.Launcher"
|
|
]
|
|
}
|
|
}
|