Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(215)

Unified Diff: ui/views/mus/unittests_manifest.json

Issue 1910043002: Provide capability classes from Mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/mus/screen_mus_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/unittests_manifest.json
diff --git a/ui/views/mus/unittests_manifest.json b/ui/views/mus/unittests_manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..c467eeb1cfb8cf0dbe81d59da76862ab7880042c
--- /dev/null
+++ b/ui/views/mus/unittests_manifest.json
@@ -0,0 +1,13 @@
+{
+ "manifest_version": 1,
+ "name": "mojo:views_mus_unittests",
+ "display_name": "Views Mus Unittests",
+ "capabilities": {
+ "required": {
+ "mojo:desktop_wm": { "interfaces": [ "*" ] },
+ "mojo:mus": {
+ "classes": [ "mus:core" ]
+ }
+ }
+ }
+}
« no previous file with comments | « ui/views/mus/screen_mus_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698