[Fuchsia] Transition remaining test suites to use manifest fragments
Add manifest fragment audio_capabilities.test-cmx
Deprecate and remove old test cmx files.
Bug: 1180168
Change-Id: I726ab54d14145f03f4f09ec8447b84c4997763b6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2795420
Commit-Queue: Chong Gu <[email protected]>
Reviewed-by: David Dorwin <[email protected]>
Reviewed-by: Scott Violet <[email protected]>
Reviewed-by: Sami Kyöstilä <[email protected]>
Reviewed-by: Wez <[email protected]>
Reviewed-by: Dale Curtis <[email protected]>
Reviewed-by: Adam Langley <[email protected]>
Reviewed-by: John Chen <[email protected]>
Cr-Commit-Position: refs/heads/master@{#869737}
diff --git a/testing/test.gni b/testing/test.gni
index ea96fe1..24ebdea 100644
--- a/testing/test.gni
+++ b/testing/test.gni
@@ -260,18 +260,8 @@
_pkg_target = "${_output_name}_pkg"
_exec_target = "${_output_name}__exec"
- # TODO(crbug.com/1019938): make minimum_capabilities.test-cmx the default
- # and have everything added via additional_manifest_fragments
- if (!defined(invoker.manifest)) {
- if (!defined(invoker.additional_manifest_fragments)) {
- manifest_fragments = [ "//build/config/fuchsia/tests-with-exec.cmx" ]
- } else {
- manifest_fragments =
- [ "//build/config/fuchsia/test/minimum_capabilities.test-cmx" ]
- }
- } else {
- manifest_fragments = [ invoker.manifest ]
- }
+ manifest_fragments =
+ [ "//build/config/fuchsia/test/minimum_capabilities.test-cmx" ]
if (defined(invoker.additional_manifest_fragments)) {
manifest_fragments += invoker.additional_manifest_fragments