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:
Tamir Duberstein 2020-07-22 18:32:10 -04:00 committed by Commit Bot
parent 5d1c71c83e
commit 6c96d8fb78

View File

@ -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",