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

Unified Diff: services/test/service_manifest.json

Issue 2829003005: Test service as minimum repro for sharing memory handle (Closed)
Patch Set: Created 3 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 | « services/test/service_main.cc ('k') | services/test/service_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/test/service_manifest.json
diff --git a/services/test/service_manifest.json b/services/test/service_manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..5b03a4ba0d4ed50c5fa014d02fda3d625a1ae4e3
--- /dev/null
+++ b/services/test/service_manifest.json
@@ -0,0 +1,15 @@
+{
+ "name": "test",
+ "display_name": "Test",
+ "interface_provider_specs": {
+ "service_manager:connector": {
+ "provides": {
+ "production": [ "*" ],
+ "tests": [ "*" ]
+ },
+ "requires": {
+ "service_manager": [ "service_manager:all_users" ]
+ }
+ }
+ }
+}
« no previous file with comments | « services/test/service_main.cc ('k') | services/test/service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698