summaryrefslogtreecommitdiff
path: root/chromium/ui/snapshot/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/snapshot/BUILD.gn')
-rw-r--r--chromium/ui/snapshot/BUILD.gn13
1 files changed, 8 insertions, 5 deletions
diff --git a/chromium/ui/snapshot/BUILD.gn b/chromium/ui/snapshot/BUILD.gn
index c2feefb599f..653ea227757 100644
--- a/chromium/ui/snapshot/BUILD.gn
+++ b/chromium/ui/snapshot/BUILD.gn
@@ -121,12 +121,15 @@ test("snapshot_unittests") {
}
if (is_fuchsia) {
- use_cfv2 = false
- additional_manifest_fragments = [
- # TODO(crbug.com/1185811): Figure out why jit_capabilities is needed.
- "//build/config/fuchsia/test/jit_capabilities.test-cmx",
+ use_cfv1 = false
+
+ # TODO(https://crbug.com/1185811): Investigate removing the requirement for
+ # job_policy_ambient_mark_vmo_exec for the sake of V8's allocator in tests.
+ test_runner_shard = "//build/config/fuchsia/test/elf_test_ambient_exec_runner.shard.test-cml"
- "//build/config/fuchsia/test/present_view_capabilities.test-cmx",
+ additional_manifest_fragments = [
+ "//build/config/fuchsia/test/present_view.shard.test-cml",
+ "//third_party/fuchsia-sdk/sdk/pkg/vulkan/client.shard.cml",
]
}
}