-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fuchsia] Deprecate tests-with-exec.cmx from v8
Bug: chromium:1019938 Change-Id: I00fd990329887ca5d9b2aa7e992a7f5aa9df695b Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/ /2801170 Reviewed-by: Michael Achenbach <[email protected]> Commit-Queue: Michael Achenbach <[email protected]> Auto-Submit: Chong Gu <[email protected]> Cr-Commit-Position: refs/heads/master@{#73786}
- Loading branch information
Chong Gu
authored and
Commit Bot
committed
Apr 2, 2021
1 parent
26ef748
commit 1d92aab
Showing
3 changed files
with
46 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 1,44 @@ | ||
{ | ||
"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.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" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters