mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-10 06:36:02 +00:00
22 lines
336 B
Plaintext
22 lines
336 B
Plaintext
|
{
|
||
|
"facets": {
|
||
|
"fuchsia.test": {
|
||
|
"system-services": [
|
||
|
"fuchsia.net.SocketProvider"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"program": {
|
||
|
"binary": "test/crashpad_tests"
|
||
|
},
|
||
|
"sandbox": {
|
||
|
"features": [
|
||
|
"system-temp"
|
||
|
],
|
||
|
"services": [
|
||
|
"fuchsia.net.SocketProvider",
|
||
|
"fuchsia.process.Launcher"
|
||
|
]
|
||
|
}
|
||
|
}
|