mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
fuchsia.net.SocketProvider has been replaced by fuchsia.net.NameLookup and fuchsia.posix.socket.Provider. Change-Id: I03e16b4bf432b1560a1b9f9415fc79a94854ad27 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/1739507 Reviewed-by: Scott Graham <scottmg@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org>
25 lines
556 B
Plaintext
25 lines
556 B
Plaintext
{
|
|
"facets": {
|
|
"fuchsia.test": {
|
|
"system-services": [
|
|
"fuchsia.net.NameLookup",
|
|
"fuchsia.posix.socket.Provider"
|
|
]
|
|
}
|
|
},
|
|
"program": {
|
|
"binary": "test/crashpad_tests"
|
|
},
|
|
"sandbox": {
|
|
"features": [
|
|
"system-temp",
|
|
"deprecated-ambient-replace-as-executable"
|
|
],
|
|
"services": [
|
|
"fuchsia.net.NameLookup",
|
|
"fuchsia.posix.socket.Provider",
|
|
"fuchsia.process.Launcher"
|
|
]
|
|
}
|
|
}
|