mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-14 09:17:57 +08:00
[all] add fuchsia.{net.NameLookup,posix.socket.Provider}
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>
This commit is contained in:
parent
b1dbfc65be
commit
c68e99cb2d
@ -1,22 +1,26 @@
|
||||
{
|
||||
"facets": {
|
||||
"fuchsia.test": {
|
||||
"system-services": [
|
||||
"fuchsia.net.SocketProvider"
|
||||
]
|
||||
"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"
|
||||
]
|
||||
}
|
||||
},
|
||||
"program": {
|
||||
"binary": "test/crashpad_tests"
|
||||
},
|
||||
"sandbox": {
|
||||
"features": [
|
||||
"system-temp",
|
||||
"deprecated-ambient-replace-as-executable"
|
||||
],
|
||||
"services": [
|
||||
"fuchsia.net.SocketProvider",
|
||||
"fuchsia.process.Launcher"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user