Index: components/mus/gpu/mus_gpu_unittests_app_manifest.json |
diff --git a/components/mus/gpu/mus_gpu_unittests_app_manifest.json b/components/mus/gpu/mus_gpu_unittests_app_manifest.json |
index 71385175569c1a122d61dff67a0f08fd769119a2..26e8caa4802b8310131cb9626ee19ced52eeff43 100644 |
--- a/components/mus/gpu/mus_gpu_unittests_app_manifest.json |
+++ b/components/mus/gpu/mus_gpu_unittests_app_manifest.json |
@@ -1,5 +1,10 @@ |
{ |
+ "manifest_version": 1, |
"name": "mojo:mus_gpu_unittests_app", |
"display_name": "Mus GPU Unittests", |
- "capabilities": { "*": [ "*" ] } |
+ "capabilities": { |
+ "required": { |
+ "*": { "classes": [ "app" ] } |
+ } |
+ } |
} |