mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
fuchsia: Move crashpad_tests to injected-services
Isolation=good. Change-Id: Ide383f52548bbfb5bef2703787cb7bab411fb8bf Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2315002 Commit-Queue: Scott Graham <scottmg@chromium.org> Reviewed-by: Scott Graham <scottmg@chromium.org>
This commit is contained in:
parent
5d1c71c83e
commit
6c96d8fb78
@ -1,10 +1,10 @@
|
||||
{
|
||||
"facets": {
|
||||
"fuchsia.test": {
|
||||
"system-services": [
|
||||
"fuchsia.net.NameLookup",
|
||||
"fuchsia.posix.socket.Provider"
|
||||
]
|
||||
"injected-services": {
|
||||
"fuchsia.net.NameLookup": "fuchsia-pkg://fuchsia.com/dns-resolver#meta/dns-resolver.cmx",
|
||||
"fuchsia.posix.socket.Provider": "fuchsia-pkg://fuchsia.com/netstack#meta/netstack.cmx"
|
||||
}
|
||||
}
|
||||
},
|
||||
"program": {
|
||||
@ -12,8 +12,8 @@
|
||||
},
|
||||
"sandbox": {
|
||||
"features": [
|
||||
"isolated-temp",
|
||||
"deprecated-ambient-replace-as-executable"
|
||||
"deprecated-ambient-replace-as-executable",
|
||||
"isolated-temp"
|
||||
],
|
||||
"services": [
|
||||
"fuchsia.net.NameLookup",
|
||||
|
Loading…
x
Reference in New Issue
Block a user