Skip to content

Commit

Permalink
[Fuchsia] Deprecate tests-with-exec.cmx from v8
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -5323,7 5323,7 @@ if (is_fuchsia && !build_with_chromium) {
cr_fuchsia_package("d8_fuchsia_pkg") {
testonly = true
binary = ":d8"
manifest = "//build/config/fuchsia/tests-with-exec.cmx"
manifest = "gni/v8.cmx"
package_name_override = "d8"
}

Expand Down
44 changes: 44 additions & 0 deletions gni/v8.cmx
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"
]
}
}
2 changes: 1 addition & 1 deletion test/unittests/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 10,7 @@ if (is_fuchsia) {
cr_fuchsia_package("v8_unittests_pkg") {
testonly = true
binary = ":unittests"
manifest = "//build/config/fuchsia/tests-with-exec.cmx"
manifest = "../../gni/v8.cmx"
package_name_override = "v8_unittests"
}

Expand Down

0 comments on commit 1d92aab

Please sign in to comment.