9c560b458f
- Adds a GN flag to enable the feature - Adds facets to manifest used by d8/unittests - Adds some DCHECKS - Uses zx_handle_t type to avoid global initialization/destructor Bug: v8:11232 Change-Id: Ibd7766abefbf8c213393cf6365c34f9ff4e6ed7d Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3420828 Reviewed-by: Wez <wez@chromium.org> Commit-Queue: Victor Gomes <victorgomes@chromium.org> Auto-Submit: Victor Gomes <victorgomes@chromium.org> Cr-Commit-Position: refs/heads/main@{#78886}
53 lines
1.4 KiB
Plaintext
53 lines
1.4 KiB
Plaintext
{
|
|
"facets": {
|
|
"fuchsia.test": {
|
|
"system-services": [
|
|
"fuchsia.kernel.VmexResource"
|
|
]
|
|
}
|
|
},
|
|
"sandbox": {
|
|
"dev": [
|
|
"null",
|
|
"zero"
|
|
],
|
|
"features": [
|
|
"deprecated-ambient-replace-as-executable",
|
|
"isolated-cache-storage",
|
|
"isolated-persistent-storage",
|
|
"isolated-temp",
|
|
"root-ssl-certificates",
|
|
"vulkan"
|
|
],
|
|
"services": [
|
|
"fuchsia.accessibility.semantics.SemanticsManager",
|
|
"fuchsia.camera3.DeviceWatcher",
|
|
"fuchsia.device.NameProvider",
|
|
"fuchsia.fonts.Provider",
|
|
"fuchsia.intl.PropertyProvider",
|
|
"fuchsia.kernel.VmexResource",
|
|
"fuchsia.logger.Log",
|
|
"fuchsia.logger.LogSink",
|
|
"fuchsia.media.Audio",
|
|
"fuchsia.media.SessionAudioConsumerFactory",
|
|
"fuchsia.media.drm.Widevine",
|
|
"fuchsia.mediacodec.CodecFactory",
|
|
"fuchsia.memorypressure.Provider",
|
|
"fuchsia.net.NameLookup",
|
|
"fuchsia.net.interfaces.State",
|
|
"fuchsia.posix.socket.Provider",
|
|
"fuchsia.process.Launcher",
|
|
"fuchsia.sys.Environment",
|
|
"fuchsia.sys.Launcher",
|
|
"fuchsia.sys.Loader",
|
|
"fuchsia.sysmem.Allocator",
|
|
"fuchsia.ui.input.ImeService",
|
|
"fuchsia.ui.input.ImeVisibilityService",
|
|
"fuchsia.ui.scenic.Scenic",
|
|
"fuchsia.ui.policy.Presenter",
|
|
"fuchsia.vulkan.loader.Loader",
|
|
"fuchsia.web.ContextProvider"
|
|
]
|
|
}
|
|
}
|