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

Unified Diff: components/mus/clipboard/test_manifest.json

Issue 1978763003: Readd the clipboard service and get it compiling again. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Of course mus tests would need the x server... Created 4 years, 7 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
Index: components/mus/clipboard/test_manifest.json
diff --git a/components/mus/clipboard/test_manifest.json b/components/mus/clipboard/test_manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..26e694cea0248ca4be94f3c8b6042b0d45b73c8b
--- /dev/null
+++ b/components/mus/clipboard/test_manifest.json
@@ -0,0 +1,10 @@
+{
+ "manifest_version": 1,
+ "name": "exe:mus_clipboard_unittests",
+ "display_name": "Clipboard Service Unittests",
+ "capabilities": {
+ "required": {
+ "mojo:mus": { "interfaces": [ "mus::mojom::Clipboard" ] }
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698